Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Configuring the RDS and REDIS 
Shell :: create repository in github using command line 
Shell :: zenity liste seçim gösterme 
Shell :: cask command not found 
Shell :: How to solve the time stamp is in the future error when you unpack a tar file on a system where the clock is behind the system clock on which you created the tar archive 
Shell :: wildcard pattern multiple 
Shell :: untracked by gitlab 
Shell :: mongodb shell list more than 20 
Shell :: bash stop nohup job 
Shell :: how to shutdown linux from terminal immediately 
Shell :: linux instal netmanager 
Shell :: ubuntu switch window 
Shell :: how to enable git lol 
Shell :: eslint --fix 
Shell :: tke cli 
Shell :: nanostation m5 username password 
Shell :: find the first occurence with grep in a linux file 
Shell :: fix commit on wrong branch 
Shell :: get or filter or ouput docker ps custom columns 
Shell :: preserve bash history 
Shell :: how to install app from android phone programmatically 
Shell :: hint: Waiting for your editor to close the file... need to run as root or suid 
Shell :: pip install win32api 
Shell :: LetsEncrypt use alias for acme-challenge directory 
Shell :: https://ubuntu.com/tutorials/install-and-configure-wordpress 
Shell :: shell script for creating a pod using helm 
Shell :: react-konva github 
Shell :: forward parameters batch script 
Shell :: homebrew install nasm 
Shell :: linux server disable embeded screen 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =