Posted in 24/12/2009 ¬ 3:37 pmh.ali.sogukpinar
There are two possible ways for adding a default gateway. Option 1: You can add a gateway definition to the /etc/sysconfig/network file. This definition will apply to all network interfaces. Let’s say that your gateway is 192.168.4.1, then you need to add the following line to /etc/sysconfig/network file. GATEWAY=192.168.4.1 Option 2: You can define a [...]
Read the rest of this entry »
Posted in 17/12/2009 ¬ 10:36 amh.ali.sogukpinar
After doing a kernel upgrade, default kernel configuration in GRUB config will be automatically update. On Redhat based systems you can change this behavior by modifying /etc/sysconfig/kernel file. You need to set the UPDATEDEFAULT to no. UPDATEDEFAULT=no copyright
Read the rest of this entry »
Posted in 29/10/2009 ¬ 1:11 pmh.ali.sogukpinar
We can disable SELinux by editing the /etc/selinux/config configuration file. We will need to change the following line SELINUX=enforcing as listed below. SELINUX=disabled After this modification we need to reboot our system.
Read the rest of this entry »