Yeah we got them Mavericks back in 2010 …
“Yeah we got them Mavericks back in 2010 …” 😎 “Yeah we got them mavericks back in 2010 …” 😎 This post was originally published publicly on Google+ at 2013-10-26 15:47:28+0800
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
“Yeah we got them Mavericks back in 2010 …” 😎 “Yeah we got them mavericks back in 2010 …” 😎 This post was originally published publicly on Google+ at 2013-10-26 15:47:28+0800
Super epic! telnet towel.blinkenlights.nl and remember the days before youtube …! Comments (2): 2013-10-11 21:33:25+0800 shahada abubakar Even formats beautifully via ConnectBot on Android!And for those of you who’ve forgotten, it’s control-] q enter...
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
kernel-xen-2.6.18-348.el5.x86_64I recently rebooted my virtual server at 2host, only to find all my kernel modules failing to load. The VPS provider had provided kernel 2.6.18-348.el5xen, which I didn’t have installed. I did a yum update...
I noticed some errors with fencing on the cluster at client’s site. From the /var/log/messages: Feb 14 09:59:52 pdb01 fenced[4819]: fencing node “pdb-node2” Feb 14 09:59:52 pdb01 fenced[4819]: agent “fence_ipmilan” reports: Rebooting machine @...
[root /var]# mkdir abc [root /var]# rmdir abc rmdir: ‘abc’: Directory not empty $(@($!!!! This post was originally published publicly on Google+ at 2013-01-13 15:30:46+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...
As part of settling in to the new home that is the Gnome 3 Shell, I’ve reformatted my laptop to Ubuntu 12.10, just to keep it the same as my desktop. So far Gnome...
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...