Ctrl + R Search commands you entered previously. Press Ctrl + R again to search further back, Ctrl + Shift + R searches forward...
I prefer the application that I'm currently working on to be reachable at http://localhost/. So when I switch...
This post will describe how I stumbled upon a code path in the Linux kernel which allows external programs to...
If a SSH shell dies (from timeout for example), you cannot kill it with the usual CTRL-C or CTRL...
Note that you should disable the Java plug-in in your browsers after installation. Ubuntu >= 12.04 Java 11
If you need to find all files inside a directory that were modified in the last 24 hours you can...
Sometimes files attain executable-flags that they do not need, e.g. when your Windows VM copies them over a Samba...
You may omit the /path/to/link_name to have a link with the same filename appear in the current directory
To pause and send a task to the background ctrl+z to reactivate the task fg to run task in...
Open the configuration file: gksudo gedit /usr/share/vte/termcap/xterm Find a line like this: :co#80:it#8:li#24:\
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...