Articles

Apache was running but sites are not resolving. * List down httpd processes to check if httpd is runningps ax | grep httphttpd process running... Basic Commands for Services IPTABLES To check firewall rule set using iptables:iptables -L To Flush/Clear the firewall... How can I check the number connections to a port from an IP? While logged into your server via SSH as root you can run the following command: netstat... How do I check for the status of MySQL and what it is doing? To check MySQL Status via WHM: WHM -> Server Status -> CPU/Memory/Mysql Usage Or you can... How do I optimize Apache to use less memory? Apache Memory Use Optimization 1. SSH into your server as root.2. Run top.3. Press shift + m.4.... How to use SSH SSH is a tool used to connect to your server.   This is how 95% of your system is setup.To... Linux Command Line Cheat Sheet Moving Around the FilesystemCommands for moving around the filesystem include the following.... MySQL Error - Table tablename is marked as crashed and should be repaired If you see the MySQL Error "Table tablename is marked as crashed and should be repaired" you can... MySQL is not starting and giving innodb corrupt errors. How can I fix this? If MySQL is not starting and giving innodb corrupt errors in /var/lib/mysql/$HOSTNAME.err you can... Setting the system date and clock To set the system clock, use the date command.For Redhat Systems, use the following format: date... What are some basic commands that I need to know to use Linux? If you are new to shell (SSH), below are some commands to get you started. A full list of shell... What can I do if Apache has reached the MaxClients setting? Error Log - Apache server reached MaxClients setting consider raising the MaxClients setting* Be...
« Back