```
#!/usr/bin/python 
rows=5;cols=2 
players=[[0]*cols for _ in xrange(rows)] 
print "####### Pri...

Continue reading...

To troubleshoot when clients have issues accessing DFS shares. This occurs mostly over VPN connectio...

Continue reading...

A simple vbscript to allow recovery of DFS Replicated files that have been pushed into the ConflictA...

Continue reading...

Just a few useful commands. Note that bconsole commands can be scripted by echoing commands through...

Continue reading...

Some notes on what I did to erase a tape in Bacula.

unmount using bconsole

Continue reading...

Or one could also call it a poor man's MS Exchange Public Folders solution. There are several solu...

Continue reading...

I accidentally purged jobs from the Bacula catalog. I recovered by using the ASCII sql export from t...

Continue reading...

bash-3.00# find FOO/*bar* -mtime +30 -exec ls -lh {} \;
-rwxrwxrwx   1 143...

Continue reading...

I recently provisioned a Virtual Machine in a KVM Hypervisor with a typo in the name. Even worse I a...

Continue reading...

Boot a Linux live CD. I used Fedora which I know has LVM enabled in the kernel at boot time.

Continue reading...

For quite a while I have not been able to get the Microsoft .NET Framework 4 update to work on a W...

Continue reading...

With advances in Samba authentication, the squid proxy can use Active Directory authentication.

In...

Continue reading...