Tag Archives: sudo

How To Remove A Non-Empty Directory in Ubuntu

It’s really very simple. Bring up a terminal window. At the command prompt type sudo rm -r <directory-name> So, if you wanted to Remove a directory called ‘spare’ that was in the directory ‘etc’ which is itself off the home … Continue reading

Posted in Computers | Tagged , , , , | View Comments

Ubuntu Update

This article first appeared in The Eye I decided to try and keep a little ahead of the game, so I tackled an Operating System Upgrade on one of my desktops. It currently runs Ubuntu 7.10 (Gutsy Gibbon), and I … Continue reading

Posted in Computers | Tagged , , , , , , , , , , , , , , , , , , , | View Comments

Skype in Ubuntnu

I like command line installs. usually very quick too. Here is how to install Skype, the popular instant messenger and VOIP client. open a shell (terminal). type the following: sudo kate /etc/apt/sources.list this brings up your repository source list in … Continue reading

Posted in Commentary | Tagged , , , , , , , , | View Comments