From the shell: ls -l | wc -l
Some browsers render PNG images with color profiles and other shenanigans, some don't. The cleanest way to have consistent...
Append this to your ~/.bashrc: export PS1='\[\033[01;32m\]\h\[\033[01;34m\] \w\[\033[31m\]$(__git_ps1 "(%s...
I’m working on a problem for a client which involves connecting to a Microsoft SQL Server 2005 database from...
I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...
Next in our series on not shooting yourself in the foot: Doing a sudo shutdown -h now on the main...
The FUSE project allows you to create filesystems in userspace - which means you can create a filesystem without having to...
Ubuntu is phasing out the notification area (a.k.a. “system tray”), because of its ineffectiveness at notifying people of things, and...
Insert into ~/.bashrc and reload afterwards: source ~/.bashrc PS1='${debian_chroot:+($debian_chroot)}\[\033[41;33m\]\u@\h\[\033[00m...