No Description

ServerOk 71e4f728d1 upgraded phpmyadmin version 1 week ago
ansible dbe052d6d3 updated letsencrypt renew cronjob 6 months ago
backup c7caf5d49a delete older files when doing rsync backup 4 years ago
benchmark b50bc40255 added geekbench 6, updated phpmyadmin version 1 year ago
centos 4137a76d84 updated 2 years ago
cloud-init 7d3363ec09 updated 6 years ago
config 0b48ec23ae added apache laravel support 4 weeks ago
cpanel c5ba41ac0f allow subdomain outside public_html 3 years ago
data 72340452ce updated nginx config location 3 years ago
debian dbe052d6d3 updated letsencrypt renew cronjob 6 months ago
ffmpeg dbe052d6d3 updated letsencrypt renew cronjob 6 months ago
install d7efc8e723 added apache php-fpm config 2 months ago
monitor ffbd4a0c6f updated elasticsearch monitor script 2 years ago
php ba2f005c6e updated 4 years ago
ssh-hosts-allow f4316c4caf updated 1 year ago
test-scripts dbe052d6d3 updated letsencrypt renew cronjob 6 months ago
tools 0b48ec23ae added apache laravel support 4 weeks ago
ubuntu 71e4f728d1 upgraded phpmyadmin version 1 week ago
.gitignore 42fe7e59b4 updated. 7 years ago
README.md 1c7a1e81e9 updated readme 4 years ago
cloudlinux-mysql-governor.sh 575e2cae8f updated 5 years ago
cloudlinux.sh c5008198ea updated 6 years ago
cpanel-default-page.txt 4da3ceeb4e added instruction for default cpanel page. 8 years ago
cpanel-server-setup.txt dbe052d6d3 updated letsencrypt renew cronjob 6 months ago
csf-config.sh 4137a76d84 updated 2 years ago
csf-install.sh 5b26c093bb updated 4 years ago
maldet-install.sh de4a554986 updated 5 years ago
secure-ssh.sh 2115fd8225 added secure-ssh.sh 9 years ago
secure-sysctl.sh 1d0f7c311f added ssh-keygen and secure-sysctl.sh 9 years ago
ssh-keygen.sh 6ca9879492 updated 3 years ago
ssh_sudo.txt 3307c01171 ubuntu install instruction updated 8 years ago

README.md

Server Setup

Scripts to setup Ubuntu, Debian and CentOS web servers.

Copying Files to New Server

rsync -avz "-e ssh -p 22" --exclude=.git ~/www/server-setup/ root@NEW-SERVER-IP:/root/server-setup/

Or clone it on server

cd /root git clone https://github.com/serverok/server-setup/