Today I discovered Ketchup, a little command-line tool to manage your Linux kernel sources. If you’re one of the weirdos, who is still compiling his kernel manually for whatever reason (like I do), I can only recommend it. Ketchup nicely eases up the entire process of checking for updates and applying them to your system.
Let’s not hesitate and look at few usage examples… Want to know what’s the latest version of a particular kernel-tree?
Read the rest of this entry
Hello everyone,
Since there are alot of people asking for it, here is my HowTo about mod_ruid2
This is based on my CentOS server with Apache 2.x.
Installing this module its no longer needed to chmod config files to 666 or upload/attachments directories to 777. Since with this module enabled everything @ HTTP will run under the user itself and not ‘apache’ anymore.
Read the rest of this entry
Q: Warning: ini_set() has been disabled for security reasons in session/session.php on line xxx
R: you can simply add “@” in front of every occurrence of the word “ini_set” in libraries/joomla/session/session.php
Q: Warning: ini_set() has been disabled for security reasons in [path]/vb/vb.php on line 114
R: you can simply add “@” in front of every occurrence of the word “ini_set” in [path]/vb/vb.php
Q. How do I configure static IPv6 networking under RHEL 5.x / Fedora / CentOS Linux?
A. Red Hat / CentOS / Fedora RHEL support IPv6 out of box. All you have to do is update two files and turn on networking.
Read the rest of this entry