Friendly Tech Ninja Linux how-to's for beginners

2May/10

Howto: Install Dropbox on Ubuntu 10.04 Lucid Lynx

dropbox-logo

If you're like me and just can't switch over to Ubuntu One because they don't have a cross-platform client quite yet, Dropbox is still the king of easy folder synchronisation.

Step 1
Go to www.dropbox.com/downloading and download the appropriate .deb file.

Note: If you don't have a dropbox account sign-up for one here

Note: If you're not sure which one to download, you'll notice just above the download links they recommend which one you should download.

Step 2
Once downloaded, locate the file and double click it. You'll be presented with a package installer, just follow the on screen prompts.

30Apr/10

Howto: Install Skype on Ubuntu 10.04 Lucid Lynx

skype-logo

This is exactly the same process of installing it on the previous version, straignt forward, works great.

Note: Due to a recent update, you can now install Skype via the Ubuntu Software Centre, just do a search for it. You can also install it via the command line with the following: sudo apt-get install skype

Step 1
Go to www.skype.com/download and get the appropriate 8.10+ version for you (32/64-bit).

Step 2
Launch the Skype install .deb file (just double click it) and follow the on screen prompts.

26Feb/10

Howto: Install Spotify on Ubuntu 9.10 Karmic Koala

I finally got around to trying Spotify, unfortunately they don't have a Linux native application so we'll be running the Windows version under Wine. The install process is very straight forward and most people have had it work straight out of the box however I had some sound problems which you can see here.

1Feb/10

Howto: Install TweetDeck on Ubuntu 9.10 Karmic Koala

tweetdeck-logo

This is one of the best social networking application I've found out there, not only is it functional and stylish, but it's cross-platform as it's an Adobe Air application and it's really easy to install!

Note: If you don't have Adobe Air installed please follow this guide first and then return to here.

Step 1
Go to tweetdeck.com and click the yellow download button.

1Feb/10

Howto: Install Adobe Air on Ubuntu 9.10 Karmic Koala

adobe-air-logo

There are some really great adobe air applications out there especially one revolving around social networks such as twitter, facebook, friendfeed. This is a pretty easy install and I'm going to show you how to do it via the command line because it's very quick to do.

Step 1
Download adobe air here and save it to somewhere you can find it like the /Downloads folder.

Step 2
Open up a Terminal window under the Applications->Accessories menu and navigate to the folder you download adobe air to, in my case it was the /Downloads folder:

21Jan/10

Howto: Install Firefox 3.6 on Ubuntu 9.10 Karmic Koala

firefox

Update: The mozilla team has made a new ppa that will upgrade firefox 3.5, I've added that ppa below.

Firefox 3.6 has just come out and for people that don't want to wait for Canonical to officially upgrade the default Firefox 3.5 install on Ubuntu 9.10 Karmic Koala follow these steps:

Step 1

Go to System->Administration->Software Sources and in the Software Source window navigate to the Other Sources tab.

Step 2

Click the Add button and copy and paste the either ppa into the dialogue box:

5Dec/09

Howto: Install Adobe Flash 10.1 (pre-release) on Ubuntu 9.10 Karmic Koala

As most linux users know Adobe Flash isn't particularly good, it's choppy and hogs your CPU. Well Adobe has a pre-release of Flash 10.1 which is really really good. It's pretty easy to install.

Step 1

Download flash here (Source).

Note: Download it to somewhere easy to access it like your Desktop

30Oct/09

Howto: Install Dropbox on Ubuntu 9.10 Karmic Koala

dropbox-logo

Dropbox have officially released there .deb's for Ubuntu 9.10 32/64 bit! It's quite straight forward to install.

Step 1

Go to www.getdropbox.com/downloading and download the appropriate package for your system.

Note: If you don't have a dropbox account sign-up for one here

Step 2

Run the .deb file and follow the install instructions, it'll just take a moment.

Step 3

It'll tell you to logout and log back in, do so. Now run the application from Applications->Internet->Dropbox. It'll take a moment to load up then give you a warning that it's going to download/install a nautilus daemon, allow it to do so. This will just take a minute or so.

Step 4

You'll soon be greeted with a window that'll ask you if you'd like to login or create an account do what's appropriate for you.

Step 5

Once you've gone through the setup stage your Dropbox folder will now be located in your /home directory. You can however pick where you'd like to locate it and you can see that option in the setup, but the default is fine.

Step 6

Simple drag and drop files in and out of the folder and they will sync with the cloud and other machines you have it running on (can be Windows/Mac/Linux)

Congratulates you're all done! The thing I like the most about Dropbox is the fact that it's so easy to use, cross-platform and most of all free!

If you liked this guide or would like to add to it, please post a comment below and don't forget to subscribe (it's free)

16Oct/09

Howto: Install Skype on Ubuntu 9.10 Karmic Koala

skype-logo

Skype hasn't officially released a .deb specifically for 9.10, but in this tutorial I've found that the 8.10+ .deb file works perfectly on Karmic Koala. I've hadn't had to configure anything to get the mic, sounds or camera to work with my laptop (Dell Studio 1535).

Step 1

Go to www.skype.com/download and get the appropriate 8.10+ version for you (32/64-bit).

Step 2

Launch the Skype install .deb file (just double click it) and follow the on screen prompts.

Note: If you have a dependency error or the installer fails, install a missing dependency using the following: sudo apt-get install libqt4-dbus

Step 3

Launch Skype from Applications->Internet menu and press either Ctrl+O or press the Skype symbol at the bottom of the window to open the options menu.

In the menu you'll see a option to Choose style: change that too "Desktop Settings or GTK+. Then apply the changes and next time you open Skype it'll be using you native theme.

Step 4 (Optional)

If you'd like to have Skype startup automatically when your system starts, go to "System -> Preferences -> Startup Application", Click "Add" and enter the following details:

  • Name: Skype
  • Command: skype

Click "Save" and you're done! Next time you load up your system Skype will auto-launch.

Note: I only tired this on the 32-bit version of Karmic, but I'm sure if you use the correct .deb it should install fine for you.

Edit: If you're having problems with getting your mic to work check out this post: Quick Tip: Getting Your Mic Working with alsamixer

Please comment if you found this helpful or would like to make a suggestion.