Category Archives: tutorial
Prepare for Attack! Making Your Web Applications More Secure
Arm yourself and prepare for battle! This post is intended as a reminder about the possible security attacks your Web application may be vulnerable to. While it is not meant as a comprehensive guide to Web-application security, it can give … Continue reading
Posted in python, turbogears, tutorial
133 Comments
Efficient Editing In The Command Line: Part 1
If you are like me, spending a lot of time in the command line, you might be looking for ways to edit the command lines more efficiently. Many interactive UNIX programs implement line editing by using GNU’s readline library. This … Continue reading
Posted in linux, python, tutorial, unix
42 Comments