Linux basic commands
check the ip address ifconfig Check the hidden ip address which are not correctly configured ifconfig -a Change name servers of network sudo nano /etc/resolv.conf check gateway address netstat -r Find all files with in the system sudo find / -name "*php.ini*" Find all file and folder count for t in files links directories; do echo `find . -type ${t:0:1}...