Author's posts

Looping in Bash: An Introduction

When I first learned about Linux in the 90’s, I read that it was possible to even write your own commands to use at the command line. Later I learned about bash scripting, and it wasn’t long before I needed to learn how to loop in bash. Looping in bash is one of the fundamental …

Continue reading

Four Tech Job Stages to recognize for Success

In the past several years This Tech Geek has found himself all over the place with jobs. I had a few different full time jobs in that time,  and I also run my own business on the side. With this unusually rapid cycle, I  was able to spot some trends in myself that led me …

Continue reading

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