Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install lamp ubunto

sudo apt update

sudo apt install apache2
sudo ufw app list
sudo ufw allow "Apache Full"

sudo apt install mysql-server
sudo mysql

CREATE USER 'phpmyadmin'@'localhost' IDENTIFIED BY 'YOUTPASSWORD';
GRANT ALL PRIVILEGES ON *.* TO 'phpmyadmin'@'localhost';
flush privileges;

sudo apt install php libapache2-mod-php php-mysql php-curl php-zip php-gd php-mbstring php-xml
or
sudo apt install php7.4 libapache2-mod-php7.4 php7.4-mysql php7.4-curl php7.4-zip php7.4-gd php7.4-mbstring php7.4-xml
if error
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
Comment

hoe to install LAMP on ubuntu

sudo apt-get install tasksel
sudo tasksel install lamp-server
Comment

ubuntu server lamp installation

sudo tasksel install lamp-server
Comment

installer lamp ubuntui

sudo apt install apache2 php libapache2-mod-php mariadb-server php-mysql
Comment

ubuntu install lamp

sudo apt-get install lamp-server^
Comment

installer lamp ubuntui

sudo apt install apache2 php libapache2-mod-php mysql-server php-mysql
Comment

Instalar Lamp server en Ubuntu

sudo tasksel install lamp-server
Comment

ubuntu lamp setup

// in details
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-22-04
Comment

PREVIOUS NEXT
Code Example
Shell :: cent os 8 delete all packages 
Shell :: ionic capacitor run ios 
Shell :: ubuntu set vi as default editor 
Shell :: bootar pendrive linux 
Shell :: bash get public ip 
Shell :: gnome set wallpaper command line 
Shell :: what is my ip address ? 
Shell :: comment installer virtualbox sur kali linux 
Shell :: npm colors 
Shell :: git logline 
Shell :: where to find files in WSL unbuntu home directory on windows 
Shell :: how to convert colab notebook to html 
Shell :: install dpkg 
Shell :: undo git commit after push 
Shell :: debian restart service 
Shell :: copy to clipboard while ssh into another terminal 
Shell :: git merge tag to branch and squash commits 
Shell :: zip folder ssh 
Shell :: fstab sshfs 
Shell :: exit status bash 
Shell :: angular 8 install agm 
Shell :: git reset hard directory 
Shell :: boot pendrive windows cmd 
Shell :: uninstall awesome window manager ubuntu 
Shell :: export gitlog file 
Shell :: install ansible on linux 
Shell :: Install Pop Shell Window Tiling Extension on Ubuntu 20.04 
Shell :: strstr bash 
Shell :: shell commands 
Shell :: powershell netzlaufwerk verbinden 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =