Horje
Install and open HTTP, HTTPS and SSH access in the system firewall Code Example
Install and open HTTP, HTTPS and SSH access in the system firewall
sudo yum install -y curl policycoreutils-python openssh-server perl

sudo systemctl enable sshd
sudo systemctl start sshd

sudo yum install firewalld -y
sudo systemctl enable firewalld
sudo systemctl start firewalld
sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --permanent --add-service=https
sudo systemctl reload firewalld
Source: gitlab.com




Shell

Related
put all folders with specific name in git ignore Code Example put all folders with specific name in git ignore Code Example
Firebase Hosting Setup Complete Code Example Firebase Hosting Setup Complete Code Example
yarn install raspberry pi Code Example yarn install raspberry pi Code Example
sc windows Code Example sc windows Code Example
linux less go to last line Code Example linux less go to last line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9