Lead Holder
- Staedtler Mars 780 Technical Mechanical Pencil, 2mm. 780BK
Lead Pointer
- Alvin Rotary Lead Pointer (ANALP41)
Leads
- Staedtler Mars Lumograph Leads 2B pack of 12
Eraser
| var COOKIE_NAME = 'iphone_redirect'; | |
| $go = $.cookie(COOKIE_NAME); | |
| function appstore() { | |
| var answer = confirm("Download the FREE \nTorbay Hotels App today") | |
| if (answer) window.location = "http://itunes.apple.com/app/id532107287?mt=8"; | |
| $.cookie(COOKIE_NAME, 'notice', { path: '/', expires: 10}) | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # Report | |
| /usr/sbin/exim -bp | /usr/sbin/exiqsumm | |
| # Remove all in queue | |
| /usr/sbin/exim -bp | awk '/^ *[0-9]+[mhd]/{print "/usr/sbin/exim -Mrm " $3}' | bas | |
Lead Holder
Lead Pointer
Leads
Eraser
ATV1 OpenELEC XBMC 12.2 Frodo
http://openelec.tv/forum/111-appletv/65117-appletv-usb-installers-for-testing-feedback
// Create a temporary directory
// Get the latest OpenELEC HDD installer
Remove all emails from the queue
$ /usr/sbin/exim -bp | /usr/sbin/exiqgrep -i | xargs /usr/sbin/exim -Mrm
Remove emails from a particular user
$ /usr/sbin/exiqgrep -i -f address.tld | xargs /usr/sbin/exim -Mrm
Freeze all queued mail from a sender
| // Flush mail queue | |
| $ sudo postfix flush | |
| // Delete everything in the mail queue | |
| $ sudo postsuper -d ALL | |
| // See what's in the mail queue | |
| $ sudo postqueue -p | |
| // Stop mail |
| // Disable shadows | |
| defaults write com.apple.screencapture disable-shadow -bool TRUE | |
| sudo killall SystemUIServer | |
| // Change default save location | |
| defaults write com.apple.screencapture location ~/Pictures/ | |
| // Disable Dashboard | |
| defaults write com.apple.dashboard mcx-disabled -boolean YES | |
| killall Dock |