Blog

SproutCore : Technologist can't miss this

As Defined on Wikipedia,

Creating a High Performance Cluster Using Amazon Web Services

Installing PhpMyAdmin in Linode

Installing phpmyadmin generally very simple But I did got problems with the Linode servers (Tried with Ubuntu 9.10). Well in Ubuntu the best way to install the phpmyadmin is sudo apt-get install phpmyadmin. But this sometimes doesn’t work and the error pops out in the terminal saying, E: couldn’t find package phpmyadmin. Thanks to the great ubuntu community , here is what can be done to solve this. Open the /etc/apt/sources.list in any of the editor. Uncomment the Universal sources, and  you are done.

Why Django Apps Are more Secure

If your background is PHP,you're probably used to putting the code under the Web Server's document root(in a place such as /var/www).With Django, you don't do that.It's not a good idea to put any of the python code within your Web server's document root,Because in doing so you risk the possibility that people will be able to view your code over the Web.That's not good for secure applications.

Always put your python code in some directory outside of document root.

Syndicate content