jbrendel

↗ HN profile [ 59.7 ms ] full profile
Karma
50
Created
July 17, 2010 (16y ago)
Submissions
0
  1. The standard ways to secure connections across public links (even for applications that don't support encryption themselves) has been to use stunnel or OpenVPN. But those solutions come with a significant performance…

  2. How can you use contractors for system administration tasks, without having to hand them root passwords to your servers? The better solution is to let them work on the automation (scripting) of system administration…

  3. Django has some hard coded messages, for example in the generic views and forms of the auth app. Here, a very simple method is shown how those messages can be customized without having to hack the code or having to…