It’s been a very very (yes a lot) long time since I pinch in something on my blog, I will definitely try to keep up here after. Okay, to the problem really quick, I got the following error from PHPMyAdmin – a weird one. Class ‘PMA_Message‘ not found in /usr/share/phpmyadmin/libraries/Message.class.php on line 732 It was [...]
All posts by Rakesh Sankar
[solved] PHPMyAdmin – PMA_Message class not found error
Posted by Rakesh Sankar on May 20, 2012
http://rakesh.sankar-b.com/2012/05/20/phpmyadmin-pma-message-class-not-found/
[SOLUTION] – Linux – SSH Connection Refused due to non-existence of /dev/urandom
Today one of our production machine (in Amazon EC2) was down and I couldn’t bring-up the instance due to unavailability of SSH in PORT 22, connection was refused and I had no clue what to do, after sometime I was able to bring-up the instance – (ok short and sweet). Though I got it working [...]
Posted by Rakesh Sankar on December 13, 2011
http://rakesh.sankar-b.com/2011/12/13/solution-ssh-connection-refused-port-22-dev-urandom/
[HOW TO] Convert tabs to spaces in Eclipse and File (in Linux)
This is a quick tip that helped me save a lot of time – this is the reason why I love LINUX because of it’s simplicity. I was working on a legacy code (referred as old-age code – a simple procedural coding style) for a client. In general, coding standard suggests you to have spaces [...]
Posted by Rakesh Sankar on August 22, 2011
http://rakesh.sankar-b.com/2011/08/22/convert-tabs-to-spaces-in-eclipse-and-file-in-linux/
[resizefs] – Amazon EBS Volume Size Mismatch b/w AWS Console & device attached in Linux
Few days (a month) back I had faced a strange (amateur) problem in Linux with Amazon EBS volume. For some reason I had to increase the volume size say double the size of current volume attached to an instance. As a normal (not an “advance” user of Linux) I did the following steps: Dismounted the [...]
Posted by Rakesh Sankar on July 21, 2011
http://rakesh.sankar-b.com/2011/07/21/resizefs-amazon-ebs-volume-size-mismatch-aws-console-device-in-linux/
Installing Imagemagick from source in Debian
I have always had a good experience with Imagemagick in my career. Read this post – you will know HOW. I can understand since it was CentOS, but with Debian I thought it might come handy if you choose to install Imagemagick from source. NAH! – never think like that. For one of our project, my [...]
Posted by Rakesh Sankar on May 25, 2011
http://rakesh.sankar-b.com/2011/05/25/install-imagemagick-from-source-in-debian/
Project Management Tools [OPENSOURCE]
It is been a long time since I wanted to write a power-point presentation on something, Yes I said that correct, SOMETHING . Today, finally I wrote that SOMETHING on Project Management, I have tried to capture all possible [OPENSOURCE] tools that helps in project management on a day to day basis. Though I am [...]
Posted by Rakesh Sankar on May 19, 2011
http://rakesh.sankar-b.com/2011/05/19/project-management-opensource-tools/
Linux File Structure – Graphical Representation
One of the best way to understand LINUX file-structure. Image Courtesy: http://www.secguru.com/link/linux_file_structure_graphical_representation
Posted by Rakesh Sankar on March 28, 2011
http://rakesh.sankar-b.com/2011/03/28/linux-file-structure/
ECHO or PRINT or ANYTHING – Can you tell me which is FASTER in PHP?
ECHO or PRINT which is faster? – You can see this kind of questions a lot in every PHP blog-space and most of the interview questions . Most of us must be known the answer, Google it, you will . Yes you can say “ECHO” but how sure are you? We blindly believe on our [...]
Posted by Rakesh Sankar on January 12, 2011
http://rakesh.sankar-b.com/2011/01/12/echo-print-which-is-fast-php/
Life – Work – Idea – Something Else
Image Courtesy – ECBP.
Posted by Rakesh Sankar on January 10, 2011
http://rakesh.sankar-b.com/2011/01/10/life-work-idea-something-else/
(My)SQL Joins – JOIN, CROSS, INNER, OUTER (LEFT, RIGHT, FULL)
It’s been quite some-time since I wrote a blog – sorry guys didn’t get any time to write. But today I got a good one, a place where you find info about sql-joins in a simple/neat explanation. Today I am going to talk about SQL Joins yes, there are quite a bit of types: Join, [...]
Posted by Rakesh Sankar on December 25, 2010
http://rakesh.sankar-b.com/2010/12/25/mysql-join-cross-inner-outer-left-right-full/