rss
twitter

Friday, March 17, 2023

Installing XAMPP on Linux

Detailed steps for installing XAMPP on Linux using the terminal(Here i have installed in Ubuntu 20):Open a terminal window by pressing "Ctrl+Alt+T" on your keyboard.Change to your home directory by running the following command:bashcd ~ Download the XAMPP installer for Linux from the official Apache Friends website by running the following command:bashwget https://www.apachefriends.org/...
Read more...

Bookmark and Share

Thursday, March 09, 2023

Linux commands to control the LAMPP (XAMPP) services

 Linux commands to control the LAMPP (XAMPP) services:To start the LAMPP services, run the following command:bashsudo /opt/lampp/lampp start This command will start all the LAMPP services, including Apache and MySQL.To stop the LAMPP services, run the following command:bashsudo /opt/lampp/lampp stop This command will stop all the LAMPP services, including Apache and MySQL.To restart the ...
Read more...

Bookmark and Share

Monday, February 06, 2023

Update Docker to new ROOT Directory

To relocate the Docker root directory, complete the following steps as root or a user with “sudo all” authority:1. Stop the Docker services: sudo systemctl stop dockersudo systemctl stop docker.socketsudo systemctl stop containerd2.  Create the necessary directory structure into which to move Docker root by running the following command. This directory structure must reside on a ...
Read more...

Bookmark and Share

Tuesday, January 31, 2023

Instruction for Installing Docker in Ubuntu linux OS

Update the apt package index and install packages to allow apt to use a repository over HTTPS: sudo apt-get updatesudo apt-get install  ca-certificates  curl  gnupg  lsb-release Add Docker’s official GPG key:sudo mkdir -m 0755 -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpgSet up ...
Read more...

Bookmark and Share

Label Cloud

Must Buy

  © Blogger templates by Ourblogtemplates.com updated with zenplate.com tips

Back to TOP