When you are developer, You are using Linux command on daily basis. Sometimes, you have face to find out some different Linux command with so many other resources. Here, I will provide you all useful command list for Linux. You may also like this : Magento 2 : Useful Command List List of Useful Git Commands How to Install PHPMyadmin…
Tag: Linux
List of Useful Git Commands
In this tutorial, I will list out some useful git commands list. Now a days, GIT is very useful to manage your project in one place. So, I am posting here some importance GIT commands list. Bookmark this blog in your browser 🙂 You may also like this : Magento 2 : Useful Command List How to Create and Extract…
How to Create and Extract tar files in Linux
In this tutorial, Today I will explain how to create and extract tar files in Linux. In Linux/Ubuntu there are so many times, we used to create tar.gz, tar.bz2 file, etc. Let’s check in details about tar command : You may also like this : How to Switch PHP versions using Command Line in Ubuntu 1) Create the tar.gz file…
How to Switch PHP versions using Command Line in Ubuntu
Hello Folks, Today I started new tutorial category which is linux tutorial. In this tutorial, Today I will explain to about how to switch PHP versions using command line in Ubuntu. On your system, you may have installed multiple versions of PHP. For example, in your system there are PHP 5.6 and PHP 7.2 both versions are already installed. Now,…