If you decide to make a major update of your system, do make sure to install some core packages first, otherwise just simple “sudo yum update” might lead to a corrupt installation. This is all because, for instance, that when…
Local SVN + Trac + SSL How-to
Objective: svn and trac up and running on a local virtual host Purpose: local development environment on intranet Valid: Fedora 8, Fedora 9, Fedora 10 Adapted from this article. Before making the below, generate ssl certificate files (if you have…
Local Yum Rpm Repository
YUM is the default package manager provided with most RPM distros, especially Fedora and Redhat based distros. It is similar to APT of the Debian based distros. Admittedly, it is not the best package manager in term of performance, I…