Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netkiller/shell
Infrastructure Management Shell - Linux
https://github.com/netkiller/shell
cacti gcc gitlab golang httpd java linux mongodb mysql nagios nginx php7 postfix postgresql redis shell strongswan tomcat8 vsftpd zabbix
Last synced: 2 days ago
JSON representation
Infrastructure Management Shell - Linux
- Host: GitHub
- URL: https://github.com/netkiller/shell
- Owner: netkiller
- License: gpl-3.0
- Created: 2013-09-12T02:37:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T09:23:55.000Z (over 1 year ago)
- Last Synced: 2024-08-20T21:17:14.836Z (4 months ago)
- Topics: cacti, gcc, gitlab, golang, httpd, java, linux, mongodb, mysql, nagios, nginx, php7, postfix, postgresql, redis, shell, strongswan, tomcat8, vsftpd, zabbix
- Language: Shell
- Homepage: http://netkiller.github.io/
- Size: 876 KB
- Stars: 428
- Watchers: 57
- Forks: 250
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
linux shell
=====[![Join the chat at https://gitter.im/oscm/shell](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/oscm/shell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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 pullCentOS 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 | bashAutomatic installation Nginx web server
-----
curl -s https://raw.githubusercontent.com/oscm/shell/master/node.nginx.sh | bashApache 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 | bashDatabase
--------# 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 '====================================================================='
fiif [ "$( 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 '====================================================================='
fiDonations
---------
We accept PayPal through:https://www.paypal.me/netkiller
Wechat (微信) / Alipay (支付宝) 打赏:
http://www.netkiller.cn/home/donations.html