Posts Tagged ‘UNIX’

October 4, 2008 0

iPhone 2.1 Hacking – Getting Around

By Levi Senft in iPhone

Now that we have a way into the iPhone it is time to start exploring. If you have ever used Linux, OS X or UNIX the iPhone will have a very familiar layout as it is based on BSD UNIX just like the desktop version of OS X.

Tags: , , ,

May 20, 2007 0

Refreshing /etc/hosts on OS X

By Levi Senft in Web

On most UNIX/Linux systems I’ve used changes to /etc/hosts are real time. In OS X you most reload the hosts file. This can be done with a single command rather than rebooting your machine.

sudo niload -v -m hosts . < /etc/hosts

Tags: , , , ,