Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

FirewallD is not running

# check the status of the service (running and eanbled)
systemctl status firewalld

# if the service is not running, start it
systemctl start firewalld

# if the service has exited , restart it(check for error if any)
systemctl restart firewalld

# if the service is not enabled, enable it
systemctl enable firewalld
Comment

PREVIOUS NEXT
Code Example
Shell :: run laravel lumen server 
Shell :: Pyperclip could not find a copy/paste mechanism for your system 
Shell :: ubuntu restart sound 
Shell :: amazon linux 2 install stress 
Shell :: how to install cv2 
Shell :: how to kill apache process in linux 
Shell :: npm change registry 
Shell :: find which pid is listening on a particular port 
Shell :: mac restart audio driver 
Shell :: nginx restart ubuntu 
Shell :: how to update git on windows 
Shell :: update node version debian 
Shell :: linux find files larger than 1gb 
Shell :: create react app typescript 
Shell :: bash hide command output 
Shell :: list used ports on mac 
Shell :: pip check for updates 
Shell :: uninstall npm ubuntu 
Shell :: linux ext-zip * 
Shell :: yarn install 
Shell :: how to get my ip address mac terminal 
Shell :: install angular cli 
Shell :: find operating system linux 
Shell :: install amplify cli mac 
Shell :: check git config 
Shell :: uninstall expo cli 
Shell :: git show tree graph 
Shell :: Install Plank Dock in ubuntu 
Shell :: generate ssh key linux ed25519 
Shell :: git config global 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =