I’ve been doing alot of messing around in Ubuntu recently and there are lots of tweaks I like to make. One of them being to show the contents of my home folder as my desktop; I don’t need any more pointless folders….
Posts Tagged: workstation
31
May 10
Automagic Kernel Cleaning under Ubuntu
Sick of having dozens of old kernels sitting under your /boot/ dir? Want a simpler boot-life? Well we’ve got the solution for you. Continue reading →
26
Mar 10
What to do when Ubuntu Device-mapper seems to be invincible!
I’ve been trying a dozen different configurations of my 2x500GB SATA drives over the past few days involving switching between ACHI/IDE/RAID in my bios (This was after trying different things to solve my problems with Ubuntu Lucid Lynx) ; After each attempt I’ve reset the bios option, booted into a live CD, deleting partitions and rewriting partition tables left on the drives.
Now, however, I’ve been sitting with a /dev/mapper/nvidia_XXXXXXX1 that seems to be impossible to kill!
24
Mar 10
My Experience with Ubuntu 10.04, Lucid Lynx
Updates(26/3/10): Thought I’d give the liveCD another go (this time using the dailyx64 image and using unetbootin), thinking it must be something simple; so during boot i just kept pressing escape, before the splash screen came up. This got me around the splash screen issue and it seems as if everything is fine. Also, I found a matching bug report on launchpad, but no resolution as of yet. Guess we’ll have to wait and see.
Updates(25/3/10): With the greatest thanks to the guys at serverfault, I’ve still not been able to fix this issue, and will be lodging a bug report to launchpad whenever I get a chance
I’m a big Ubuntu fan; have been since my first Dapper Drake install, but I have never had such weirdness as I’ve had so far with Lucid.
I am at a loss to explain or even describe the trouble I’ve had with this.
14
Mar 10
Installing and Configuring NS-3 on a Ubuntu System
NS-3 Appears to have a staggeringly steep learning curve so I hope these posts help out someone else (or me, when i forget all this in a month).
12
Mar 10
Line Parsing Reminder (Duplicate removal)
So, say you have a long list of instruction (like multiple apt-get install lines) and you want to eliminate common words?
24
Jan 10
Ubuntu / Windows Sharing a Dropbox folder on NTFS
Take one Dual-Boot laptop, with three partitions:
/dev/sda1:Windows File System
/dev/sda2:Linux File System
/dev/sda3:Data Partition
I already had Dropbox installed on the Windows side and didn’t want to have things duplicated on the linux side, problem is Ubuntu currently does not mount internal drives automatically on boot, so every time I fired up Ubuntu, I had to re-mount the drive, password and all.
Easy enough fix: Make a new /etc/fstab entry for the shared drive and define a mount point.
/dev/sda3 /media/Shared ntfs-3g defaults,locale=en_GB.UTF-8 0 0
Then change your Dropbox location to wherever you have the folder under /media/Shared/ (or as I do and just symbolically link it to under your Home folder, This is also a good idea because Windows defaults to calling the Dropbox folder “My Dropbox” whereas in *nix its simply “Dropbox”)
Last but not least
sudo umount /dev/sda3
sudo mount /media/Shared
dropbox start
Then just enjoy the 2.5Gb of hard disk you just saved.
28
Feb 09
Testing The Gnome Blog Panel Thingy
So, I’ve decided that each weekend i wanna have a fiddling project and document it for the blog. This week I’m gonna do a free bsd 7.1 install on the wreckage that is my old laptop. I’ll update when i get pictures ( Sorry, no VGA scanner, digital camera will have to do)


