Entries Tagged 'Ubuntu' ↓

Free Software for Microsoft Windows not by Microsoft

O.K I have been using Ubuntu Intrepid now for a little while and I have come to the verdict that its really not the desktop for me. I love the idea that its free, I don’t have trouble installing it or with setting up drivers, I like Compiz, I like the fact that I can customise practically everything! I even like the application line up.

So whats wrong with it?

Well for one I think it feels sluggish. When I click on something it always seems to take a moment to respond also when I type stuff I’m always getting double caps at the start of words (whats that about)? Anyway all OS’s have their failings Ubuntu has many!

I have now switched back to Windows XP for the moment and its spurred me on to write this article about free software for Microsoft Windows which I would imagine most people would want all bar a few specialist applications.

Before people say why not just Linux if you want free software… well most people will already have an Operating System with their computer / laptop so why not use it? Its most likely going to be Vista if its a recent purchase. Vista isn’t all that bad and neither is XP!

Firefox

Probably the best web browser out there, made even better by contributing addons such as Foxmarks and Firebug!

Download: www.mozilla-europe.org/en/firefox/

iTunes

Love it or hate it. Personally I love it and its free although I think 80MB+ download is a little excessive.

Download: www.itunes.com

Dropbox

This is a great web service that will backup and synchronize your files between multiple computers. I like the fact thats its cross platform (thats generally a trait of free software).

Download: www.getdropbox.com

Geany

An IDE for programming (I use it for PHP).

Download: http://sourceforge.net/projects/geany

Thunderbird

A great email client with some fantastic addons.

Download: http://www.mozilla-europe.org/en/products/thunderbird/

OpenOffice.org 3.0

I don’t care what anybody says about this for 95% of people at home this is the perfect Office suite you really don’t need to buy Microsoft Office

Download: http://www.openoffice.org/

AVG Anti Virus

Free anti virus software. Thats right you don’t have to spend £30 on that copy of Norton from PCWorld that some sweaty twat will force down your throat.

Download: http://free.avg.com/download-avg-anti-virus-free-edition

Gimp 2

Edit your images with relative ease… If you don’t like the Gimp try… paint.net

Download: http://www.gimp.org/windows/ or http://www.getpaint.net/

Editplus (its kind of free)

Ok this is a 30 trail but it carries on working! I will buy a license one day I promise!

Download: http://www.editplus.com

FFDShow

Install this to deal with most of your multimedia needs.

Download: http://sourceforge.net/projects/ffdshow

Haali Spliter

Want to play MKV’s then you will need this

Download: http://haali.cs.msu.ru/mkv/

Media Player Classic / VLC

An alternative to MS Mediaplayer both are as good as each other in my opion.

Download: http://sourceforge.net/projects/guliverkli/

Putty

An ssh client for windows it works… arguably I think it works better than native linux clients mainly due to the fact it has a profile manager.

Download: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

WinSCP

A way of connecting to SSH filesystems using Windows

Download: http://winscp.net/eng/download.php

uTorrent

torrents? What are they you ask. Well they are generally associated with illegal music and video downloads. However some organizations actually use it to distribute legit software.

Download: http://www.utorrent.com/download.php

Skype

A great bit of free software to make calls and chat to family and friends.

Download: http://www.skype.com

Pidgin

An alternative to MSN Live Messenger (I cant stand all the ‘Live’ shit).

Download: http://www.pidgin.im/download/windows/

The Terminator for Ubuntu

A really useful application that I found whilst having a browse around Launchpad was Terminator. Its an application that allows you to divide the application window up into individual terminals handy if you need to watch logs, run batch processes whilst doing doing something else. To install just pop the following into a terminal…

sudo apt-get install terminator

Homepage: http://www.tenshu.net/terminator/

Large fonts in Virtual Box and Skype on Ubuntu

If you want to change the application fonts in programs like Skype and Virtual Box. You may need to pop the following into a terminal…

sudo apt-get install qt3-qtconfig

or maybe…

sudo apt-get install qt4-qtconfig

I’m not sure which version you will need but I know that on Intrepid you need qt4… which i think gets installed when you install skype for example.

Anyway look under ‘System > Preferences’ select ‘QT4 Settings’ you will then be able to set the font to the same size as your application font that you have set in Ubuntu. Odd font sizes bother me so I had to find out how to sort this out! I hope this helps someone else to…

Mount File System via SSH on Ubuntu

This is a really handy to know if you work across multiple computers and want to use file systems over ssh this is handy when you don’t have vpdn at your disposal…

Firstly install sshfs by popping the following into a terminal…

sudo apt-get install sshfs

Once that is installed you will be able to mount file systems via SSH.  A sensible way to mount them is to create a mount point in ‘/media’.

cd /media
sudo mkdir sharename
sudo chown username sharename
sshfs username@hostname:/path /media/sharename

Obviously you will need to replace username and sharename with the right criteria but I hope you get the idea!

Ubuntu Netbook Remix for the EEE PC

If you don’t want to mess around with custom kernals and just want it to work out of the box. Try this! http://www.ubuntu-eee.com/

Custom Kernal for the EEE PC on Ubuntu 8.04 / 8.10

If you want to install Ubuntu on an EEE PC you will need to make a visit to http://www.array.org/ubuntu/. It will make your life so much easier!

Wallpapers for Ubuntu

Want the default set of wallpapers and backgrounds that should come with Gnome?

Pop this into a terminal…

sudo apt-get install gnome-backgrounds

To select one of these new stunning backgrounds. Just ‘Right Click’ your desktop then select ‘Change Desktop Background’. Enjoy!

Multimedia on Ubuntu

To play back pretty much all types of media on Ubuntu including mp3, flash, h.264, mkv etc… This also contains the free set of Microsoft fonts such as arial, verdana, trebuchet etc.

Open a terminal and pop in…

sudo apt-get install ubuntu-restricted-extras

I would probably recommend installing VLC to…

Open a terminal and pop in…
sudo apt-get install vlc

Upgrade to OpenOffice.org 3 on Ubuntu Intrepid

Just add the following to your sources list… and update.

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

The update manager will then appear in your notification area on your gnome panel just run the update as normal. Thats it! You will now be able to use OpenOffice.org 3.

Installing Fonts on Ubuntu

Open a terminal and pop in the following…

gksu nautilus /usr/share/fonts/truetype

Create a folder for your fonts or just drag and drop a folder of fonts into the Nautilus window that opens.

Then…

Alt+F2

sudo fc-cache -f -v

Check ‘Run in Terminal’.

Thats it your new fonts are installed. You may have to restart your display to make new fonts appear so probably best to.