Archive | non-cha-lant RSS feed for this section
Article

Evolution!

I like to take a jab at this…

Read More
Article

MySQL search and replace

Easy query: UPDATE [TABLE] SET [FIELD] = REPLACE([FIELD],’[SEARCH]‘,’[REPLACE]‘);

Read More
Article

Windows xcopy batch script

I wrote a small script to copy files from one drive (C:) to the destination (Z:) using a nightly cron: @echo off :: variables set drive=Z:\ set backupcmd=xcopy /s /c /d /e /h /i /r /y echo ### BACKUP… %backupcmd% “C:\[SOURCE]” “%drive%” :: If you want to exclude certain file types add this … /Exclude:C:\bat\exclude.txt [...]

Read More
Article

Xenserver VM won’t start!

For some unknown reason, Xenserver decided to crash, and because it crashed uncleanly, some of the VM guest would not start properly. After reading more about the issue, I discovered that this can happen when xapi is not in sync with the master server in the pool. The solution? I logged-on to the master server [...]

Read More
Article

My first pumpkin carving experience

I got to carve a pumpkin with Jonsie. It was fun!

Read More