E-mail Alert on Root SSH Login
Want to be notified instantly when someone logs into your server as root? No problem, check out this nice tutorial…
Monkey business for the geek in you!
Want to be notified instantly when someone logs into your server as root? No problem, check out this nice tutorial…
To make sure MySQL uses the query cache, there are a few variables you need to set in the configuration…
Moving mySQL DBs from one server to another: mysqldump -uUSER -pPASSWORD txp_database > txp_database.sql puts the entire thing in one…
Cron allows users to automate repetitive system administration tasks such as tape backups, database reorganization, and general file cleanups (such…
Taking backup of mysql database using cron Create a file called database_backup.sh and also an empty directory called mysql_backup. The…
Whenever you can’t remember Root password, you can read this tutorial and do step by step to Reset it ……
For whatever reason CentOS decided to drop netconfig and renamed it to system-config-network…