Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

disable ubuntu firewall

sudo ufw enable
sudo ufw disable
Comment

disable firewall ubuntu

sudo ufw status #check if ufw is running
sudo systemctl status ufw #check if ufw is running
sudo ufw disable #disable ufw
sudo systemctl disable ufw #disable ufw
sudo ufw enable #enable ufw
sudo systemctl enable ufw #enable ufw
Comment

PREVIOUS NEXT
Code Example
Shell :: Could not install packages due to an OSError: [WinError 5] Access is denied: 
Shell :: nginx control process exited with error code 
Shell :: laravel 8 install composer 
Shell :: conda install tensorboard 
Shell :: flush dns cache linux 
Shell :: dos2unix recursive 
Shell :: uninstall opencv on anaconda ubuntu 
Shell :: how to install gh-pages 
Shell :: restart touch bar mac 
Shell :: conda update existing environment from yml 
Shell :: ubuntu bluetooth not turning on 
Shell :: shutdown wsl 
Shell :: linux count files in directory 
Shell :: download play list youtube-dl 
Shell :: get length of array bash 
Shell :: Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use 
Shell :: apt-add-repository command not found 
Shell :: install openjdk8 in ubuntu 
Shell :: install folium using anaconda 
Shell :: brew nmap install 
Shell :: nvm install lts 
Shell :: show mac address in ubuntu 
Shell :: install netlify cli 
Shell :: kill all python processes ubuntu 
Shell :: disable ufw 
Shell :: install docker-compose ubuntu 
Shell :: react native run ios on specific simulator 
Shell :: ubuntu 20.04 install yarn 
Shell :: delete .git folder 
Shell :: install alacritty ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =