Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

firewalld open port

# To Open TCP Port 80
firewall-cmd --permanent --zone=public --add-port=80/tcp
firewall-cmd --reload
Comment

firewalld open port

# To Open TCP Port 80
firewall-cmd --permanent --zone=public --add-port=80/tcp
firewall-cmd --reload
Comment

windows open port firewall cmd

netsh advfirewall firewall add rule name="TCP Port 6624" dir=in action=allow protocol=TCP localport=6624 
Comment

PREVIOUS NEXT
Code Example
Shell :: nautilus fedora install 
Shell :: centos history rollback 
Shell :: how set php version for composer in ubuntu 
Shell :: internet not working on centos 8 on linux 
Shell :: check all background process in linux 
Shell :: download heroku ubuntu 
Shell :: docker history 
Shell :: how to find the which linux am i using through terminal 
Shell :: CMake: unsupported GNU version -- gcc versions later than 8 are not supported 
Shell :: mysql specify a socket 
Shell :: cat ssh rsa 
Shell :: push only one commit git 
Shell :: bash get result of function 
Shell :: allow port on ufw 
Shell :: what does the export command do in linux 
Shell :: How to install LAMP in CentOs? 
Shell :: how to uninstall rust 
Shell :: how to know expire date for user linux 
Shell :: rename all files in a folder command line 
Shell :: how to remove bin folder from git 
Shell :: awk tab delimited 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality. 
Shell :: how to create a github account 
Shell :: aws s3 ls wildcard 
Shell :: Not pushed + most recent commit 
Shell :: delete folder in linux 
Shell :: how to stop nohup process 
Shell :: nginx disable site 
Shell :: how to integrate bash with vscode 
Shell :: run existing image docker 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =