Blog Archives

Which process is using my port ? (OS X)

Oh on linux you just run netstat -p but that won’t work on OS X. There is another path to take: lsof -i | grep LISTEN  

Tagged with:
Posted in Apple, Code

Color code VI on OS X

Add colors to VI on OS X by adding the following to your ~/.vimrc

Tagged with: , , ,
Posted in Apple, Code