Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove port iptables

# flag -D for delete
sudo iptables -D INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
Comment

PREVIOUS NEXT
Code Example
Shell :: git get current branch 
Shell :: how to test if docker is running from boot 
Shell :: datatable npm install 
Shell :: sh vs bash 
Shell :: git checkout remote branch 
Shell :: powershell get all computers in ou 
Shell :: vlc ubuntu 
Shell :: git add except files 
Shell :: minikube memory size 
Shell :: pip install osgeo 
Shell :: bash replace string 
Shell :: update arch repo using reflector 
Shell :: converting mp3 with FFMPEG 
Shell :: npm install strapi 
Shell :: fix kde root themes 
Shell :: how to start xampp in ubuntu from terminal 
Shell :: linux while true 
Shell :: como desfazer um git add . 
Shell :: how to activate virtual environment in ubuntu 
Shell :: how to set global github username and password in git 
Shell :: install yup in vue 
Shell :: Hello, World! 
Shell :: linux x11 dev 
Shell :: ionic capacitor motion 
Shell :: git stash one file 
Shell :: how to create folder in github 
Shell :: grep exclude files 
Shell :: check if word at end of string regex bash 
Shell :: duplicate file linux 
Shell :: create new ssh key for github 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =