At a time everyone is learning Objective-C and Cocoa in order to program for the iPhone, I’ve spent most of my time programming for OSX. After doing some contributions to Sidestep during my stay at CMU, I decided to endeavor deeper …
8 articles tagged with Osx.
At a time everyone is learning Objective-C and Cocoa in order to program for the iPhone, I’ve spent most of my time programming for OSX. After doing some contributions to Sidestep during my stay at CMU, I decided to endeavor deeper …
I recently got a new Macbook Pro, which means I also moved to Snow Leopard (not that I couldn’t have stayed with Leopard). I keep a Time Machine backup, and could have used it to move all my files to the new system. But since I had to …
It’s that time of the year again, when everyone rushes to upgrade their OS to their latest version that just got release or is in the process of… Upgrades are done because people techies just need to have the latest version of …
At home I keep a MacMini Media Center which from time to time I access it remotely. Usually I do this through the SSH Server in OS X. But eventually I might need to access it through a GUI. Here comes in hand Apple’s OS X nifty tool …
Answering Alfredo’s challenge: My MacBook: $ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head 148 ssh 63 ls 50 cd 29 ping 28 sudo 23 traceroute 21 scp 17 vi 17 ifconfig 15 route My Linux …
For all of you switchers from Linux to OS X, that cannot live without a bash terminal open 24/24: You have probably, and sadly, realised that your Terminal does not come with “so nice to have” color tagging of files in your ls …