Install PHP 8.2 or 8.1 Debian 11 – Sury PPA

Add the DEB.SURY.ORG repository PPA on Debian 11 curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x ; sudo apt update Installing PHP 8.1 FPM and other relevant modules. Copy the following line and run it in your terminal. This line installs PHP and all the other listed php modules. If you do not need to install …

Read more

Check Package Availability – Ubuntu/Debian

Video Captions Let’s see how to check if a package is available in the official Ubuntu or Debian repositories. To check package availability, you can do something like: apt search package-name So maybe you want to install Audacity . You want to see if the audacity package is available in the Ubuntu or Debian repository. …

Read more

How To Change Linux Server Hostname { Ubuntu/Debian}

If you are using Contabo VPS or any other cloud provider, you may need to change your Hostname. Here is a quick guide for how to change server Hostname. What is the current hostname? Check the current hostname: hostname Change the hostname – To change the Ubuntu/Debian server hostname edit /etc/hostname . sudo nano /etc/hostname …

Read more

How to Install XAMPP on Ubuntu

Watch the video above for the step by step installation guide . Install #xampp on #Ubuntu STEP 1 Download Xampp STEP 2 Install Xampp . sudo ./path STEP 3 (Optional ) Stop Nginx (if you have it installed and running) sudo systemctl stop nginx.service STEP 4 (Optional) Remove xampp sudo /opt/lampp/uninstall Remove nginx sudo systemctl …

Read more