Entries Tagged 'Systems' ↓
October 14th, 2009 — Debian
Not to disrespect Ubuntu, but Jaunty must be the worse release they have made in a long time. Whether it be an unusable desktop because of a poor kernel – upgrading to 2.6.30 is a good idea – or just poor packaging – md overwriting the mdadm.conf file? WTF? See here and here for the workaround lists, and here to fix the md issue.
Karmic is getting good reviews. Lets hope its an easy upgrade and sets the scene for an amazing 10.4 release.
October 13th, 2009 — Kvm, Linux
Here some results from testing I did in August 2009 on KVM with the three different disk image drivers. First a single disk system running Ubuntu x64 9.04:
Continue reading →
April 4th, 2009 — Linux, Solaris
I haven’t seen much yet to confirm this deal, but if it does happen next week it mark an interesting change in course. The thing that would interest me greatly would be zfs on linux – with Sun owned by IBM and their investment in Linux it might lead to a reconcilation between Sun and Linux licenses. While Solaris has come a long way in the last couple years, but the only reason why I use solaris is zfs. Linux is still a much more flexible, effective and deployable solution.
February 13th, 2009 — Windows
Very useful Windows desktop icon organiser by Stardock. Review from Lifehacker.
January 16th, 2009 — Debian, Vmware
According to this thread, if you need to use the linux-image-virtual package on ubuntu then it only supports the “bus logic” scsi controller with ESX.
December 31st, 2008 — Windows
I was trying a Windows Live game on Steam yesterday and got the above error. After a lot of googling I discovered that I needed to install Game for Windows Live. There is version 1.2 and 2.0. Once this were installed the game run correctly.
December 31st, 2008 — Linux
I tried several methods last night including Unetbootin, and this is the one that worked best.
Basically copy the ISO on the USB root directory, add vmlinuz and initrd.gz from main/installer-i386/current/images/hd-media/. Then add syslinux.cfg with:
default vmlinuz
append initrd=initrd.gz
If you have boot problems you might also need to run install-mbr /dev/sda from the mbr package.
December 31st, 2008 — Linux
I keep smacking into this issue. So a couple notes to myself for future reference.
Before install touch /etc/inittab and afterwards add this to /etc/event.d/svscan:
start on runlevel 3
start on runlevel 4
start on runlevel 5
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
respawn
exec /usr/bin/svscanboot
December 31st, 2008 — Unix
A few useful vim indenting links:
This is the most useful bit when pasting into a vim window.
nnoremap :set invpaste paste?
imap
set pastetoggle=
December 16th, 2008 — Linux, Software, Windows
Lanuchy is a quicksilver-like key stroke application lanucher for linux and windows. Very cool.