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

how to open all port ubuntu

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

ubuntu open port

sudo ufw allow 1191/tcp
Comment

see what is using a port ubuntu

$ sudo lsof -i:22
Comment

how to open all port ubuntu

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

PREVIOUS NEXT
Code Example
Shell :: remove all .orig files mac terminal 
Shell :: command to install react cli 
Shell :: how to change time zone in ubuntu 18.04 server 
Shell :: ubuntu camera 
Shell :: clean cache in linux 
Shell :: git change branch name 
Shell :: download snap store for kali linux 
Shell :: how to uninstall pycharm professional in ubuntu 16.04 
Shell :: composer tree 
Shell :: how use nvm with zsh 
Shell :: install jdk linux 
Shell :: how to list ssh keys 
Shell :: clone repo with personal access token 
Shell :: ubuntu adb 
Shell :: how to make a file writable in ubuntu 20.04 
Shell :: nextjs init 
Shell :: start grafana server 
Shell :: get gpu device name 
Shell :: i forgot the wsl ubuntu root user password 
Shell :: hardhat init 
Shell :: install virtualmin 
Shell :: windows security not opening windows 11 
Shell :: make file writable linux 
Shell :: install make on windows 
Shell :: fedora spotify 
Shell :: Setting default variable value in bash 
Shell :: update repository ubuntu 
Shell :: git push to all remotes 
Shell :: update yarn global 
Shell :: create local branch to track remote 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =