CentOS/RHEL: Removing and adding new disk, not showing correct size (EMC storage)
The Problem Two LUNs of 20 GB were removed and new LUNs of 240GB presented to the server. EMC storage is used.
The Problem Two LUNs of 20 GB were removed and new LUNs of 240GB presented to the server. EMC storage is used.
The Problem During boot, a message related to SELinux appeared in the console log as shown below: /usr/bin/chcon: failed …
In most Linux distributions, access to crontab can be control by accessing two files /etc/cron.d/cron.deny and …
This post introduces how to disable high-resolution timer configured in Linux kernel internally. To disable …
The Problem Getting permission denied when we are trying to do ssh to the system using new user created $ ssh user1@[ip …
Introduction to the awk Programming Language The awk programming language grew out of the recognition that many data …
The case Statement The if/then/else construct makes it easy to write programs that choose between two alternatives. …
Positional Parameters The execution of scripts is made versatile by the ability to run a script based on arguments …
When you write a script and set up user interaction, generally the script expects a certain type of user input. For …
You may have seen a large number of login trials in your Linux box, similar to below: Jan 25 01:37:27 [_HOST_] …
The grep Command Like most UNIX commands, grep is a mnemonic. The grep mnemonic is derived from ex editor commands. The …