I hereby claim:
- I am th0th on github.
- I am th0th (https://keybase.io/th0th) on keybase.
- I have a public key ASC0na1iU8G70KDF98j6RfzSccxqBQg9kHnfj9B99hzOZQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <yandex> | |
| <profiles> | |
| <default> | |
| <max_server_memory_usage>536870912</max_server_memory_usage> | |
| <output_format_json_quote_64bit_integers>0</output_format_json_quote_64bit_integers> | |
| </default> | |
| </profiles> | |
| </yandex> |
| header { | |
| display: none; | |
| } |
| /** | |
| * Advanced Window Snap | |
| * Snaps the Active Window to one of nine different window positions. | |
| * | |
| * @author Andrew Moore <andrew+github@awmoore.com> | |
| * @version 1.1 | |
| */ | |
| /** | |
| * Resizes and moves the active window to a given position on a grid |
| ^(?!:\/\/)([a-zA-Z0-9-_]+\.)*[a-zA-Z0-9][a-zA-Z0-9-_]+\.[a-zA-Z]{2,11}?$ |
| #!/bin/sh | |
| dd if=/dev/zero of=/swapfile bs=1M count=2048 | |
| chmod 600 /swapfile | |
| mkswap /swapfile | |
| swapon /swapfile | |
| echo "/swapfile none swap defaults 0 0" >> /etc/fstab |
| curl -s -H "X-Papertrail-Token: API-TOKEN-HERE" https://papertrailapp.com/api/v1/systems.json | jq '.[] .name' | xargs -I {} -d '\n' sh -c 'papertrail-remove-system -s {}; echo deleted {}' |