How To Update nVidia Driver From Livna for Fedora Core 6 Linux Kernel 2.6.22.5-49September 28th, 2007 Fedora Core 6 has recently been updated to Kernel version 2.6.22.5-49. When you depend on compiled kernel modules, as in the case of nVidia drivers from Livna, you have to update them too.
How To Change Java Compiler in Ant on Fedora Core / LinuxJune 22nd, 2007 Fedora Core team, in its infinite wisdom, decided to ship a so-called "free" (but essentially useless and crappy; pardon my French) JVM (read gcj) with its installation. Not only that this "free" JVM is integrated with java softwares from Fedora repositories making them pretty hard to use too.
Xubuntu versus Fedora Core / Cent OS as Desktop OSMarch 8th, 2007 I have been evaluating both Xubuntu and Fedora Core along with Cent OS (Open Source version / fork of Red Hat Linux Enterprise Edition). The key value and differences between these releases are:
Xubuntu
Xubuntu is definitely faster to use in general due to its light-weight Xfce desktop interface.
Linux / Fedora: How To Freeze Packages From Yum Update in 3 StepsMay 27th, 2007 RPM based systems like RedHat, Fedora or CentOS often have the system configured for automatic updates. This ensures that your software is always upto date.
How To Install Thunderbird 2 on Fedora; Fedora Development Respository Broken for Fedora Core 6June 7th, 2008 I tried installing Thunderbird 2 from Fedora Core 6 Development Respository, the file actually belongs to currently in development Fedora 10. Yum / Yumex required that nss package be updated too in order to update Thunderbird.
How To Install Fedora 7 Linux on USB / Pen Drive (1GB+)August 22nd, 2007 Fedora project has created a simple script to install Fedora 7 on a USB Drive with 1GB+ capacity. To use the script you will need two things:
1.
lm_sensors Guide Or How To Monitor CPU Temperature in Linux / Fedora Core 6 ( > 2.6 Kernel)April 30th, 2007 To monitor CPU temperature in Linux you will need to install lm_sensors package and then install gnome-applet-sensors (assuming you are using gnome) to get a nice graphical display. The devil is in the details.
How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple StepsDecember 26th, 2006 Install Sun's Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting.
How To Install Latest Version of rdiff-backup in Fedora Core 6 and EarlierOctober 21st, 2008 Fedora Core 6 an earlier do not have the latest version of rdiff-backup - version 1.2.2. The latest version of rdiff-backup is incompatible with the earlier versions.
How To Delete Trash From Command Line in Linux / Fedora Core 6May 2nd, 2007 The Trashcan on your Fedora Core desktop (tested for gnome) is actually located in ~/Trash directory. So a simple commaond as below should clear your trash:
rm -rf ~/.Trash/*
Why did I need this?
There were some files in the Trash can which I didn't have permission to clean.
How To Speed Up Linux Desktop by 30%+April 13th, 2008 I am using Linux (Fedora Core 6) on a pretty high end hardware (at least when I bought it) - Intel Core 2 Duo E6600 Conroe 2.4GHz (4M shared L2 Cache) with 2 GB DDR2 RAM, nVidia dual-head graphics card for over a year now. And yet a simple change made it at least 20-40% faster.
Back Online...March 30th, 2007 I am minimally back online. The office renovation is in full progress.
How To Install IMAP & POP3 Server For Fedora Core 4July 8th, 2006 The perfect setup of fedora core 4 fails you on multiple fronts. First you cannot install apt as the package it mentioned has become obsolete and latest packages do not install with rpm.
How To Install RSSOwl (RSS News Reader) on LinuxSeptember 15th, 2008 Consider this as the missing installation guide for RSSOwl on Linux. After spending hours trying to get it working I finally figured it out.
How To Play All Multimedia Content on Fedora 9 LinuxOctober 29th, 2008 All you have to do is run this simple one line command:
rpm -ivh http://rpm.livna.org/livna-release-9.rpm && yum -y install vlc python-vlc mozilla-vlc
Note: For earlier versions of Fedora just change the number to correspond to the appropriate version. For example for Fedora Core 6 the command will be:
rpm -ivh http://rpm.livna.org/livna-release-6.rpm && yum -y install vlc python-vlc mozilla-vlc
This sets up livna yum repository configuration on your machine and then download and installs vlc media player as well vlc extensions for python and mozilla group of browsers.
June 12th, 2007 at 9:50 am
The command is given incorrectly, or at least it copies incorrectly if you highlight it and right-click copy.
The correct command is:
yum -y –enablerepo=development update firefox
For some reason the 2 dashes in front of enablerepo doesn’t copy correctly. Thought there might be a fellow noob out there who also struggles with it.
June 12th, 2007 at 11:04 am
WordPress (%$#%), in its infinite wisdom, eats one dash when there are two dashes as you can also see in your comment. Thanks for pointing it out.
I have corrected it by using - instead of plain dash.