Category Archives: Note to self

[Note2Self] – Regex match multiple blocks

pattern => ‘^[a-z][a-z0-9_]{1,15}$’    

Posted in Note to self | Leave a comment

ps on Solaris cut at 80 chars, no longer…

If like me you always forget that Solaris will trim the output of the command in ps to 80 chars, you will know just how annoying it can be.  Well I finally found a half decent way of seeing the … Continue reading

Posted in Note to self, Technology | Leave a comment

Mutt – Mark all messages as read

So, for as good as mutt is, it doesn’t have a default keybinding to allow you to mark all messages in a given mail folder as read.  It’s easily do-able, all you need todo is create a macro. macro index … Continue reading

Posted in Note to self | Tagged , , | 1 Comment

Postfix + SASL + Dovecot

After trying to find a way to make my postfix installation allow authenticated users (over TLS will come later) relay mail using SASL, on a CentOS machine using only CentOS packages I discovered it was not as easy as I … Continue reading

Posted in email, Internet, Note to self, Technology | Leave a comment

Self induced regex coma

Tonight I had a need to produce some output to be used in conjunction with Apache HTTPD’s mod_autoindex. This site will eventually have frequent updates, so we wanted to use HEADER.html to show the recent changes, and making them links … Continue reading

Posted in Note to self, Technology, Websites | 2 Comments

Flash on a TS/Citrix Server

I have been battling to get this working, properly when deployed on a Windows 2003 SP2 or above server. Earlier this afternoon I found this article buried in the Adobe forum, guess what, it works!  Much to my amazement.   … Continue reading

Posted in Note to self, Technology, Websites, Work | 1 Comment