Loading...

Category: Basic Linux

Swap

Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in [ … ]

Sudo Permissions

In the terminal open Visudo file. Enter the name to which user you are giving sudo permissions In visudo file, then save & Exit. root ALL=(ALL)ALL rahul ALL=(ALL) ALL srinu [ … ]

Assinging IP Address

To Assinging IP Address In CentOS Open below config file and make changes as needed vi /etc/sysconfig//network-scripts/ifcfg-eno16780032 TYPE=Ethernet DEVICE=enoxxxx ONBOOT=yes BOOTPROTO=static/dhcp/none IPADDR=10.10.10.189 DNS1=8.8.8.8 GATEWAY=10.10.10.1 PREFIX=24 NAME=eno1xxxx UUID=xxxxxxxxxxxxxxxxxxxxxx DEFROUTE=yes Restart the [ … ]

LVM

Process to add lvm space in vmware First need to create a new partition and then covert new partition in to lvm partition,After that add that partion in to volume [ … ]