Centos by default creates a separate LVM with /home , which is un-necessary in certain installs , to remove it, follow the procedure To check the current status: Executing the changes: Checking size again: Modifying /etc/fstab to remove the mount
Burn a bootable iso to USB Disk on OSX
Cleaning up YUM Fastmirrors Cache
Quick one for my own reference
Howto :: LAMP Stack on Centos 7
Quick and Dirty install below! Install HTTPD sudo yum install httpd Start and Enable Boot-Startup of httpd sudo systemctl start httpd.service sudo systemctl enable httpd.service Install & Start / Boot-Start MariaDB ( A drop-in mysql replacement ) sudo yum install
Service Management Cheat Sheet :: CentOS 6 & 7
Below is a conversion document for Centos 6 to 7 Service Management! service systemctl Description service name start systemctl start name.service Starts a service. service name stop systemctl stop name.service Stops a service. service name restart systemctl restart name.service Restarts
Open VPN Installation on Centos 6.5
In a rush , so will jot down the steps only. You’ll need epel repo On CentOS 6 , that will be wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm sudo rpm -Uvh epel-release-6*.rpm Once that is done , 1. yum install openvpn easy-rsa 2. mkdir
Ajenti Control Panel
Ajenti [1] Webserver control panel is an amazing server administration panel written in Python. [1] http://ajenti.org/
Top 30 NMAP Command Examples
For future reference [1] is an amazing collection of nmap parameters. [1] http://www.cyberciti.biz/networking/nmap-command-examples-tutorials/