A Secure Home WiFi Design

Since WiFi is available for home users it’s time to make WiFi network more secure. Daily Cup Of Tech explains how to build WiFi home network with good security. There are four steps which should be done:

1. Locks down the WiFi connection
2. Secures the wireless firewall
3. Restricts Internet access to pre-configured users
4. Segments home computers and servers from wireless users

For more information, please, have a look the article.

Develop right CGI scripts

I came across Ovid’s CGI Course. It’s definitely good tutorial. Both experts and beginners will find there something interesting and helpful. I found the third part – Basic Security the most important and interesting for me. I’d like to add that you can find many useful extensions for CGI like CGI::Forms, for example. This module will do all routine work for you to produce web forms. Or here is a CGI::Framework – a simple-to-use, lightweight web CGI framework.
But notice that using plain CGI is defensible in case of simple web script. If you’re going to develop something serious have a look some Perl framework such Catalyst, Gantry or Maypole. They’re enough powerful to be a base of scalable and efficient web applications.