Recent Posts

Using REGEXP_REPLACE in oracle 10g

less than 1 minute read

I ran into an issue where I need to update all matching records in a table so that their clob content changed all instances of <div class="code"><a ...

Backing up a website to CD

less than 1 minute read

If you want to archive off a dymaic site (for example, youve finished migrating from an old CMS to a new one and are ready to shutdown the old site) you can ...

Enabling OpenSSH Public Key Authentication

less than 1 minute read

I found a really good article on using SSH public key authentication: OpenSSH key management, Part 1. It covers all the basics on generating user private ke...