Pinned Loading
-
change_git_author.sh
change_git_author.sh 1git rebase -i --rebase-merges commit_hash
23# Change pick to edit
45git commit --amend --author "name <email>" --no-edit; git rebase --continue
-
Change brightness of all screens fro...
Change brightness of all screens from a command line. 1xrandr --listmonitors | grep -oE "((HDMI-[0-9])|(DP-[0-9]))$" | xargs -i xrandr --output {} --brightness 0.8
23alias chbr='xrandr --listmonitors | grep -oE "((HDMI-[0-9])|(DP-[0-9]))$" | xargs -i xrandr --output {} --brightness $1'
45 -
curl-headers.sh
curl-headers.sh 1curl google.com -Lvis -o /dev/null
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.