Category Archives: System Admin

Shortcut To Open GitX In The Current Project

Mac OS X, Git, GitX Here’s a very quick tip for newbies. Instead of navigating to the project via finder each time you need to view the git logs, let’s create a shortcut so you can do it from the terminal window. Open terminal and change into your home directory: 1$ cd ~ Now let’s […]

Server Memory Usage Bash Script

Linux, Terminal I wanted a simple script to show me the memory usage on my CentOS 6 server so we could monitor peak traffic and usages. This is easily configured but very useful. Just call the script using cron and make sure it is executable! I call it every hour and overwrite it every week, […]