Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

allow a port in centos 8 stackoverflow

# firewall-cmd --zone=public --add-port=61009/tcp --permanent
success
# firewall-cmd --reload
success
# iptables-save | grep 61009
-A IN_public_allow -p tcp -m tcp --dport 61009 -m conntrack --ctstate NEW -j ACCEPT
Comment

PREVIOUS NEXT
Code Example
Shell :: github quick reference 
Shell :: check for installed chaincode 
Shell :: how to check ip addres on manjero 
Shell :: fix drive readonly in linux 
Shell :: if you cannot update any of the repositry in ubuntu 
Shell :: Chaotic-AUR Team <team@chaotic.cx 
Shell :: update all packages in cmd 
Shell :: how to show two table side by side in github readme 
Shell :: ubuntu install mariadb 
Shell :: mv command in linux to rename 
Shell :: create a tunnel via permanently 
Shell :: 7z extract to folder with same name linux 
Shell :: ubuntu add entry to /etc/apt/sources.list 
Shell :: The fingerprint for the RSA key sent by the remote host is 
Shell :: extract zip in collab 
Shell :: edit git commit 
Shell :: noetic catkin tools install 
Shell :: how to find out what packages I installed from the AUR 
Shell :: webp to png ubuntu command 
Shell :: aos animation vue 
Shell :: get ssm version 
Shell :: linux modsecurity allow googlebot 
Shell :: how to make apache2 not autorestat when startup 
Shell :: using screen in wsl 
Shell :: xfce apt install xfce4-xkb-plugin 
Shell :: delete all empty files and folders in terminal 
Shell :: Bash script to check permission and store it 
Shell :: grep second match 
Shell :: open new terminal window with applescript 
Shell :: How to show date and complete time on the Ubuntu Top Panel 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =