Answers for "ubuntu check port 80"

0

list of running port ubuntu

sudo lsof -i -P -n | grep LISTEN
Posted by: Guest on June-16-2021
3

ubuntu open port

sudo ufw allow 1191/tcp
Posted by: Guest on August-01-2020
6

see what is using a port ubuntu

$ sudo lsof -i:22
Posted by: Guest on February-19-2021
0

ubuntu run in port 80

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 restart
Posted by: Guest on June-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language