Bye-Bye Gnome Shell
Bye-Bye Gnome Shell I thought I had pretty much settled myself into the “ideal” desktop … Gnome-Shell on Ubuntu with a whole load of extensions (http://goo.gl/LHLOHt) to tweak it into working exactly how I...
Life, The Universe, and Everything!
“Half of what I say is meaningless; but I say it so that the other half may reach you.” -- Khalil Gibran
Bye-Bye Gnome Shell I thought I had pretty much settled myself into the “ideal” desktop … Gnome-Shell on Ubuntu with a whole load of extensions (http://goo.gl/LHLOHt) to tweak it into working exactly how I...
Sometimes this is what it feels like when I type: sudo apt get install … #ubuntu can you fly that helicopter This post was originally published publicly on Google+ at 2013-05-05 15:20:01+0800
How to compare what’s installed in this ubuntu pc vs that ubuntu pc: (dpkg –list | sort > /tmp/thispc.txt) ; (ssh user@thatpc dpkg –list | sort > /tmp/thatpc.txt) ; diff -y /tmp/thispc.txt /tmp/thatpc.txt|less #ubuntu...
Upgrading my Ubuntu 10.10 PC to a current release… is like navigating the Battlestar Galactica to Earth.You can’t do it in a single hop, instead you have to make multiple FTL jumps to get...
Overriding ISP Provided DNS Server in Ubuntu 12.04If you’re on Ubuntu 12.04, you’ll notice how DNS severs are no longer set in /etc/resolv.conf, rather /etc/resolv.conf points to 127.0.0.1, and NetworkManager runs an instance of...