Apache Web Server
Step 1 :- sudo apt-get install apache2 -y Step 2 :- sudo a2enmod rewrite...
Docker Setup Ubuntu
sudo apt install docker.io sudo apt install docker sudo systemctl start docker.service sudo systemctl enable...
Generate CSR
openssl req -new -newkey rsa:2048 -nodes -keyout Domain.key -out Domain.csr...
htaccess
Allow file directory listing using Step 1:- FTP/connect to your server and create a new...
Install Composer
Step 1 :- sudo apt-get update && sudo apt-get install curl Step 2 :- sudo...
Install Google Chrome
Download the Chrome deb file Click hear Then Go to Download Directory run this command...
Install MariaDB 10+
Step 1 :- sudo apt update Step 2 :- sudo apt install mariadb-server Step 3...
Install MS teams
sudo snap install teams-for-linux...
Install PHP 8.1
Step 1 :- Press Alt+Ctrl+T Step 2 :- sudo apt update Step 3 :- sudo...
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 SSL Linux Server Apache2
sudo a2enmod ssl sudo service apache2 restart sudo apt-get update sudo apt-get install python3-certbot-apache sudo...
Install sublime-text Ubuntu
sudo snap install sublime-text –classic...
Install VS Code
sudo snap install code –classic...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request...
Media Data Not Mounting
Open terminal and run this Command sudo ntfsfix /dev/drive_path...
PHP 7.4
Step 1 :- sudo apt update Step 2 :- sudo apt-get -y install php php-cgi...
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...