Bash
Appache Authors Awk Bash CLI CSS Deployment Design Process Fonts FTP Git Hooks HTML Interface Linux Loop Minimalism MonsterThemes MySQL Object Office Open Source Opinion Outsourcing PHP Post Slug Principles Productivity Python Refactoring SFTP Snippet SQL SSH Subversion SVN Terminal Themes Tutorial Ubuntu Updates Version Control Without a Plugin WordPress XAMPP
-
Terminal Tip #1 – Aliases
This is my first Ubuntut, and for it I’d like to start off with a productivity tip. We’re going to create a bunch of aliases (shortcuts) for commands we use often. The first step is to open up your user’s .bashrc file, conveniently located in your home directory with all the other configuration files. The…
-
That’s Awksome!
Have you ever been doing something on the terminal and realise that most of the information thats being reported is useless to you? Ever thought, “Hey it would be really cool if it would only show me ‘just that bit’”? Awk could be the answer. Awk is a DSL or Domain Specific Language aimed at…