How To Setup & Install MongoDB, PHP & Apache On An Ubuntu Server
In one of our recent website app projects, we planned to use MongoDB as our main database. Since we are hardcore PHP guys, we do not even think of developing in some other language although we love Python a lot! In this article we will tell you in a step by step manner, how to… |
Twitter ditches MySQL for Cassandra
According to Ryan King, a software engineer at Twitter, the MySQL database used in Twitter is going to be replaced by the open source Cassandra data management system. Cassandra is a new types of data handling systems that are powering large Web applications, particularly social networking sites which deal with hundreds of thousands or millions… |
SQL Injection – 2 (Fingerprinting)
This is a follow up to the post SQL Injection – An Introduction. If you are new to this, I stongly suggest you read the introduction first. In this article we shall discuss how to fingerprint the common databases managenet system backend. This forms the first part of a successful SQL Injection attack as different… |
SQL Injection – 1 (Introduction)
In this post we shall discuss a very common method of hacking a website (or rather, a database) called SQL Injection. The object of this post is not to help anyone destroy/deface other websites, but to help you protect your website from such an attack. In this post I shall explain the basics of how… |