Educating the world

Our blog has over 10,000 readers a month

Categories: Computer Languages, C#, Java, PHP, PowerShell, Python, SQL, Unix Shell

Getting up and running with Sentinel RMS, C#, .NET, Windows 7 and avoiding BadImageFormatException

September 23rd, 2011
SafeNet has an application called Sentinel RMS. Sentinel RMS is a suite of applications that help one company license out its software. One of my current projects requires me to use Sentinel RMS within a Microsoft .NET framework using C#. I had a… more »

Connection balancing across NLB using IIS and MaxKeepAliveRequests

September 21st, 2011
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Diagnostics; using System.Collections.Specialized; namespace We… more »

Useful B2Evolution SQL

September 20th, 2011
While B2Evolution's search and back office interfaces are excellent they cater for the general use case. Search is a good example of this as there are many things to search for but a limited amount of search criteria in the interface. There are also tas… more »

Permanently deleting MediaWiki pages and revisions

August 3rd, 2011
Spammers target wiki's because many of them are mis-configured. They use robot's to submit page updates and page additions. I could understand it if they were adding advertising, redirecting to other sites or adding Trojans but they're not. The page upd… more »

Upgrading Plesk from PSA_10.2.0 to PSA_10.3.0

July 9th, 2011
I had just had a bit of an "oh shit" moment! So thought I'd blog how I got out of it. Parallels is the company that produces Plesk. On the whole it's a pretty good bit of server software which helps to manage a single machine that supports many virtu… more »