Ubuntu

Quickly upgrade to Ubuntu 11.04 Natty Narwhal

Ubuntu logo

In case you missed it, the latest edition of Ubuntu was released this week, Natty Narwhal (or 11.04 if you prefer).

It seems to have been one of the most popular releases ever, because I can't connect to the Ubuntu website to upgrade!!! What's happening is that because Canonical's servers are so busy, the upgrade assistant can't download the release notes for the new version. And so the upgrade fails.

Linux tip: How to open RAR files in Ubuntu

Ubuntu logo

It doesn't happen often, but once in a while you'll need to open a RAR file in Ubuntu.

What's a RAR file, you ask? Well, essentially it's a slightly more obscure zip file format. Windows handles ZIP file formats nicely, Linux is comfortable with TAR.GZ archives. Neither operating system loves RAR files.

How to install PHP-FPM for Nginx on an Ubuntu 10.04 server

Nginx logoThis is the third part in my series of articles looking at building an Nginx server on the Media Temple VE service. We currently have a working Nginx installation and a domain name pointed at the server, and in the last step, we installed MySQL and created a first database to store our CMS data.

The quickest way to install Aptana Studio on Ubuntu

Aptana logo

Aptana Studio is free web development software which runs on Linux and Windows alike. I switched to it a few years ago to break my dependence on outdated versions of Dreamweaver.

How to install Xvidcap on Ubuntu

http://sourceforge.net/projects/xvidcap/

Download the .deb package

Double-click - you'll get a warning that there's a later version available. Close the warning and continue. Click "Install Package". Once downloaded and configured, there's a final step to take.

Lock down the version. Open the Synaptic Package Manager. Search for Xvidcap and select it. Go to Package menu and select Force version. From the drop-down menu, select the 1.1.7 version and click Force version.

How to install Apache, MySQL and PHP on Ubuntu

If you're working on developing websites, it's handy to have a development server to test your designs and code against. If you're running Ubuntu, it's fairly easy to install a LAMP stack - I use mine for running test versions of WordPress and Drupal for themeing, but you can use this setup for all kinds of web development.

In this post, I'm going to show you how to quickly install Apache, MySQL and PHP to give yourself a fully-functioning development server. By the way, I'm using Ubuntu 10.04 to carry out this tutorial.

Ubuntu: How to share a wired internet connection

Ubuntu logo

Ever been stuck with a single, wired internet connection, but needing to connect more than one computer to the internet?

You'll be glad to know that with Ubuntu, it's easy to share an internet connection by creating an ad-hoc wireless network. It happened us recently on holiday - we had a single wired network connection, but two laptops. Both machines were wireless enabled.

Here's how to set up the connection:

Ubuntu: Change your password using the command line

How do you change your password in Ubuntu? Well, using the command line, it's actually quite easy...

I'm going through a process of changing my various computer and web passwords. After the much publicised vulnerabilities with Google and MSN a few weeks ago, I thought it might be a good time to change my passwords.

Now, to change your password through the command line, you simply type in passwd and hit return. You'll be prompted to enter your current password first, then your new password twice. It's that easy.

Essential Keyboard Shortcuts for Ubuntu

In the Windows environment, keyboard shortcuts help us get things done more efficiently, without wasting time using the mouse to navigate. Part of the difficulty in migrating to Ubuntu is that many of the old Windows shortcuts don't work anymore. In this post, I've hunted out some useful keyboard shortcuts to help you navigate Ubuntu more professionally.

What version of Ubuntu am I using?

Because Ubuntu is a free operating system, they don't feel the need to shove the version in your face in quite the same way their commercial counterparts do. So, when you're on the threshold of doing an upgrade, it's nice to know what version you're upgrading from.

There's a quick, command based way to discover what version of Ubuntu you're using:

cat /etc/issue

Alternatively, for a more detailed output, try this command:

Pages

Subscribe to RSS - Ubuntu