Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu open port

sudo ufw allow 1191/tcp
Comment

see what is using a port ubuntu

$ sudo lsof -i:22
Comment

ubuntu open all port

sudo ufw allow 1:9999/tcp
Comment

how to open all port ubuntu

This Will Open All Ports 
sudo ufw allow 1:65535/tcp
Comment

PREVIOUS NEXT
Code Example
Shell :: macos install yarn 
Shell :: set git editor 
Shell :: brew adb install 
Shell :: kill gazebo 
Shell :: ubuntu remove cuda 
Shell :: how to uninstall ngrok 
Shell :: how to install vue router 
Shell :: git get repository url 
Shell :: colab unzip tar.gz 
Shell :: surge install command 
Shell :: linux how to show disk space 
Shell :: hello world bash 
Shell :: how to check kernel version in linux 
Shell :: see disk info linux 
Shell :: ubuntu remove package and dependencies install deb 
Shell :: git remove unpushed commit 
Shell :: ubuntu install certbot 
Shell :: brew install npm 
Shell :: is firewall running centos 7 
Shell :: how to uninstall wps office in ubuntu 
Shell :: uninstall cheese ubuntu 20.04 
Shell :: kill xcode from command line 
Shell :: How to export a GPG public key to a file 
Shell :: ubuntu proxmox guest agent 
Shell :: install latest nodejs stable linux 
Shell :: install google chrome in ubuntu 20.04 
Shell :: certbot get new certificate apache 
Shell :: conda install neptune ai 
Shell :: install xmake 
Shell :: wifi password in windows 10 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =