- http://www.ebay.com/itm/Vintage-Machinist-Age-Art-Deco-Brass-Chrome-Wood-Board-Box-Chess-Set-/122570208339?hash=item1c89c0f453:g:B94AAOSwq~tZU~8E#viTabs_0&autorefresh=true
- http://www.ebay.com/itm/Antique-Chess-Set-Mexico-/322581523732?hash=item4b1b5b6d14:g:ZkAAAOSw3h1ZUV9p
- http://www.ebay.com/itm/Vintage-Vizagapatam-India-Inlaid-Camel-Bone-Exotic-Wood-Chess-Board-Set-Pieces-/142441397874?hash=item212a2b3e72:g:McoAAOSwVJhZVSOG
- http://www.ebay.com/itm/40s-VINTAGE-SOVIET-RUSSIAN-CHESS-SET-USSR-WOOD-wooden-Antiques-old-/252991344730?hash=item3ae775905a:g:7CIAAOSw~e5ZQRyH
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
| boolean disableNether = config.getBoolean("disable_nether", false); | |
| if (disableNether) { | |
| plugin.getServer().getPluginManager() | |
| .registerEvents(new NetherPortalListener(), plugin); | |
| } |
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
| cwage@portaplotz:~/bin$ cat lsd.sh | |
| #!/bin/sh | |
| while true; do | |
| ls | nc -l 12345 | |
| done |
- http://www.ebay.com/itm/Wood-Hand-Carved-Chess-Set-in-Box-Buddhist-Figures-Vintage-/352096148311?hash=item51fa90db57:g:NnkAAOSw4CFYpP1q
- http://www.ebay.com/itm/Vintage-Machinist-Age-Art-Deco-Brass-Chrome-Wood-Board-Box-Chess-Set-/122570208339?hash=item1c89c0f453:g:B94AAOSwq~tZU~8E#viTabs_0&autorefresh=true
- http://www.ebay.com/itm/Wooden-European-Chess-Set-21-x-21-With-Hand-Carved-Board-And-Pieces-/132210884440?hash=item1ec861ff58:g:peYAAOSw44BYQU8S
- http://www.ebay.com/itm/American-Vintage-E-S-Lowe-or-Drueke-wood-carved-chess-set-Felted-in-wood-box-/282543589240?hash=item41c8e90778:g:VboAAOxygj5Scc8q
- http://www.ebay.com/itm/Antique-Chess-Set-Mexico-/322581523732?hash=item4b1b5b6d14:g:ZkAAAOSw3h1ZUV9p
- http://www.ebay.com/itm/Vintage-Pre-1950-wooden-Chess-Set-4-Pieces-Damaged-See-Pictures-/310815189741?hash=item485e076aed:g:yXkAAOxyVLNSo1WA
- http://www.ebay.com/itm/Vintage-80s-one-of-a-kind-artisan-handcrafted-wood-32-pc-chess-set-from-Poland-/142432496040?hash=item2129a369a8:g:g-AAAOSwSzRZWAab
- ht
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
| root@portaptty:/etc/X11/Xsession.d# less 90gpg-agent | |
| : ${GNUPGHOME=$HOME/.gnupg} | |
| GPGAGENT=/usr/bin/gpg-agent | |
| if grep -qs '^[[:space:]]*use-agent' "$GNUPGHOME/gpg.conf" "$GNUPGHOME/options" && | |
| test -x $GPGAGENT; then | |
| # Invoking gpg-agent with no arguments exits successfully if the agent | |
| # is already running on the standard socket |
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
| alias e="emacsclient -t -a ''" | |
| alias eb="emacsbare" | |
| alias ec="emacsclient -c -n -a ''" | |
| alias emacsbare="emacs -nw -Q --eval \"(load-theme 'misterioso)\"" | |
| alias vim="e" | |
| alias vi="e" |
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
| return 0 unless ($ref->{'user'}->{'screen_name'} =~ /$userfilter/i); | |
| return 0 if ($ref->{'text'} =~ /(rand|ron) paul|Hillary|Clinton|Cruz|Rubio|POTUS|bernie|sanders|trump/i); |
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
| root@new:~/bin# ls -la /var/log | |
| total 13360 | |
| drwxrwxr-x 10 root syslog 4096 Nov 13 03:26 . | |
| drwxr-xr-x 12 root root 4096 Oct 21 2014 .. | |
| -rw-r--r-- 1 root root 2388 Nov 7 07:06 alternatives.log | |
| drwxr-x--- 2 root adm 4096 Nov 13 03:26 apache2 | |
| drwxr-xr-x 2 root root 4096 Nov 4 13:14 apt | |
| -rw-r----- 1 syslog adm 0 Nov 13 03:26 auth.log | |
| -rw-r----- 1 syslog adm 777576 Nov 12 19:05 auth.log.1 | |
| -rw-r----- 1 syslog adm 410502 Nov 6 03:26 auth.log.2.gz |
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
| $ time grep abrt /var/log/messages > /dev/null | |
| real 0m0.331s | |
| user 0m0.299s | |
| sys 0m0.031s | |
| $ time awk '/abrt/ { print; }' /var/log/messages > /dev/null | |
| real 0m5.162s | |
| user 0m5.040s |
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
| # puppet apply -v manifests/site.pp --modulepath=modules/ --noop --test | |
| # puppet apply -v manifests/site.pp --modulepath=modules/ | |
| node default { | |
| class { 'apache': } | |
| # The non-ssl virtual host | |
| apache::vhost { 'ssltest.quietlife.net non-ssl': | |
| servername => 'ssltest.quietlife.net', |