Tag: vim
Customizing your .vimrc file
If you are using Linux and haven’t familiarized yourself with the world of VIM yet…then you need to rethink your text editing habits. Alright, so that’s a little harsh, but...

Selecting Your Default Linux Shell
When I got my server up and running, it was dumping me into a default C-Shell. I am familiar with the Bourne Again SHell, or BASH. I kept having to...

Ubuntu sendmail delays with PHP mail()
I was working on a project recently and was trying to send an email via my PHP script using the mail() command when it would appear that my site would...
Using .bashrc aliases to save time
As a developer there are actions I do over and over that can be quite repetitive in the CLI. Some of these commands require specific flags to be set or...