5 Essential WordPress Plugins
If you create sites using WordPress, I’m sure there are certain plugins you find yourself using…
If you create sites using WordPress, I’m sure there are certain plugins you find yourself using…
I’m a big fan of Firefox, and it’s been my main web browser for as long…
Forcing reboot A Linux Server is not Windows XP and if reboot fail you usually still…
Virtuozzo includes a utility to update itself and the included templates. To run this, you will…
Want to be notified instantly when someone logs into your server as root? No problem, check…
To make sure MySQL uses the query cache, there are a few variables you need to…
Moving mySQL DBs from one server to another: mysqldump -uUSER -pPASSWORD txp_database > txp_database.sql puts the…
Cron allows users to automate repetitive system administration tasks such as tape backups, database reorganization, and…
Taking backup of mysql database using cron Create a file called database_backup.sh and also an empty…
Whenever you can’t remember Root password, you can read this tutorial and do step by step…
For whatever reason CentOS decided to drop netconfig and renamed it to system-config-network
This is a long-standing Windows XP annoyance, and every time I rebuild a PC or buy…
This guide will show you how to install mod_gzip on your Linux server mod_gzip – what’s…
SCP – Moving large files from one Linux server to your new Linux server What is…
Distributed denial-of-service attacks In a distributed attack, the attacking computers are often personal computers with broadband…
How can I repair corrupt MySQL tables? Every so often, MySQL tables have a way of…
How To Mount A Drive In Linux This simple step by step guide will show you…
For whatever reason , some people still want to run the old version of MySQL4.1 in…
MD5 password generator $pw is: "; echo " " . strtoupper(md5($pw)) . ""; } ?> …
Need to know the exact size of your subdirectories in Linux? Just go to the directory…
Had an issue with one on our CentOS cPanel servers running 64 bit and cPanels easyapache…