SHELL(1)
NAME
shell — Infrastructure Management Shell - Linux
SYNOPSIS
INFO
435 stars
245 forks
0 views
DESCRIPTION
Infrastructure Management Shell - Linux
README
linux shell
This is a group of installation script, it can achieve fast initialization of your server.
Install
git clone https://github.com/oscm/shell.git
Update
git pull
CentOS Init
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/epel-release.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/etc.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/selinux.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/iptables/iptables.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/ntpd/ntp.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/ssh/sshd_config.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/os/zmodem.sh | bash
Automatic installation Nginx web server
curl -s https://raw.githubusercontent.com/oscm/shell/master/node.nginx.sh | bash
Apache httpd
curl -s https://raw.githubusercontent.com/oscm/shell/master/centos6.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/modules/ntp.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/filesystem/btrfs.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/apache/httpd-2.4.4.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/php/httpd.5.3.x.sh | bash
Database
# curl -s https://raw.githubusercontent.com/oscm/shell/master/modules/mongodb.sh | bash
# curl -s https://raw.githubusercontent.com/oscm/shell/master/modules/redis.sh | bash
# curl -s https://raw.githubusercontent.com/oscm/shell/master/database/postgresql.sh | bash
Node Install
if [ "$( hostname )" == "www.mydomain.com" ]; then curl -q -s https://raw.githubusercontent.com/oscm/shell/master/centos6.sh | bash curl -q -s https://raw.githubusercontent.com/oscm/shell/master/modules/nginx.sh | bash echo '=====================================================================' fi
if [ "$( hostname )" == "db.mydomain.com" ]; then curl -q -s https://raw.githubusercontent.com/oscm/shell/master/centos6.sh | bash curl -q -s https://raw.githubusercontent.com/oscm/shell/master/modules/mysql.sh | bash echo '=====================================================================' fi
Donations
We accept PayPal through:
https://www.paypal.me/netkiller
Wechat (微信) / Alipay (支付宝) 打赏:
SEE ALSO
fzf(1)— A command-line fuzzy finder — interactive Unix filter for any listlazygit(1)— Simple terminal UI for git commands — never memorize commands againstarship(1)— The minimal, blazing-fast, and infinitely customizable prompt for any shellgh(1)— GitHub's official command-line tool for pull requests, issues, and morezoxide(1)— A smarter cd command — learns your habits and jumps instantly
clihub3/4/2026SHELL(1)