Archive for November, 2010

Here is a great list of tools for troubleshooting Citrix Issues: http://support.citrix.com/article/CTX107572

Posted by on November 19, 2010

awk ‘/:/ {name=$1} ; /lastu/ {print name $3}’ /input/filename

Posted by on November 16, 2010

So I was having a hunt around for the modified version of Netcat which is called Ncat developed by the lovely people who wrote the infamous port scanner Nmap. I needed the Win32 binaries for it and after a brief internet trowel it couldn’t be found. So I downloaded the source and compiled it and made it presentable for download for everyone else. Version 1 – Packed with UPX Packer. Version 2 – Not Packed. Happy Ncatting :-)

Posted by on November 9, 2010

Here is a VB script which is useful for migrating users from one print server to another. This needs to be run on each workstation (I usually call it from a login script). No credit taken for the script and I can’t remember where I got it from (Sorry)
(more…)

Posted by on November 2, 2010