This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lynx -dump https://jgestures.codeplex.com/documentation | grep "event '" | sed s/.*event\ \'//g | sed s/\'//g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gpg -ac -o- README.md | wsend - 2> /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (( notime > 0 )) ; then | |
| PS1="$(ps1_titlebar)$(ps1_identity)$(ps1_git)$(ps1_rvm)${separator}${prompt_char}${ps1_prefix} " | |
| else | |
| PS1="$(ps1_titlebar)\D{%H:%M:%S} $(ps1_identity)$(ps1_git)$(ps1_rvm)${separator}${prompt_char}${ps1_prefix}$(ps1_ansible) " | |
| fi | |
| } | |
| ps1_ansible() { | |
| if test -n "${ANSIBLE_HOSTS}"; then | |
| echo ":${ANSIBLE_HOSTS}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -s http://www.bearcave.com/bookrev/neuromancer/neuromancer_audio.html | grep Tape | sed s/.*=\"// | sed s/\".*// | awk '{print "http://www.bearcave.com" $1}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # remove the following line in /etc/modprobe.d/acpi-cpufreq | |
| # install acpi-cpufreq /bin/true | |
| read -p "Enable Intel Turbo Boost?" | |
| modprobe -v acpi-cpufreq | |
| sleep 2 | |
| maxcpu=$(grep processor /proc/cpuinfo | awk '{print $3}' | tail -1) | |
| for cpu in $(seq 0 $maxcpu) ; do | |
| cpufreq-set -c $cpu -g performance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| scontrol update NodeName=uv2 State=DOWN Reason=hung_completing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://www.debian-administration.org/users/dkg/weblog/48 | |
| personal-digest-preferences SHA256 | |
| cert-digest-algo SHA256 | |
| default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| lsof -i TCP -i UDP | awk '{printf("%8s%12s%8s%5s%4s %s %s\n",$2,$1,$3,$5,$8,$9,$10)}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sacct -a --format=jobid,jobname,state,user,account,partition,alloccpus,elapsed | awk '{if(!match($0,"^[0-9]+.batch.*")) print}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| search/???/0/7/208 |