Posted in MAC Tutorials on Sep 15th, 2008 No Comments »
My Current Dock My Current Dock This is just how I currently have my dock setup for easy use & quick access. To remove the arrows: $ cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources $ sudo mv AliasBadgeIcon.icns AliasBadgeIcon_OFF.icns $ killall Finder Change it Back: $ cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources $ sudo mv AliasBadgeIcon_OFF.icns AliasBadgeIcon.icns $ killall Finder Mouse Over effect: $ [...]
Read Full Post »
Posted in MAC Tutorials on Aug 31st, 2008 No Comments »
Terminal Tip: Word Counting Terminal Tip: Word Counting In this short tutorial I will be going over the ‘wc’ command in Terminal so that you can count the number of lines, words, & characters in a .txt file via the terminal.
Read Full Post »
Posted in MAC Tutorials on Aug 31st, 2008 No Comments »
Convert Extract Web Archive Convert Extract Web Archive In this tutorial I will go over on how to convert files & also extract .webarchive files via terminal & a program as well. Have fun & enjoy. In Terminal to convert the web archive type: textutil -convert html webpage.webarchive Hit return.
Read Full Post »
Posted in MAC Tutorials on Aug 22nd, 2008 No Comments »
Web Sharing Apache2 & PHP5 Web Sharing Apache2 & PHP5 In this tutorial I will show you how you can take advantage of the built in Apache Server on your MAC OS X “Leopard” install, and show off your web pages to the world not just your own home network. First you will need to [...]
Read Full Post »
Posted in MAC Tutorials on Aug 21st, 2008 No Comments »
Terminal Tip: PBCOPY PBPASTE Terminal Tip: PBCOPY PBPASTE In this tutorial I will show you just a few of many ways you can use the pbcopy & pbpaste commands in terminal to copy & paste items in terminal or with other text applications.
Read Full Post »