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 :: bash delete files with names from subfolder 
Shell :: get full path of files in directory linux command 
Shell :: git see tags 
Shell :: git diff files with main 
Shell :: istio grafana 
Shell :: mac ram size cli 
Shell :: install flutter on linux 
Shell :: mac terminal unzip to directory 
Shell :: git sync branch with master 
Shell :: ubuntu move folder to another directory 
Shell :: how to install terraform macos 
Shell :: how to pull from original repository upstream 
Shell :: you failed to push some refs to git 
Shell :: stress test cpu linux 
Shell :: git check which files are committed 
Shell :: volume buttons not working ubuntu 18.04 
Shell :: redwood open prisma studio 
Shell :: unable to snap ubuntu software 
Shell :: npmrc file location windows 
Shell :: run redis in background ubuntu 
Shell :: command not found: nvm 
Shell :: sudo: lsof: command not found 
Shell :: netbeans linux install 
Shell :: why is my db.sqlite3 is not gitignore 
Shell :: docker node alpine 
Shell :: how to install gimp in ubuntu 
Shell :: ssh agent remember passphrase 
Shell :: where is wsl folder in windows 
Shell :: bash go to home directory 
Shell :: git get project name 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =