Cleanup Site Concentrator

Hey Guys, I’ve had a number of site concentrators not clearing the cache properly. According to http://www.allthingsmax.com/2011/12/saving-time-headaches-by-saving.html, The Site Concentrator is self-cleaning, so in 30 days or less after download, the patches, etc. will be removed from the cache path automatically. I have not found this to be the case, so have had to write […]

SBS 2003 Outlook Anywhere issues

I found this link the other day that is very handy for fixing issues with SBS 2003 Outlook Anywhere. http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm

Install Minicom on XCP

Minicom is a serial communication program. It is a Unix clone of the well-known MS-DOS Telix program. It has ANSI color, a dialing directory, dial-a-list, and a scripting language. Its handy to some times use the serial port on the Xenserver box. To install minicom run yum –enablerepo=base install minicom and then run minicom -s (for […]

XCP Security Update

XCP is Open Source Xenserver. There are some security update for it so you should run yum –enablerepo xcp –nogpgcheck update and then reboot your server for the updates to take effect. Source Hi all, I’ve just set up a yum repo for XCP 1.6. In this repo I’ve included an updated Xen hypervisor, which […]

PatchMyPC Script

I wrote this a little while ago, but for some reason I forgot to post it. Here it is 🙂 ‘—————————————————————————— ‘ PathMyPC.vbs ‘—————————————————————————— ‘ Script that will update software. ‘—————————————————————————— ‘Usage: PathMyPC.vbs /EnableWU: /AllCommon: ‘ ‘ EnableWU: This switch will run Windows updates automatically after third party updates ‘ AllCommon: This switch will install […]

Office apps ask for sharepoint password when opening files.

Problem: You are prompted to enter your user name and your password when you open a Microsoft Office document in IE. This is my documentation that I implement and this will take care of the authentication issues.  however, with it comes security issues that you should relay to your users.  also with firefox the reasons […]

Simple Virus Cleaner

This is a little batch file that should aid in the cleanup of computers that have been locked out by malware. Its a work in progress, so check back as this script evolves. Please let us know if your experiences with this script as I will continue to work on it. *** NOTE: This will […]

Uncompress/Decompress Files

Every now and then I come across a computer that someones compressed the files on the HDD. This degrades the performance substantially and for what little space you actually get its not worth it. Anyhow, with this command you can uncompress files over a drive. It will take awhile but it gets the job done. […]

WHMCS Addon Not Found! Check The ID And Try Again.

The WHMCS addon for Website panel V1.2 seems to have a bug in it.   If you keep getting WHMCS Addon Not Found! Check The ID And Try Again. and you know the ID’s are correct.   Check modules\addons\websitepanel_addons\websitepanel_addons.php Line 148 show look like this $results = select_query(‘tbladdons’, ‘id’, array(‘id’ => $_POST[‘whmcs_id’])); not this $results = select_query(‘mod_wspaddons’, […]