Category: Linux

Export Roundcube Contacts to CSV from Database

In this installment I’ll show you how to export roundcube contacts to a CSV file straight from the Roundcube database. Perhaps a customerĀ has moved to a different server, and no longer has access to their roundcube mail. You can restore the Roundcube database, and get the contacts manually. First, you have to gain access to …

Continue reading

Using a Linux Laptop as a Wireless Bridge

Is it possible to use Linux for a Wireless Bridge? You bet! Last night one of our USB wireless adapters kicked the bucket. Being down one, I decided to see if I could come up with a creative solution rather than plunk down another $20 that I may or may not have right now. One …

Continue reading

libgcc_s.so.1 must be installed for pthread_cancel to work — cPanel Apache error

The other day I ran into theĀ error “libgcc_s.so.1 must be installed for pthread_cancel to work.” Apache on this cPanel server would produce “Internal Server 500” for any web page. When I checked the /usr/local/apache/logs/error_log, I found the following entry: [Thu Jul 17 03:51:41 2014] [error] [client 12.34.56.78] libgcc_s.so.1 must be installed for pthread_cancel to work …

Continue reading