分类: VPS
thumbnail
VPS

免费领取5年虚拟主机

景安是国内比较大的一家主机运营商 我自己也在景安上弄了个免费的网页空间 唯一不足的就是他们的服务器节点是在郑州需要绑定备案的域名而且必须是景安备案的域……
thumbnail
VPS

[转载]多服务器监控、多VPS监控 —— ServerStatus 一键管理脚本

系统要求 CentOS 7 / Debian 7+ / Ubuntu 14.04 + 推荐 Debian 7 x64,这个是我一直使用的系统,我的脚本在这个系统上面出错率最低。 注意,既然是个 多服务器……
thumbnail
VPS

CentOS 7关闭默认防火墙

systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 firewall-cmd --state #查看默认防火墙状态(……
thumbnail
VPS

VPS精简代码

yum remove Deployment_Guide-en-US finger cups-libs cups ypbind yum remove bluez-libs desktop-file-utils ppp rp-pppoe wireless-tools irda-utils yum ……
thumbnail
VPS

centos 安装iftop 以及遇到的问题

今天想监控下vps的流量 往上找了下 都是安装iftop这个工具 然后就遇到各种问题 首先 yum install iftop 返回: Loaded plugins: fastestmirror Setting up In……
thumbnail
VPS

VPS真实可用内存一键测试脚本 检查VPS主机服务商超售状态神器

注意事项 这里测试的内存为 Ram+Swap的总和。Ram是指我们通常所指的内存,Swap指的是 突发内存 ,不可以长时间占用但是也是能用的。具体请百度。 测试程序 Cen……
thumbnail
VPS

锐速优化加速网站访问

内核参数优化 1.增加系统文件描述符的最大限数 编辑文件 limits.conf vi /etc/security/limits.conf 最后新增两行添加命令: * soft nofile 51200 * hard nofi……
thumbnail
VPS

宝塔VPS管理面板---VPS面板推荐(本站正在使用的)

这个VPS面板是我去年年底接触到的 之前用的阿里云的云虚拟主机 后来换到境外的VPS用的AMH的免费版开了SSL 去年年底又换回境内阿里云的ECS主机 宝塔(BT.CN)是……
thumbnail
VPS

免费主机Arukas.io 安装系统及连接SSH

CentOS:kinogmt/centos-ssh (默认用户名root,密码是:password  此centos版本为CentOS6.7) Debian:itscaro/debian-ssh(默认用户名root,密码root 此debia……
thumbnail
VPS

服务器一键测试包

服务器测试一键包介绍 一键包主要是为了让大家快速对服务器的基本状况有一个了解。考虑到天朝的网络出口问题,所以这个一键包更加偏向网络的测试。 影响测试……