I hereby claim:
- I am vladshub on github.
- I am vladshub (https://keybase.io/vladshub) on keybase.
- I have a public key whose fingerprint is 68DC 59CB 7E0C 7BF7 7F30 70E9 D188 A0E3 4116 3F9A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| while true ; do echo -e "HTTP/1.1 200 OK\n\n $(date)" | nc -l -p 1501 ; done |
| #!/bin/bash | |
| # | |
| # Resolve the location of the SublimeText 3 installation. | |
| # This includes resolving any symlinks. | |
| PRG=$0 | |
| while [ -h "$PRG" ]; do | |
| ls=`ls -ld "$PRG"` | |
| link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` | |
| if expr "$link" : '^/' 2> /dev/null >/dev/null; then | |
| PRG="$link" |
| #!/bin/bash | |
| # Fix wifi broken firmware for Intel Corporation Wireless 8260 (rev 3a) | |
| read -p "Fix wifi broken firmware for Intel Corporation Wireless 8260 (rev 3a) ? " -n 1 -r | |
| echo | |
| if [[ ! $REPLY =~ ^[Yy]$ ]] | |
| then | |
| cd /lib/firmware | |
| sudo mv iwlwifi-8000C-22.ucode iwlwifi-8000C-22.ucode.disable | |
| cd | |
| fi |
| <% @products.each do |product| %> | |
| <% cache product do %> | |
| <%= render product %> | |
| <% end %> | |
| <% end %> |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
README is empty
README is empty