Category Archives: linux

Need newer software for Ubuntu?

Image via Wikipedia
It’s been around for a while now, but getdeb is still a very useful tool. It has links to hundreds of .deb files for easy installation of newer software that hasn’t made it’s way to Ubuntu yet.
For starters, try installing:

Banshee
Pidgin
Screenlets
Tangerine

Much nicer than compiling from source!

Posted in linux | Tagged , , |

How to install KDE 4 RC 2 on Ubuntu 7.10 (screenshot tour)

If you’ve been following the development of KDE 4, then you are likely aware that the most recent release candidate was released a few days ago.
To install on Ubuntu or Kubuntu:
Remove any previous version of KDE 4.
sudo apt-get remove kdelibs5 kde4base-data kde4libs-data
Install KDE 4 RC 2:
sudo apt-get install kdebase-bin kdebase-workspace kdebase-kde4 kdebase-runtime
When originally writing this, [...]

Posted in linux | Tagged , , , , | 2 Comments

Eight features you didn’t know about in Ubuntu

Ubuntu has caused GNU/Linux based operating systems to have many reviews recently, most concentrating on the more flashy parts such as the infamous rotating cube or wobbly windows provided by compiz fusion, rather than the things that actually make it such a enjoyable operating system to use.
I tried to pick some features that I have [...]

Posted in linux | Tagged , , , , | 6 Comments

Installing NoMachine NX on any modern Linux including Ubuntu 7.10

NX is a remote desktop type piece of software that lets you log in remotely to another linux computer. It is useful in that it lets you log in simultaneously with other users - that is, you can use it as well as another user as you log into a new session. It also works [...]

Posted in linux | Tagged , , |

Bash tips and tricks

For the uninitiated, bash is the default shell in many Linux distros, including Fedora, Ubuntu, Redhat etc. If you use a Linux based OS, then chances are that you are using bash. For this reason, I outline below a few common annoyances, and the simple ways to overcome them.

1. Lost bash history
If you have [...]

Posted in linux | Tagged , , , , , , | 1 Comment

KDE 4.0 RC 1 running on Kubuntu 7.10

Having been as excited about KDE 4.0 as most people, I was keen to try the beta releases, though I didn’t want to compile it myself. Consequently, I waited for packages to become available for Kubuntu 7.10, as this seems the most convenient way to try it out. I followed the instructions detailed on the [...]

Posted in linux | Tagged , |