Skip to content

Instantly share code, notes, and snippets.

#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.
#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.
#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.
@rizalio
rizalio / centos.sh
Created April 7, 2017 02:43
Centos Server phpsysinfo installation
!#/bin/sh
#################################################
# Server Configuration for Centos 6.8 Final #
# Don't use port 7071 #
#################################################
## updating packages
sudo yum update -y