- diskutil list
- diskutil unmountDisk /dev/disk2
- dd if=/Users/you/Downloads/OpenELEC-RPi.arm-2.95.4.img of=/dev/disk2
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
| <h3>First</h3> | |
| <h3>Second</h3> | |
| <h3>Third</h3> |
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
| cd /path/to/dir | |
| grep -r "word" . |
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
| is:unread has:nouserlabels |
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
| {% for network in site.data.social_networks %} | |
| <div class="row"> | |
| <div class="three columns"> | |
| <strong>{{ network.name }}</strong> | |
| </div> | |
| <div class="nine columns"> | |
| <a href="{{ network.url }}" target="_blank">{{ network.url }}</a> | |
| </div> | |
| </div> | |
| {% endfor %} |
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
| var referrer_uri = document.referrer; |
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
| defaults write com.apple.screencapture location ~/Desktop/Screenshots/ | |
| killall SystemUIServer |
NewerOlder