Evolution!
I like to take a jab at this…
Easy query: UPDATE [TABLE] SET [FIELD] = REPLACE([FIELD],’[SEARCH]‘,’[REPLACE]‘);
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 [...]
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 [...]
Recent Comments