Tuesday, May 18, 2010

how to uninstall Xcode

to uninstall xcode from mac run this command in terminal:

$sudo /Developer/Library/uninstall-devtools --mode=all

list open ports and unix sockets

To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...