This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install git | |
sudo apt-get install git -y | |
## download script. | |
git clone https://github.com/rizalio/dotsh.git shell | |
## install screen. | |
sudo apt-get install screen -y | |
## run the installation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install git | |
sudo apt-get install git -y | |
## download script. | |
git clone https://github.com/rizalio/dotsh.git shell | |
## install screen. | |
sudo apt-get install screen -y | |
## run the installation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install git | |
sudo yum install git -y | |
## download script. | |
git clone https://github.com/rizalio/dotsh.git shell | |
## install screen. | |
sudo yum install screen -y | |
## run the installation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/bin/sh | |
################################################# | |
# Server Configuration for Centos 6.8 Final # | |
# Don't use port 7071 # | |
################################################# | |
## updating packages | |
sudo yum update -y |