How to Reset the Root Password of MySql in Linux
I am posting this for my future reference. Also it my help passers by. If you are using CentOS 6 (maybe others too). To reset the root password use the following steps:- sudo service mysqld stop sudo service mysqld startsos mysql -u root Now you will be at mysql prompt. Here type:- UPDATE mysql.user SET [...]
Digit Math Application: Proving that all numbers ending with 5 are divisible by 5
Please read Digit Math: Introduction before you continue. The problem It seems I have developed a fascination for the number 5, so here we go again. Here I would be using Digit Math to prove that all integers which end with digit 5 are always divisible by 5. The proof Case 1: Take a two [...]
Digit Math Application: Proving the correctness of shortcut method to squaring numbers ending with 5
Please read Digit Math: Introduction before you continue. The problem Someday, somewhere I came to know that any number which ends with the digit 5 can be easily squared. The trick can be easily demonstrate using an example. Suppose we want to find the square of 25. Trick is to take the number before 5 [...]
Digit Math: Introduction
The person in the above image is Bertrand Russell. Famous Mathematician and Logician. An excellent graphic novel, Logicomix, is based around his life. That is a must read. First thing first. Even if you are not a Math demi-god, it is fine, Digit Math is still for you. In fact my academic track record shows that I [...]
Making Frameworks
Every few months we see a new framework springing up somewhere. Now we have too many choices. In fact it is little too much. Unfortunately, choice is something you don’t have in a typical enterprise. In an enterprise, software developer is coaxed to make use of many frameworks from which he would rather run a [...]
Site running on steriods or so I am told
I was told Nginx is superbly efficient and is the only way I can keep my server from being thrashed every two days. Yesterday I moved to Nginx. So far so good. If it runs fine for a week without issue then fine. Keeping my fingers crossed. Will post my Nginx configs then. One more [...]


Recent Comments