Sin descripción

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

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/