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 :: install epel amazon linux 2 
Shell :: clear cache credential git 
Shell :: yarn equivalent of npm ci 
Shell :: self-documenting makefile 
Shell :: powershell get all environment variables 
Shell :: how to see all the extension installed in visual studio code 
Shell :: git reset keep changes 
Shell :: zsh check if directory exists 
Shell :: kubectl scale --replicas to 0 
Shell :: git get last commit id 
Shell :: get-docker sh 
Shell :: chrome skia shader compilation error 
Shell :: .run files in ubuntu 
Shell :: revert git rebase 
Shell :: find xcode version 
Shell :: set up git repository 
Shell :: how to convert ts to mp4 with ffmpeg 
Shell :: remove wine 
Shell :: delete package on linux 
Shell :: voice recorder for ubuntu 
Shell :: install torchtext 
Shell :: Install "repo" 
Shell :: angular cli global update 
Shell :: unable to create process using 
Shell :: linux show number of cores 
Shell :: remote: HTTP Basic: Access denied fatal: Authentication failed for 
Shell :: ubuntn nginx restart 
Shell :: find files created in last 20 days 
Shell :: how to uninstall iredmail 
Shell :: docker remove all exited containers 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =