添加流量和带宽监控vnstat
reebor 1年前 (2019-11-10) 409浏览 0评论
yum repolist|grep epe yum install epel-release yum install vnstat vnstat -u -i em1 【显示数据】 安装:jsvnstat https:/...
REB站长网专注于草根站长学习和站长资源的网站
reebor 1年前 (2019-11-10) 409浏览 0评论
yum repolist|grep epe yum install epel-release yum install vnstat vnstat -u -i em1 【显示数据】 安装:jsvnstat https:/...
reebor 1年前 (2019-11-10) 570浏览 0评论
After your certificate request is approved, you can download your SSL and intermediate certificates from the SSL application....
reebor 1年前 (2019-11-10) 481浏览 0评论
这几天因为感恩节,美国的各大主机域名商都推出了力度可谓不小的促销活动,着实让沉寂了一年的美国主机市场又沸腾起来了。Godaddy的.COM域名只要1.99美元的活动现在还在进行着,Godaddy其它部分产品现在也是5折中。 平常使用优惠链接购买God...
reebor 1年前 (2019-11-10) 477浏览 0评论
本脚本适用环境: 系统支持:CentOS 6,7,Debian,Ubuntu 内存要求:≥128M 日期:2017 年 07 月 21 日 关于本脚本: 一键安装 Python 版 Shadowsocks 的最新版。 友情提...
reebor 1年前 (2019-11-10) 409浏览 0评论
军哥LNMP内核开启:./addons.sh install memcached memcached是高性能的,分布式的内存对象缓存系统,在动态应用中减少数据库负载,提升访问速度。php关于memcached的扩展方式有两种:一种memcache,一...
reebor 1年前 (2019-11-10) 421浏览 0评论
注意!这里的Centos版本是7 step1 修改/etc/ssh/sshd_config vi /etc/ssh/sshd_config #Port 22 //这行去掉...
reebor 1年前 (2019-11-10) 285浏览 0评论
1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: sys...
reebor 1年前 (2019-11-10) 260浏览 0评论
两种方式: 1.添加一块新的虚拟磁盘 2.扩充原有磁盘的容量大小 注意: 只有磁盘格式为qcow2的磁盘才支持磁盘快照和磁盘动态扩展. 测试的虚拟机磁盘大小和格式. 方法一:添加新磁盘 1.查看已存在盘的大小...
reebor 1年前 (2019-11-10) 290浏览 0评论
php后门木马常用的函数大致上可分为四种类型: 1. 执行系统命令: system, passthru, shell_exec, exec, popen, proc_open 2. 代码执行与加密: eval, ass...
reebor 1年前 (2019-11-10) 290浏览 0评论
用php写的程序,由于开发人员水平的问题,经常会存在一些后门被人利用。 本节介绍PHP一句话木马。 利用404页面隐藏PHP小马: 复制代码代码示例: Not Found &nbs...