Python Inject SMTP
Sometimes I want to email from Python and this is pretty easy. Or even just testing mail flow I prefer
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Sometimes I want to email from Python and this is pretty easy. Or even just testing mail flow I prefer
Read MoreI use Python to pull Active Directory information sometimes. In my case mainly to report or view information but also
Read MoreQuick sort routine… def sort(array): if len(array)
Read MoreQuick and simple Python list with node insert capabilty. class Node: def __init__(self,value): self.data = value self.next = 0 class
Read MoreWhen using the kernel enabled CIFS server on Solaris 11, we found that the idmap service picks Domain Controllers that
Read MoreWhile I am writing a curses based recording application in Python I thought it a good idea to jot down
Read MoreREF: http://stackoverflow.com/questions/261006/multidimensional-array-python
Read MoreTo troubleshoot when clients have issues accessing DFS shares. This occurs mostly over VPN connections. Just a few notes to
Read MoreA simple vbscript to allow recovery of DFS Replicated files that have been pushed into the ConflictAndDeleted or PreExisting folders
Read MoreJust a few useful commands. Note that bconsole commands can be scripted by echoing commands through a pipe to bconsole.
Read More