Archives for Linux Commands
Extract gz sql file and import in database using cli
To import sql compressed gz database file in the database server using cli. Follow the instructions and import the database file. Syntax: zcat ~/ | mysql -h hostname -u user-name…
Magento 2 Installation Using Composer in 3 easy steps
If you want to insall Magento 2 version using composer then follow these three simple steps. You must install the composer first then follow these simple steps to install Magento,…
Copy File From One Server To Another In Linux Via Secure Copy (SCP)
What is Secure Copy (SCP)? SCP allows to transfer copy of a file from one server to another server in linux. It uses SSH for data transfer and authentication. Copy…