RSS

Category Archives: mac

tcpdump

sudo tcpdump -A -s 0 -i en1

 
Leave a comment

Posted by on January 24, 2011 in mac

 

macports package contents

port contents <package_name>

 
Leave a comment

Posted by on December 18, 2010 in mac

 

Tags:

mac os x terminal pipe to clipboard

cat file.txt | pbcopy

 
Leave a comment

Posted by on September 6, 2009 in mac

 

Tags:

Mac keyboard shortcuts for accents

á

Option + E ,  A

é

 Option + E ,  E

í

 Option + E ,  I

ó

 Option + E ,  O

ú

 Option + E ,  U

É

 Option + E ,  Shift + E

ñ

 Option + N ,  N

Ñ

 Option + N ,  Shift + N

¿

 Option + Shift + ?

¡

 Option + 1

ü

 Option + U , U

 
Leave a comment

Posted by on July 19, 2008 in mac

 

Tags:

command line execute with previous command args

Problem:

 ls /some/long/path/to/directory/     

now you want to cd into this directory and you are lazy 
Solution:

 cd !$     

 

yay unix greatness!

 
Leave a comment

Posted by on January 8, 2008 in linux, mac

 
 
Follow

Get every new post delivered to your Inbox.