HOW TO : Repair corrupted MYSQL Table
I recently came across a corrupted table in MySQL and was getting the following error, when I was trying to access a table. “mysql ERROR 145...
I recently came across a corrupted table in MySQL and was getting the following error, when I was trying to access a table. “mysql ERROR 145...
If you want to search a file and show all the lines that don’t match a particular pattern, you an use the following option in grep...
Here’s a small script to compare the files in two different directories on a Linux machine. The script uses MD5 checksum to compare the files. #\!/bin/bash...
I decided to play around with Fedora to brush up on my Redhat skills. I have been using Ubuntu for some time, but wanted to see...
Recipe to forward e-malis destined to a particular domain in qmail 1) Edit smtproutes (usually located in /var/qmail/control) and add the following line DOMIAN_TO_FORWARD:HOST_TO_FORWARD_TO 2) Edit...
If you are using vpopmail and qmail to host virtual domains, you can get a list of all the aliases in a domain by using valias....