摘要: 第一步:下载WebShellKiller wget http://edr.sangfor.com.cn/tool/WebShellKillerForLinux.tar.gz 第二步 :解压到当前文件夹 阅读全文
posted @ 2019-02-18 23:06 LanXiny 阅读(2400) 评论(0) 推荐(0) 编辑
摘要: Linux常用命令大全 系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性  阅读全文
posted @ 2019-02-18 11:49 LanXiny 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 第一步:安装Apache服务程序 yum install httpd -y 第二步:设置Apache开机启动 systemctl start httpd systemctl enable httpd 第三步:重启Apache服务 systemctl restart httpd.service 第四步 阅读全文
posted @ 2019-02-18 11:45 LanXiny 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 第一步:关闭调试模式 config->app.php 将'app_debug'设置为 false('app_debug' => false,) 第二步:注释掉异常模板文件 将exception_tmpl注释掉 //'exception_tmpl' => Env::get('think_path') 阅读全文
posted @ 2019-02-18 11:22 LanXiny 阅读(1817) 评论(0) 推荐(0) 编辑