Author Archives: Nick

Sad News – Harptabs.com
avatar

Harptabs.com has lost of one it’s active members, Gatman.  He joined the site on September 1, 2007 and had been an active member since then.  He made a lot of friends along the way and provide some wonderful contributions to … Continue reading

Posted in Harptabs.com | Leave a comment

Redetect Network Cards in CentOS 6
avatar

CentOS 6 keeps all of the information about the networking cards in udev.  To have the system redetect the NIC cards all you need to do is delete the persistent-net.rules file and reboot.  During boot the file will be regenerated … Continue reading

Posted in CentOS, Linux | Leave a comment

Harptabs.com Repaired
avatar

There was a database corruption this morning which caused the site to be partial down today. The corruption has been fixed so the site should go back to operating normally again.

Posted in Harptabs.com, Harptabs.com Mobile App, News, Websites | Leave a comment

Repair MySQL Database
avatar

If you have corrupt mysql tables you can run this command to automatically fix them. Just make sure you have enough free space. It general takes about double the size of the table to do the repair. mysqlcheck –auto-repair -A … Continue reading

Posted in Android, Development, Guides, Linux, Websites | Leave a comment

Mount a windows share in Linux
avatar

Here is how you can mount a windows share in Linux. mount -t cifs //<host>/<share name> /mnt/cifs -o username=<share user>,password=<share password>,domain=<share domain>

Posted in Linux | Leave a comment