In this article, we will guide you through installing a WordPress site with the LAMP stack on Ubuntu 22.04.
How to Specify SSH key for Git repository
This example shows you how to use specific SSH keys for each remote repository.
How To Install PHP 8.2 on Ubuntu 22.04
In this article, You will learn How to Install PHP 8.2 in Ubuntu 22.04.
How to Install Nginx on Ubuntu 22.04 LTS
This article will demonstrate the method to set up an Nginx web server on Ubuntu 22.04.
How to import SQL file to MySQL using Command Line
In this article, I’ll give you a detailed tutorial on importing SQL files through the command-line interface. You will discover how to accomplish this by utilizing the online MySQL server, the provided shell, the offline WAMP and XAMPP servers, and other tools.
How to export SQL file from MySQL using Command Line
The best tool for exporting a MySQL database to a sql file is mysqldump. This article will teach you how to use the command line to export SQL files from MySQL.
How to configure nginx on ubuntu 20.04
Nginx is an open source software for web serving ( nginx on ubuntu 20.04 ) like Apache. You can check how to config apache in here . It uses a […]
Config git username and email in global or local
How to show and update git username, email in global or only in local before commit or push your source code to git repository
How to config httpd.conf in Xampp
Some config httpd.conf in Xampp First, you can check config httpd.conf in xampp details here: https://gist.github.com/rukku/3411602 Configure Virtual Host: httpd-vhosts.conf Open the file C:\xampp\apache\conf\extra\httpd-vhosts.conf with some editing tool. Below the […]