一些常用的服务器工具
id | 工具名称 | 简介 | 大小 | 下载链接 |
Windows | ||||
1 | 360压缩 | 360压缩软件,主要没广告。 | 7.07MB | 点击下载 |
2 | 常用工具包 | 包含了tomcat8.5.28安装版,FileZilla_server_0.9.60,jdk-8u161-windows-x64,Sublime Text Build 3143 x64 setup。 | 272MB | 点击下载 |
3 | nginx | 反向代理服务器,还可以做负载均衡(简单的配置:nginx配置) | 1.3MB左右 |
windwos稳定版本1.16.1
windwos主线版本1.17.3 |
Linux | ||||
4 | 整合包(one in stack)官网 | 包含了tomcat8.5.28,jdk-8u161-linux-x64,mysql 5.7(默认密码123456),nginx stable | 285MB | wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1 --tomcat_option 2 --jdk_option 2 --db_option 2 --dbinstallmethod 1 --dbrootpwd 123456 |