No doubt the Unix find and remove command comes in very useful when cleaning up large folders. Howev...
I have had issues using Dell Drac’s on some servers. It appears to be related to high latency networ...
Instructions how to use the OpenVPN plug-in with the Gnome NetworkManager.
Details:
- In this ca...
Some businesses still rely on the the Proxy auto-config file format originally designed by Netscape...
Recently had an issue with a CIFS share on a Solaris 11 box. Still not sure how this happened but it...
Sometimes I want to email from Python and this is pretty easy. Or even just testing mail flow I pref...
I use Python to pull Active Directory information sometimes. In my case mainly to report or view inf...
Quick and simple Python list with node insert capabilty.
class Node:
def __init__(self,value)...
When using the kernel enabled CIFS server on Solaris 11, we found that the idmap service picks Domai...
While I am writing a curses based recording application in Python I thought it a good idea to jot do...
#!/usr/bin/python
rows=5;cols=2
players=[[0]*cols for _ in xrange(rows)]
print "####### Pri...
To troubleshoot when clients have issues accessing DFS shares. This occurs mostly over VPN connectio...
A simple vbscript to allow recovery of DFS Replicated files that have been pushed into the ConflictA...
Just a few useful commands. Note that bconsole commands can be scripted by echoing commands through...