Tuesday, May 3, 2011

Minor LinuxMint Annoyances

After a fresh install of Linux Mint 10 there's always 3 things that annoy the hell out of me:
  1. Upgrade Firefox to version 4
  2. Remove the Motherfreaking Mint customised Google searchbar and replace with standard one
  3. Remove cow and quotes from Terminal
Now, thanks to the sites listed at the bottom of this post theres a quick and easy solution to each issue:


1. Upgrade/Install Firefox 4

First add the Firefox PPA (Personal Package Archive) to your system with this command:
sudo add-apt-repository ppa:mozillateam/firefox-stable
You'll need to enter your password to authenticate, and apt will add the Firefox PPA for you.

Then you can either upgrade any software packages on your system that need upgrades (including Firefox):
sudo apt-get upgrade
or install Firefox 4:
sudo apt-get install firefox ubufox
(Ubufox is a Firefox extension that ships various tweaks and extensions.)


2. Remove the Linux Mint customised Google searchbar and replace with standard one

First, go to https://addons.mozilla.org/en-US/firefox/addon/3682
Install the addon and restart Firefox.

Next go to google (eg: http://www.google.com), right click in google search bar and select “add to search bar”.

Next left-click arrow at left side of firefox search combo and Select “manage search engine”, you should find Google at the bottom of the list. You'll need to move it to the top.

Finally, delete any search agents that you no longer want (eg: Bing)


3. Remove cow and quotes from Terminal

First you'll need to open the config file: /etc/bash.bashrc :
sudo gedit /etc/bash.bashrc

Next find the line (it's usually near the very bottom) similiar to
/usr/bin/mint-fortune
and comment it out:
#/usr/bin/mint-fortune

Finally, save the config file and restart the terminal.


Many thanks to the following sites:
http://www.jonathanmoeller.com/screed/?p=2754
http://community.linuxmint.com/tutorial/view/337
http://blog.linuxmint.com/?p=142
http://community.linuxmint.com/tutorial/view/73

Friday, April 15, 2011

Linux Software: Audio Apps

This article is the fifth in Tom's Hardware Definitive Linux Software Roundup, and the seventh installment of the continuing guide to getting started with Linux for Microsoft Windows users. You can find inks to our previous articles below:

Part 1: Ubuntu Linux Installation Guide
Part 2: Run Windows XP In Ubuntu Setup Guide
Part 3: Internet Application Roundup
Part 4: Communications Application Roundup
Part 5: Office Application Roundup
Part 6: Image Application Roundup

http://www.tomshardware.com/reviews/ubuntu-linux-audio-software,2856.html

Wednesday, February 9, 2011

19 Opensource Games for Linux

Looking for some sweet games for Linux? How 'bout 19 free Games for Linux? ..and no, they don't suck.

Wednesday, December 1, 2010

Saturday, November 27, 2010

10 best Linux distros for 2010


Techradar has a great article listing the 10 best Linux distributions for 2010. They've picked what they believe are the best distros for: beginners, experts, windows refugees, old hardware ... the list goes on. Well worth the read as it lists out heaps of different distros.

Sunday, November 21, 2010

Mint Linux - Ubuntu Killer?


Mint Linux has been around for a while and it's based on Ubuntu. Apparently the Mint people think Ubuntu is too difficult so they've worked hard to make it easy to use. I've read a lot of reports that say that Mint is the best choice for people moving from Windows based systems to Linux. So, why not check it out?

Thursday, September 16, 2010

The Linux File System Structure Explained

Have you wondered why certain programs are located under /bin, or /sbin, or /usr/bin, or /usr/sbin? For example, less command is located under /usr/bin directory. Why not /bin, or /sbin, or /usr/sbin? What is the different between all these directories?

This article explains the Linux filesystem structures and helps us all to understand the meaning of individual high-level directories.