The SSL password dilemma when starting Apache

OS: Linux Software: Apache 2.x Dilemma: You have set a passphrase on your SSL certificate. Upon starting Apache the default behaviour is interactively type the password in. This obviously has an impact on boot and when you need to automatically restart Apache. If this doesn’t fit your model then there are 2 options: 1) Remove the Read More…

How to disable SELinux.

OS: Centos 6 Whenever something isnt working properly – its normally due to SELinux ! One example I recently had was when I tried to simply FTP to a newly created internal server. After having a quick look over the vsftpd config I swiftly moved onto my next suspect: SELinux. Before I show you how Read More…

You must use the dbSeeChanges option with OpenRecordset when accessing a SQL server table that has an IDENTITY column

We just upgraded an internal MS Access 2003 DB to  use  MS SQL 2008  (in linked server table format) and immediately got the error listed in the title (and pictured below)   The debug option gave the following line as the problem: Set rs = db.OpenRecordset(sql) I tried Set rs = db.OpenRecordset(sql, dbSeeChanges) but just Read More…