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.
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.
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 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.
LayeredTech Dedicated Web Hosting Provider Now Provides Remote RebootAugust 28th, 2007 This is a news to me! I am using LayeredTech dedicated server for over a year and just today while browsing their new encompass console I found they have three nice buttons labelled Reboot, Power On & Power Off. Obviously I tried and it worked.
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 Add Multiple IP Addresses On Linux / Fedora Core / FedoraSeptember 11th, 2007 Most guide to adding multiple IP addresses on Linux starts with the Microsoft-like solution of using ifconfig. While the solution is correct it doesn't survive a reboot or even a network restart.
My analysis of the actual problem with JavaBlogs AggregatorMarch 18th, 2005 A technical analysis of the duplicate post problem in JavaBlogs.
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 Disable IPv6 on Fedora / Linux & WhyAugust 21st, 2007 A guide to easily disable IPv6 support on your Linux workstation / server:
1. Add the two lines, if not already present, to /etc/modprobe.conf:
alias net-pf-10 off
alias ipv6 off
For Fedora 7 you should add the command to blacklist instead as shown below:
blacklist net-pf-10
Note: I haven't personally tested on Fedora 7.
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 Configure Google Talk on Pidgin / GaimAugust 17th, 2007 I faced quite some problems in configuring Pidgin / Gaim with Google Talk on Fedora Core 6. Here are the detailed steps for a no-brainer configuration of Pidgin for Google Talk:
1.
How To Connect To OpenFire XMPP Server From Gaim / PidginAugust 17th, 2007 I faced quite some problems, to say the least, in configuring Pidgin / Gaim to connect to OpenFire XMPP Server on Fedora Core 6. Here are the detailed steps for a no-brainer configuration of Gaim for OpenFire:
1.
How To Install JDK 6 / Java SE 6 (+ Tomcat) in Fedora Core 6 / Fedora 7 in 5 MinutesAugust 7th, 2007 Fedora Core developers make it rather hard to install and properly configure Sun's JVM. All said and done Sun's JVM (comes with JDK) is the best JVM implementation out there; not to mention that it is the reference implementation.
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.