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 Install nVidia Graphics Driver on Fedora Core 6 / Linux in 5 Simple StepsApril 12th, 2007 nVidia provides linux drivers from its website. Unfortunately it doesn't work with recent kernels.
How To Setup Dual Monitors on Linux / Fedora CoreJune 3rd, 2007 Linux comes with automatic setup for dual-monitors like windows. However I found the gnome applet rather buggy and unusable.
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 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 (High Quality Feed Reader) in Fedora Core 6 / LinuxApril 11th, 2007 RSSOwl is a high quality cross-platform (written in java; uses swt library) RSS / Atom Feed reader which is a superior free alternative to Newzcrawler or Feedreader for linux. Fedora Core 6 provides an RPM distribution for it (doesn't work) which you can install simply by:
yum install rssowl
However as stated before it doesn't work.
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 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.
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.
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 Update To Firefox 2.0.x in Fedora Core / LinuxMay 14th, 2007 Fedora Core 6 ships with Firefox 1.5.x version. Firefox 2.0.x is currently in development repository of Fedora Core 6.
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 Install MS True Type Fonts in Linux / Fedora CoreMay 21st, 2007 Microsoft's True Type fonts can also be used on Linux. Not only can they improve visibility, they are essential for proper look and layout if you are using Internet Explorer on Linux for testing etc.
How To Install XMemo (IPMsg Alternative) in Fedora Core 6 / LinuxApril 10th, 2007 XMemo is an alternative to IPMsg (for Windows only) and claims to interoperate with IPMSg protocol. In short a quick messaging tool for intranet use.
February 16th, 2007 at 1:28 pm
I installed JVM 1.6 on Linux.In Windows when I double click jar files it directly starts Java application.However, in Linux it starts archive application and shows the class files of the jar archive.How I can adjust it to run directly JVM?
March 16th, 2007 at 8:10 pm
Great info, been fighting this for a couple hours and this fixed it straigh away. thanks
June 11th, 2007 at 6:56 pm
this was a great help! Thx!
September 4th, 2008 at 11:28 am
Tu guia me parece INAPROPIADA e inservivble para personas que APENAS comenzamos con Linuz, deberias de hacer guias para personas asi si no por eso es porque linuxd no tiene tanta demanda como windows
SALU2
January 8th, 2010 at 7:50 pm
Just a questions… Do you know how to disable WordPress from caching pages temporary so I can turn it off while developing, but turn it back on when the site is live?