Testing embedded link – low hopes
Original Timestamp: 2014-02-24 04:34:08.788724 This is a test post!
Original Timestamp: 2014-02-24 04:34:08.788724 This is a test post!
Original Timestamp: 2014-02-14 07:21:52.944977 Check it!: http://www.infoq.com/presentations/Multi-Platform-Messaging-with-RabbitMQ – Suuuuper sweet. spun it up here on hwcdi, been playin with it – incorporated SSL all over, got my JAVA producer producing over SSL, my Python client consuming over SSL and managing over SSL. Damn you Node how you elude me!
Original Timestamp: 2014-01-30 04:38:27.200239 PWNd custom intherited python module for CW SOAP API access – Tied it into my PySide GUI W0000Tz! like a b0$$
Original Timestamp: 2014-02-24 05:48:48.345854 Testing Twitter integration!
Testing Body of .blogpost file!
Even though I knew better, I learned the hard way (and Google Cache saved my bum!) about running as root in production. If your backup process is manual (whatever type of backup), it’s not good enough. Let’s learn from my mistakes – automate that stuff: echo -e ‘#!/bin/sh\n START=$(date +%s)\n rsync -avh /usr/local/www/* /mountedbackupdrive/hwcdibak/ \\[…]