Sometimes you may need to change PHP version in Ubuntu. Here are the steps to do switch PHP version in Linux.
MySQL Clustered Index
Clustered Indexes allow faster lookups and improve query performance. Here are more details about clustered indexes in MySQL.
How to Execute Stored Procedure in Python
How to Manage PostgreSQL Views
PostgreSQL Python Transaction
Sometimes you may need to perform transaction in PostgreSQL database using Python. Here is how to do PostgreSQL Python transaction.
MySQL AND Operator With Examples
MySQL AND operator is useful to combine variables, conditions and column values in MySQL. Here are different MySQL AND operator examples.
How to Enable Syntax Highlighting in Vim
Vim supports syntax highlighting but it is disabled by default. Here is how to enable syntax highlighting in Vim editor.
How to Run Same Command Multiple Times in Linux
How to Reload Bashrc settings Without Logging Out and Back In
You need to reload bashrc settings after you make changes to it. Here is how to reload bashrc settings without logging out and back in.
How to Split File in Linux
Sometimes you may need to split file in Linux to manage it easily. Here are the steps to split file in Linux.