Web Development Tutorials
//

Tag: Command Line

Programming

Install Laravel On Windows

Learn how to install Laravel on windows with composer. Create a web application with Laravel framework that provides a structure and starting point. Laravel…

May 27, 2023

Programming

Manually Update to WordPress 6.2.2

It’s time to update WordPress to version 6.2.2. This minor release addresses 1 bug and 1 security issue. And because this is a security…

May 20, 2023

Database Administration

Restore MySQL backup from the terminal

Efficiently import MySql backup database records from an .sql file using the mysql command from the terminal. A quick and direct approach to restore…

March 22, 2023

Database Administration

Backup MySQL Database In Terminal

Import MySql database records into an .sql file from the terminal using the MySql command mysqldump, it is a quick and easy way to…

March 7, 2023