Sources:
This file contains 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
table.LabelsLeft { | |
border: 5px solid red; | |
} |
This file contains 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
# Your snippets | |
# | |
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to | |
# expand the prefix into a larger code block with templated values. | |
# | |
# You can create a new snippet in this file by typing "snip" and then hitting | |
# tab. | |
# | |
# An example CoffeeScript snippet to expand log to console.log: | |
# |
This file contains 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
# Grep Recipes | |
## Find a string in a folder of text files | |
(recursive, ignore case) | |
[via Matt Fedder](http://mattfedder.com) | |
```sh | |
grep -ri '[email protected]' /thePath/ | |
``` |
wget -P /destination/ -mpck --user-agent="" -e robots=off --random-wait -E http://example.com/
My scratchpad for useful Linux terminal commands, as I hack away at the Raspberry Pi.
sudo apt-get update
sudo apt-get dist-upgrade
A collection of resources, links, and todo items as I tinker with the amazing little Raspberry Pi.