ragged-rigid
ragged-rigid
ragged-rigid
ragged-rigid
Tag » Centos « @ www.digitalpains.net

Posts Tagged ‘Centos’

marketing

Setting a Default Gateway for Redhat / CentOS systems?

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 »

Keeping the old kernel as default after a kernel upgrade

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 »

Disabling SELinux on CentOS

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 »
notice