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 [...]
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: Command Line, Commands, Linux, Tools
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 [...]