Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

iptables linux 80 and 443 open

sudo iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT
sudo iptables -I INPUT -p tcp -m tcp --dport 443 -j ACCEPT
Comment

PREVIOUS NEXT
Code Example
Shell :: |select name and description powershell 
Shell :: bash pipeline commands 
Shell :: How do I fix issue "E: some index files fail to download.They have been ignored or old ones are used instead" while apt-get update 
Shell :: btrfs get disk utilization for subdirectory 
Shell :: git diff without pagination 
Shell :: github set commit on head 
Shell :: update aur packages archlinux 
Shell :: how to find out specifics on m otherboard using linux mint 20.3 
Shell :: http 192.168.l.l admin airtel 
Shell :: check_mk ubuntu 20.04 
Shell :: powershell invert 
Shell :: centos run command in background 
Shell :: remove last command from history 
Shell :: slack does not open xdg-open 
Shell :: calibre on centos terminal 
Shell :: script inside script bash 
Shell :: get unix time from date 
Shell :: npm global install without sudo 
Shell :: install pypy on ubuntu 
Shell :: Before installing tensorflow and Keras, install some of the libraries that are needed. 
Shell :: bash $! command 
Shell :: sudo in mingw64 
Shell :: github merge conflict 
Shell :: sudo: add-apt-repository: command not foun 
Shell :: how to exclude .ide directory in gitignore 
Shell :: send tag to remote git 
Shell :: evans cycles womens gravel bikes 
Shell :: powershell read a list of names frmo a file and red in FOR loop 
Php :: magento 2 create admin user 
Php :: php pretty print 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =