tar保持原有权限和拥有者命令打包和解压
reebor 1年前 (2019-11-10) 684浏览 0评论
打包: sudo tar -zpcvf 解压: tar -zpxvf 转载请注明:REB站长网 » tar保持原有权限和拥有者命令打包和解压
reebor 1年前 (2019-11-10) 684浏览 0评论
打包: sudo tar -zpcvf 解压: tar -zpxvf 转载请注明:REB站长网 » tar保持原有权限和拥有者命令打包和解压
reebor 1年前 (2019-11-10) 410浏览 0评论
php后门木马常用的函数大致上可分为四种类型: 1. 执行系统命令: system, passthru, shell_exec, exec, popen, proc_open 2. 代码执行与加密: eval, assert, call_user_f...
reebor 1年前 (2019-11-10) 380浏览 0评论
grep -rn 'call_user_func' /home/wwwroot/ 转载请注明: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...