Search for:

Phpmyadmin

Step 1 :-  wget https://files.phpmyadmin.net/phpMyAdmin/5.2.0/phpMyAdmin-5.2.0-all-languages.zip Step 2 :- sudo apt install unzip -y Step 3...

PHP 7.4

Step 1 :- sudo apt update Step 2 :- sudo apt-get -y install php php-cgi...

Media Data Not Mounting

Open terminal and run this Command sudo ntfsfix /dev/drive_path...

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request...

Install PHP 8.3

sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php -y sudo apt update && sudo apt upgrade...

Install PHP 8.1

Step 1 :- Press Alt+Ctrl+T Step 2 :- sudo apt update Step 3 :- sudo...

Install MariaDB 10+

Step 1 :- sudo apt update Step 2 :- sudo apt install mariadb-server Step 3...

Install Composer

Step 1 :- sudo apt-get update && sudo apt-get install curl Step 2 :- sudo...

htaccess

Allow file directory listing using Step 1:- FTP/connect to your server and create a new...

Apache Web Server

Step 1 :- sudo apt-get install apache2 -y Step 2 :- sudo a2enmod rewrite...