The bloody toe

A Triathlete's Blog

Archive for the ‘Macbook’ tag

To create a screenshot in Leopard…

without comments

Hold down Command-Shift-4 and drag and select the area you want to make a screenshot of.  If you want the entire screen, it’s Command-Shift-3.

Written by Nathan Nelson

June 10th, 2008 at 10:29 am

Posted in Geek

Tagged with

“trash” for the Mac CLI

without comments

sudo gem install osx-trash

Written by Nathan Nelson

May 29th, 2008 at 8:32 am

Posted in Geek

Tagged with

A cool, government guide to hardening your systems…

without comments

http://www.nsa.gov/snac/index.cfm?MenuID=scg10.3.1

Written by Nathan Nelson

May 13th, 2008 at 7:15 am

Posted in Geek

Tagged with ,

Open command (view hidden files and directories)

without comments

open . from the terminal will open up all files in finder, including hidden files and directories.

Written by Nathan Nelson

May 9th, 2008 at 12:14 pm

Posted in Geek

Tagged with

Live NHL on the Mac…

without comments

http://mactweak.blogspot.com/

Got most of what I’m doing from this site…

Written by Nathan Nelson

April 18th, 2008 at 8:51 pm

Posted in Geek

Tagged with

Sleepmode fast sleep

without comments

How to sleep your Macbook, quickly.

http://www.macworld.com/article/53471/2006/10/sleepmode.html

Written by Nathan Nelson

March 18th, 2008 at 7:59 pm

Posted in Geek

Tagged with

autossh for keeping ssh sessions alive, during sleep

without comments

I learned the following from http://www.pjtrix.com/blawg/category/computing/networks/ssh/.

Today, I wondered if there was a way to keep my IM and ssh sessions alive when putting my mac to sleep.

Because my IM connects through an ssh proxy, when I put my laptop to sleep, my ssh session dies, and my IM goes with it. When I wake my mac, I have to proxy through with another ssh session. This gets old when I’m at my desk and need to go to a meeting, etc.

So I installed autossh with macports “sudo port install autossh” and then run this to create an autossh session:

“autossh -M 20000 -t user@serverexample.com -D 1080″. After I enter my password, I have a proxy session for my IM. I launch IM, then put my mac to sleep. When it awakes, everything is working like a charm.

Written by Nathan Nelson

February 7th, 2008 at 5:58 pm

Posted in Geek

Tagged with

iterm and applescript to show host in tab

without comments

http://www.macosxhints.com/article.php?story=20070711123202297

Written by Nathan Nelson

January 17th, 2008 at 1:54 pm

Posted in Geek

Tagged with

Tabs in terminal

without comments

Install SIMBL, then install the plugin, found at http://ericanderson.us/wp-content/uploads/2008/02/tabnamerbundlev01.zip

Written by Nathan Nelson

January 11th, 2008 at 9:54 am

Posted in Geek

Tagged with