Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to enable port 80 in ubuntu

Give the following command:

sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT

Then check the port status with this website:

https://portchecker.co/
Comment

PREVIOUS NEXT
Code Example
Shell :: git ignore except 
Shell :: shell script red color 
Shell :: github remote permisiion denied on git push 
Shell :: echo date in bash 
Shell :: remove folder ubuntu 
Shell :: minecraft .bat code 
Shell :: change ubuntu terminal prompt color 
Shell :: linux mv all folder to previous folder 
Shell :: git push with gpg key 
Shell :: bash switch case 
Shell :: delete previous word vim 
Shell :: refresh gnome shell 
Shell :: terminal command to create new file 
Shell :: lib cairo win64 installation 
Shell :: wp gitignore 
Shell :: break line echo 
Shell :: install brew in mac 
Shell :: download code from github 
Shell :: TinyMCE vuejs 
Shell :: overall configuration gzip compression with nginx 
Shell :: ssh save password 
Shell :: ssh copy folder from local to remote 
Shell :: git push reset 
Shell :: env variables list ubuntu 
Shell :: powershell set variable 
Shell :: linux move all files to another folder 
Shell :: linux convert to sha256 
Shell :: change git username and email 
Shell :: git change branch remote 
Shell :: flask install venv 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =