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 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 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.
How To Block IP Addresses On Linux ServerJuly 12th, 2006 Take a look at your log file (/var/log/secure for Fedora Core 4) and you will discover numerous automated ssh hacking attempts using dictionary attack. So now you have identified the offending addresses.
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 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.
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.
Fedora 11 Pre Release DownloadApril 29th, 2009 Well the third pre release version of Fedora 11, Leonidas is out. Officially Fedora project has come out with a pre release copy of the new version of the Linux Distro that is to be released 28 days from now.
What's the new name for Fedora 11January 6th, 2009 After the much-hyped Fedora 10, its time for Fedora 11 to take the stage. For the developers gung ho over the best title for their new release, contributions from all in Fedora community is awaited.
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 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 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.
The Other Fedora: Open Source Software RepositorySeptember 21st, 2007 Do you know about the other Fedora, the open source software repository?
Fedora open source software gives organizations a flexible service-oriented architecture for managing and delivering their digital content. At its core is a powerful digital object model that supports multiple views of each digital object and the relationships among digital objects.
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.
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.
November 14th, 2007 at 8:42 am
Don’t forget to add the :0, :1, etc as in the filename to the DEVICE= lines in each file!
April 18th, 2008 at 10:29 am
Hi,
I have a problem setting up multiple IP addresses under Fedora 8: I can configure the addresses fine as detailed on this website, and I can ping them no trouble. The problem is when I come to actually use them with a client-server program I am developing:
The server program opens up a socket and binds it to one of the addresses, but when it tries to bind a second socket to one of the other address, I get the error “Address in use” - so it seems that I can’t actually set up concurrent servers on the different addresses.
Further, when the client program tries to connect with the one open server socket, it will quite happily connect with the server irrespective of the address used by the server, so long as it is connecting to one of those I have configured, or is the primary address.
I hope I have explained this clearly enough …
I am programming in C.
Cheers,
Keith Moore
April 18th, 2008 at 11:19 am
OK, panic over, found the problem - I was still binding with INADDR_ANY instead of the specific address, which had the dual effect of taking up all the IP addresses, and accepting incoming connections on all of them!
D’oh!
April 21st, 2008 at 10:47 am
Cool guide, but I need multi DNS (already know about the ip addresses tips)
thanks anyway
August 4th, 2008 at 9:50 pm
Do you have the script that does it automatically? I mean an sh file?