I hereby claim:
- I am noelspringer on github.
- I am noelspringer (https://keybase.io/noelspringer) on keybase.
- I have a public key ASCgpNHTQ7ETkZjZrt45UOfwAy-CkA-GSY3rFZ1LMaH0Lgo
To claim this, I am signing this object:
| { | |
| "workbench.colorTheme": "Nu Disco Dark", | |
| "composer.executablePath": "/usr/local/bin/composer", | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "'Hack'", | |
| "editor.fontLigatures": true, | |
| "editor.insertSpaces": true, | |
| "editor.tabSize": 2, | |
| "editor.renderWhitespace": "boundary", | |
| "editor.lineNumbers": "on", |
| // _colors.scss | |
| // Reference: https://css-tricks.com/snippets/sass/tint-shade-functions/ | |
| // Slightly lighten a color | |
| // | |
| // @access public | |
| // @param {Color} $color - color to tint | |
| // @param {Number} $percentage - percentage of `$color` in returned color | |
| // @return {Color} |
I hereby claim:
To claim this, I am signing this object:
| # Modify this file accordingly for your specific requirement. | |
| # http://www.thegeekstuff.com | |
| # 1. Delete all existing rules | |
| iptables -F | |
| # 2. Set default chain policies | |
| iptables -P INPUT DROP | |
| iptables -P FORWARD DROP | |
| iptables -P OUTPUT DROP |
| #!/bin/sh | |
| # First we need to get the modeline string for xrandr | |
| # Luckily, the tool `gtf` will help you calculate it. | |
| # e.g. `gtf <hRes> <vRes> <refreshRate>`: | |
| gtf 1360 720 60 | |
| # In this case, the horizontal resolution is 1920px the | |
| # vertical resolution is 1080px & refresh-rate is 60Hz. | |
| # IMPORTANT: BE SURE THE MONITOR SUPPORTS THE RESOLUTION |
A workaround for accessing multiple AWS S3 accounts with s3cmd is to use update-alternatives.
Use different file names for your .s3cfg file, backup and remove your .s3cfg file and it will be replaced with a symlink to the alternative. So with two accounts and files named .s3cfg-aws-1, .s3cfg-aws-2.
Install syntax:
update-alteratives --install <link> <name> <path> <priority>