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 [...]
Thursday
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.
Thursday
Our policy and network configuration does not requires IPv6 support in RHEL / CentOS / Fedora Linux. How do I prevent the kernel module from loading at boot time and disable IPv6 networking? You can easily prevent the kernel module from loading by updating the following two files: /etc/modprobe.conf – Kernel driver configuration file. /etc/sysconfig/network [...]
Monday
Method 1: passwd Conventionally the command use to change password on Linux based system is passwd , the option related to this command is –stdin ,an this is all done throughout a pipe. echo -e “new_password\nnew_password” | (passwd –stdin $USER) Method 2: chpasswd Another alternative is to use the chpasswd, explain as below: echo “password:name” [...]
Monday
#!/bin/bash MAXSIZE=62 array1=( q w e r t y u i o p a s d f g h j k l z x c v b n m Q W E R T Y U I O P A S D F G H J K L Z X C V B N M [...]