Author Search Bug Fixed on Harptabs.com Mobile
avatar

There was a bug in the Harptabs.com Mobile app which didn’t allow searching by Author.  It has now been fixed.

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

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 the site.  He will be missed greatly and our hearts go out to his family.

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 with the new information.

rm /etc/udev/rules.d/70-persistent-net.rules

Next you should update the /etc/sysconfig/network-scripts/ifcfg-<adapter> scripts to contain the new MAC addresses and remove the UUID entries that will nto match if the cards changed.

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 -u -p

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