Showing posts with label Firewall. Show all posts
Showing posts with label Firewall. Show all posts

Wednesday, February 15, 2023

Stop and Disable Firewalld on CentOS 7

sudo firewall-cmd --state

sudo systemctl stop firewalld

sudo systemctl disable firewalld

sudo systemctl mask --now firewalld

Upload file to server using Power Shell Command

 scp file_name.zip username@server_ip/server_address:/directory_path