Shell Scripts For Some Services
- Note
- Before use,You should open the port you want to set or turn off the firewall and the user executing the shell script must be
root
.- Support:
Centos
Ubuntu
- You can use it to build MTProxy Service
- How to use
yum install wget -y
wget https://raw.githubusercontent.com/TyrantJoy/One-click-shell_script/master/MTProxy/MTProxy.sh
chmod +x MTProxy.sh
./MTProxy.sh
- Note
- Before use,You should open the port 80 or turn off the firewall and the user executing the shell script must be
root
.- Support:
Centos
- You can use it to build a WordPress blog
- How to use
yum install wget -y
wget https://raw.githubusercontent.com/TyrantJoy/One-click-shell_script/master/WordPress/WordPress.sh
chmod +x WordPress.sh
./WordPress.sh
- Note
- Before use,You should open the port you want to set or turn off the firewall and the user executing the shell script must be
root
.- Support:
Centos
Ubuntu
- You can use it to build Brook Service
- How to use
yum install wget -y
wget https://raw.githubusercontent.com/TyrantJoy/One-click-shell_script/master/Brook/Brook.sh
chmod +x Brook.sh
./Brook.sh
- Note
The user executing the shell script must be normal users have root permission
Support:
Ubuntu
You can use it to compile and install vim 8.1 in Ubuntu
- How to use
yum install wget -y
wget https://raw.githubusercontent.com/TyrantJoy/One-click-shell_script/master/Vim/Vim.sh
chmod +x Vim.sh
./Vim.sh