AMH4.2 PHP自动升级到5.4/5.5/5.6脚本
发布于 10年前 (2015-12-07)
ssh下: 1、wget https://zhujiwiki.com/wp-content/uploads/2015/12/amhphpupgrader.shchmod a+x amhphpupgrader.sh./amhphpupgrader.sh 建议直接升级到php5.6。 2、重启amh php
阅读(2152)评论(0)赞 (0)
发布于 10年前 (2015-12-07)
ssh下: 1、wget https://zhujiwiki.com/wp-content/uploads/2015/12/amhphpupgrader.shchmod a+x amhphpupgrader.sh./amhphpupgrader.sh 建议直接升级到php5.6。 2、重启amh php
阅读(2152)评论(0)赞 (0)
发布于 10年前 (2015-12-07)
一、系统平均负载-基本解释 在Linux shell下,有很多命令可以看到Load Average,例如: root@Slyar.com:~# uptime12:49:10 up 182 days, 16:54, 2 users, load average: 0.08, 0.04, 0.01 root@Slyar.com:~# w12:49:18 up 182 days, 16:54, 2 use...
阅读(3114)评论(0)赞 (0)
发布于 10年前 (2015-12-03)
1、编辑/etc/network/interfaces This file describes the network interfaces available on your system and how to activate them. For more information, see interfaces(5). The loopback network interface auto l...
阅读(3363)评论(0)赞 (0)
发布于 10年前 (2015-11-24)
2015-11-12 更新 v44更新内容1.nginx升级到1.9.6,配合新版nginx,openssl编译1.0.2d(nginx专用)2.支持http/2(目前测试中,站点conf文件需要手动加入配置,参考nginx.org)3.支持stream反代4.支持nginx反代和cache_purge(测试功能,配置文件需手动)5.修复pid路径错误在服务器重启后不能启动php的错误6.其他一些...
阅读(2341)评论(0)赞 (0)
发布于 11年前 (2015-10-24)
Kloxo-MR无论从功能上,还是从UI界面上,都非常的完美和讨人喜欢,目前Kloxo-MR已经到7.0版本,支持 Redhat/CentOS 5 和 6 (32bit and 64bit)以及大部分的系统,能够与AWBS, WHMCS, HostBill, TheHostingTool, AccountLab 以及 Blesta等系统兼容,且支持MySQL和MariaDB数据库,当然也支持Ngi...
阅读(2800)评论(1)赞 (0)
发布于 11年前 (2015-10-07)
这个脚本是使用shell编写,为了快速在生产环境上部署lnmp/lamp/lnmpa(Linux、Nginx/Tengine、MySQL/MariaDB/Percona、PHP),适用于CentOS 5~7(包括redhat)、Debian 6~8、Ubuntu 12.04~15.04的32位和64位。 如果要支持HHVM,仅支持CentOS 6(7) 64位。 一、安装1、CentOS/Redh...
阅读(2575)评论(0)赞 (0)
发布于 11年前 (2015-10-07)
ethernetservers的几款特价VPS相当不错,详情:介绍:Ethernetserver:$14/年/1.5GB内存/400GB空间/6TB流量/3 IP/OpenVZ/洛杉矶测评:Ethernetserver 1.5GB内存 OpenVZ 洛杉矶 简单测评 之前有说其服务器被黑,之后VPS管理地址也有变,新地址如下:https://vpanel.ethernetservers.com/l...
阅读(2742)评论(0)赞 (0)
发布于 11年前 (2015-10-06)
AMH,国内相当不错的VPS web环境管理应用,除官方版之外,有网友的修改版,相比原版,有了改进。 1、AMH 4.2 – 麦葱修改版修改项:添加 pcre-8.36添加 zlib-1.2.8添加 openssl-1.0.2a添加 gperftools-2.4添加 ngx_cache_purge-2.3添加 ngx_pagespeed-1.9.32.3添加 ngx_http_substituti...
阅读(2583)评论(2)赞 (0)
发布于 11年前 (2015-09-22)
Panilux,新开发的面板,基于Linux,支持Nginx 和 PHP-FPM。免费可用5个域名。 演示:https://demo.panilux.com:1453user: demopass: demo 安装:bash
阅读(1927)评论(0)赞 (0)
发布于 11年前 (2015-09-16)
有时候,主机做了限制,wget无法获取文件,这时候在ssh下使用scp传输文件,就方便了很多。 1、下载文件 scp username@servername:/path/filename /home/local_dir username@servername 是服务器的SSH用户名和IP地址,如 root@127.0.0.1/path/filename 是服务器文件存放目录/home/local_...
阅读(3243)评论(0)赞 (0)