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
| docker exec docker-image-id python -c "import socket; s=socket.socket(); s.settimeout(5); s.connect(('host-ip', 5672)); print('OK')" |
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
| tmpfs /tmp tmpfs nodev,nosuid,size=28G 0 0 | |
| tmpfs /var/log tmpfs nodev,nosuid,size=1G 0 0 | |
| tmpfs /var/cache/apt/archives tmpfs nodev,nosuid,size=2G 0 0 | |
| tmpfs /home/prism/.cache/google-chrome tmpfs nodev,nosuid,size=1G 0 0 | |
| tmpfs /home/prism/.cache/ tmpfs nodev,nosuid,size=2G 0 0 | |
| tmpfs /home/prism/.npm/ tmpfs nodev,nosuid,size=2G 0 0 | |
| tmpfs /home/prism/.yarn/ tmpfs nodev,nosuid,size=1G 0 0 | |
| tmpfs /home/prism/.gradle tmpfs nodev,nosuid,size=10G 0 0 | |
| tmpfs /home/prism/.config/WarThunder/.game_logs tmpfs nodev,nosuid,size=1G 0 0 | |
| tmpfs /var/lib/docker/ tmpfs nodev,nosuid,size=20G 0 0 |
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
| SELECT query | |
| , calls | |
| , total_time | |
| , total_time / calls as time_per | |
| , stddev_time | |
| , rows | |
| , rows / calls as rows_per | |
| ,100.0 * shared_blks_hit / nullif(shared_blks_hit + shared_blks_read, 0) AS hit_percent | |
| FROM pg_stat_statements | |
| WHERE query not similar to '%pg_%' |
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
| %A, %l:%M:%S %p, %e/%m/%Y |
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
| fc -li -146 | awk '{print $4}' | sort | uniq -c |
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
| ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | |
| ssl_prefer_server_ciphers on; | |
| ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"; | |
| ssl_ecdh_curve secp384r1; # Requires nginx >= 1.1.0 | |
| ssl_session_cache shared:SSL:10m; | |
| ssl_session_tickets off; # Requires nginx >= 1.5.9 | |
| ssl_stapling on; # Requires nginx >= 1.3.7 | |
| ssl_stapling_verify on; # Requires nginx => 1.3.7 | |
| resolver $DNS-IP-1 $DNS-IP-2 valid=300s; | |
| resolver_timeout 5s; |
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 | hexdump -v -e '/1 "%u\n"' | awk '{ split("0,2,4,5,7,9,11,12",a,","); for (i = 0; i < 1; i+= 0.0001) printf("%08X\n", 100*sin(1382*exp((a[$1 % 8]/12)*log(2))*i)) }' | xxd -r -p | aplay -c 2 -f S32_LE -r 16000 |
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
| wget -r -l5 -k -np -p https://docs.python.org/2/ |
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
| Don't worry, that value is only wrong half of the time | |
| The unit test doesn't cover that eventuality | |
| There was too little data to bother with the extra functionality at the time | |
| I thought you signed off on that? | |
| The program has never collected that information | |
| That's interesting, how did you manage to make it do that? | |
| Your browser must be caching the old content | |
| Our internet connection must not be working | |
| I couldn't find any examples of how that can be done anywhere online | |
| I thought I fixed that |
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
| object(Facebook\GraphObject)[5] | |
| protected 'backingData' => | |
| array (size=3) | |
| 'data' => | |
| array (size=25) | |
| 0 => | |
| object(stdClass)[9] | |
| ... | |
| 1 => | |
| object(stdClass)[65] |
NewerOlder