Posts Tagged ‘terminal’
How To Customize Colors in OS X Terminal
This how to will explain how to enable the ability to customize the colors inside the Terminal in OS X. How To Customize Colors in OS X Terminal 1. Install SIMBL if you dont already have it installed. 2. Download Terminal Colors Bundle 3. Extract to ~/Library/Application Support/SIMBL/Plugins 4. Restart Terminal 5. Click Preferences > [...]
How to Install the Terminal Hack Visor for OSX
I found an awesome hack for Terminal in OS X. Its called Visor, its a quake style terminal for OS X. Terminal is your friend, never forget that. It took me a relatively short period of time to figure that out. I really enjoy using Visor since it makes terminal easily accessible – and it [...]
How to Follow iPhone Developers on Twitter with Ruby
How to Follow iPhone Developers on Twitter with Ruby This requires using a Ruby on Rails script. I do not take credit for the script as it was created by David Clements. Currently there are approximately 1000 users listed on the spreadsheet. Understand this will cause to to start following 1000+ people very quickly with [...]
Basic SSH and UNIX Commands
Navigation Commands ls this is the list command, it will list the content of the current directory ls -alh this lists all files and folders + permissions and sizes in a readable format cd this is the change directory command used in conjunection with a folder name like this: cd users/foo/ this would take to [...]
UNIX Command for Unpacking a Tar file to Different Directory
1. Open Terminal 2. Type this command: tar -xvzf /path/to/tar/file.tar.gz -C /path/to/dir/you/want/files/expanded the -C in essence changes the file path for the unpacked files.













