We daily come across in need of various Linux + ubuntu + centos commands while updating our server and it becomes hard to remember each and every command by tips. So i thought of adding all commands at one place. Linux version : cat /etc/*elease Check if linux is 32 Bit or 64 Bit : cat /etc/*elease… Continue reading Important Linux + ubuntu + centos commands
Month: May 2017
Using percona with AWS RDS – Editing Big DB tables
I recently had a situation where i had to alter huge tables(having >3 Million records). Normally we go with standard process of altering the table, you go to SQL editor, type in your SQL command, execute it and table is altered. But when it comes to huge tables, you may want to alter your approach. There are… Continue reading Using percona with AWS RDS – Editing Big DB tables