暫無描述

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

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/