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
| # This rcfile is elliptic's DCSS bot "qw", the first (and thus far only) bot | |
| # to win DCSS with no human assistance. A substantial amount of code here was | |
| # contributed by elliott or borrowed from N78291's bot "xw", and many others | |
| # have contributed as well. | |
| # For brief instructions and the most up-to-date version of qw, see | |
| # https://github.com/elliptic/qw. | |
| ## qw's settings: | |
| # |
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
| # Fail2ban configuration file | |
| # | |
| # Author: Phil Hagen <phil@identityvector.com> | |
| # | |
| [Definition] | |
| # Option: actionstart | |
| # Notes.: command executed once at the start of Fail2Ban. | |
| # Values: CMD |
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
| [ssh-repeater] | |
| enabled = true | |
| filter = sshd | |
| action = iptables-repeater[name=ssh] | |
| sendmail-whois[name=SSH-repeater, dest=root, sender=root] | |
| logpath = /var/log/secure | |
| maxretry = 32 | |
| findtime = 31536000 | |
| bantime = 31536000 |
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
| brew cask install | |
| appcleaner carbon-copy-cloner cinch seil karabiner google-chrome hex-fiend keka komodo-edit libreoffice vienna wireshark nmap # sublime-text textwrangler | |
| add dotted droid |
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.economyofeffort.com/2014/08/11/beyond-ctrl-remap-make-that-caps-lock-key-useful/ | |
| http://www.glump.net/files/2012/08/vi-vim-cheat-sheet-and-tutorial.pdf | |
| https://github.com/amix/vimrc | |
| http://ivan.kanis.fr/zsh.pdf | |
| https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet | |
| http://www.bash2zsh.com/zsh_refcard/refcard.pdf |
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
| cat /dev/urandom | strings | grep -o '[[:alnum:][:punct:]]' | head -n 30 | tr -d '\n'; echo |
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
| startup_message off | |
| defscrollback 30000 | |
| escape ^Bb | |
| #shell /bin/zsh | |
| term screen-256color | |
| #might have to put $HOME here | |
| bind r eval "source ~/.screenrc" "'.screenrc reloaded!'" | |
| #make screen think terminal doesn't have alt screen | |
| #termcapinfo xterm* ti@:te@ | |
| #hardstatus off |
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
| brew install emacs --cocoa sbcl | |
| curl -O http://beta.quicklisp.org/quicklisp.lisp | |
| sbcl --load quicklisp.lisp | |
| (quicklisp-quickstart:install) | |
| (ql:quickload "quicklisp-slime-helper") | |
| vi .emacs.d/personal/slime.el | |
| slime.el | |
| (load (expand-file-name "~/quicklisp/slime-helper.el")) | |
| ;; Replace "sbcl" with the path to your implementation |
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
| arch linux | |
| ========== | |
| pacman -Syu --ignore filesystem | |
| pacman -Syu | |
| systemd | |
| systemctl |
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
| # PBP .perltidyrc file | |
| -l=78 # Max line width is 78 cols | |
| -i=4 # Indent level is 4 cols | |
| -ci=4 # Continuation indent is 4 cols | |
| -st # Output to STDOUT | |
| -se # Errors to STDERR | |
| -vt=2 # Maximal vertical tightness | |
| -cti=0 # No extra indentation for closing brackets | |
| -pt=1 # Medium parenthesis tightness |
NewerOlder