The Death of Windows

I have always regretted how Microsoft price gouges and rips off computer users. I really regret Windows XP activation. I have always intended to convert to Linux, but it isn’t easy for a Windows user since version 3.0. Recently, I purchased the book “Moving to Linux” by Marcel Gagne. The interesting thing about the book [...]

Snort for Network IDS

What is Snort? Snort is an open source network intrusion detection system (NIDS) that can audit network traffic in real-time. Snort is a packet sniffer, a packet logger, and a network intrusion detection system. Snort as I mentioned before is an open source software which means it can be configured and complied on most operating [...]

Intro to UNIX Shells

A UNIX Shell is in simplest terms, a command line interpreter, that takes the users input and gives it to the Kernel. If you are familiar with DOS, you will remember the ‘command.com’ that file takes the users information and passes it to the operating system in a way it can be understood by the [...]

When you’re developing a website, you need to see it in action on a real server, to see how it will work. While you could upload your pages to your web host every time you make a change, this quickly gets time-consuming and tiresome. Wouldn’t it be great if you could have a little test [...]