Author: eric


Posted on: 30th October 2008

No Comments

Category: Security

SQL injection attacks can allow hackers to execute arbitrary SQL commands on your database through your Web site. To avoid these attacks, every piece of data supplied by a user on a Web form, through HTTP Post or CGI parameters, or other means, must be validated to not contain information that is not expected, GreenSQL [...]

Tags: , , , , ,

Author: eric


Posted on: 13th October 2008

No Comments

Category: Linux

Linux has a bad reputation of having to use the Command Line Interface (CLI) to do anything really useful. This article talks about some graphical interfaces for tools to get those “useful” things done
Link: iTWire

Tags: , , ,

Author: eric


Posted on: 9th October 2008

No Comments

Category: Linux

Tuxsite has put together a nice little cheat sheet for some common and not so common Linux commands.
Link: Tuxsite

Tags: , ,

Author: eric


Posted on: 1st October 2008

No Comments

Category: Linux

The Puppet project allows you to issue system administration commands to one or more machines, and will smooth over the differences between distributions for you. For example, if you want to install MySQL, that action should be your primary aim, and you shouldn’t have to worry about if the machine is running Maemo, Ubuntu, or [...]

Tags: , , ,