Category Archives: command line

Change Your Company Name In XCode

If you want your own company name to be automatically included in your XCode source files instead of this: // // helloworld.m // helloworld // // Created by John Smith on 24/10/09. // Copyright __MyCompanyName__ 2009. All rights reserved. // … Continue reading

Posted in OSX, XCode, command line | Leave a comment

How To Find What Linux Distro You Are In?

I was recently doing something over ssh on my hosts shared server and realized that I didn’t know what Linux distro I was working in. I did some Googling and found a number of suggestions on how to find this … Continue reading

Posted in *nix, command line | Leave a comment

SSH Remote Access On Your iPhone

We are truly living in the future. Today while riding the bus to work I used my iPhone to log onto my web server using an SSH terminal app called TouchTerminal. As the bus made its way through the rain I … Continue reading

Posted in command line, iPhone | Leave a comment

Serial Communication Tool For OSX

Coming from a Windows background I previously used HyperTerminal as a serial communication tool. When I moved to a Mac I tried an app called zterm that is a sort of HyperTerminal equivalent, but found it to be a bit … Continue reading

Posted in OSX, command line, prototyping | 2 Comments