Tag Archives: Ubuntu

Nevermind streaming, mount your mp3 dir over SSH and listen to your music at work!

This whole streaming hype sometimes makes you think it’s the ideal way of doing things. But sometimes it’s just a hassle to setup the streaming server and possibly have to deal with lower quality than the original file to boot. My solution for listening to my music at work now is to just mount my [...]

Automatic Lossless JPEG Optimisation

Just stumbled upon this little program which optimizes JPEG images. In my directory of thumbnails it saved an easy 20KB for only 16 images, so that’s not half bad if you ask me. Every little bit helps I’ve been working on a little gallery in Zend Framework, and am generating thumbnails in a cache dir. [...]

Linux Mint Menu in Ubuntu (Lucid) by using the Mint Repo

This has been popping up on sites today, and people are installing from .deb files downloaded out of the Mint repo’s. Now, I like to keep my software up-to-date and thus don’t like installing loose .deb files without adding the repo where they came from. Just a note of warning: this is meant for Ubuntu [...]

Auto start Teamspeak 3 Ubuntu

Before I start I am asuming you have already downloaded your copy of teamspeak 3 and unpacked it. For reference I will assume the path to where you unpacked TS3 is: /home/ts3/teamspeak3-server_linux-amd64 Now to make an autostart script you can actually just reuse the one that comes with TS3: ts3server_startscript.sh The only thing I did [...]

Ubuntu Natty Narwhal (11.04)

Well it seems Canonical has finally decided on the name for the newly announced Ubuntu version, to be released in April 2011. It will be called Natty Narwhal. What wikipedia has to say about the Narwhal: The narwhal (Monodon monoceros) is a medium-sized toothed whale that lives year-round in the Arctic. One of two species [...]

Upgraded VPS from Karmic (9.10) to Lucid (10.4)

I followed the really simple guide posted by my VPS hoster for upgrading my VPS to Ubuntu Lucid. It took quite a while to run, but after adding a single row to /etc/fstab it restarted without problems! Seriously, I didn’t change a single thing and everything “just worked”.. That’s how it’s supposed to be! Now [...]

Discover Motherboard Make & Model in Linux

I never knew how to do this before, and never really needed it since I pretty much know my motherboard models by heart. However, with the increasingly weird model numbers these days from companies like Gigabyte and Asus I can’t seem to remember them anymore. I also have way too many computers to take care [...]

Ubuntu Lucid vs Windows XP

At work I have been working on Windows XP but for testing reasons I installed Ubuntu Lucid as well and am dual-booting now. Switching between the two I have started to get a bit annoyed with XP because it is much slower than Ubuntu is. Programs seem to take a lot longer to start, even [...]

Howto reinstall mysql-server on Ubuntu (Lucid)

After messing around with mysql-server a bit too much lately, I’ve managed to break it completely. So much so, in fact, that I couldn’t just reinstall it.. It took quite a bit of time before I figured out the only working method for me to reinstall properly. First I run a sudo dpkg -l |grep [...]

Unattended Ubuntu Installation

Quote: In creating Ubuntu Linux, Canonical has focused on ease of use, and this extends to the install procedure. To this end, Ubuntu eschewed many of the detailed questions that had discouraged potential Linux users of an earlier era. However, despite relative improvements in that area, the installation is still peppered with questions. This means [...]