How to block a hacker from hacking in to your Windows server

Atypical hacker will try to force their way into your server by trying to log in to it using the administrator account or a known user account. Usually they use some form of script that uses random or commonly used passwords. If your passwords are complex it’s hopefully a futile attempt on their part but can you vouch for all of your user passwords? Also if the attack is quite severe a lot of failed login requests can cause a heavy load on your server.

The worst thing of all is not even knowing if someone is even trying to hack into your server on the first place. This article will take you through a free solution on how to detect if someone is trying to break into your server, how you can be alerted to the fact and most importantly how to stop them from continuing their hack attempt.

Read More


Paper CD / DVD Case

How many times have you burnt a CD or DVD to give to someone but don’t have a spare case to put it in? If you have a spare A4 sheet of paper then you are in luck. Download this PDF file for a CD Case template. Not only will it keep the disc safe


Supercharge your PC with a RAM Disk

If your PC has a fair bit of RAM (say 8GB or more) it’s possible you are not getting the maximum benefit out of your memory.  Windows relies on using your hard drive to store open files in a thing called the page file.  Hard drives are just not as fast as memory so what we


Conversion from string “” to type ‘Date’ is not valid

This error can be quite confusing.  Your application has probably been working fine and then all of a sudden you start getting this error when converting a valid date stored in a string into date data type.  What’s going on and how do you fix it?