@kidultff · 2018年11月3日 追踪数据包途径了哪些路由--Tracert使用及其原理 我们的PC发送的数据包会经过家庭路由器、运营商、服务器的路由器等等多重路由器才能到达目标服务器。使用Tracert命令可以知道途径了那些路由器。直接Windows直接打开cmd,Linux打开终端,输入“tracert 目标主机”即可进行追踪,例如tracert www.bai ...
@kidultff · 2018年8月25日 解决ssh远程链接Permissions 07xx/06xx for 'xxx' are too open 在Linux中使用私钥进行ssh远程连接时,可能会出现这个问题,提示Permissions 07xx/06xx for 'key_path' are too open. It is required that your private key files&n ...
@kidultff · 2018年8月4日 Nginx日志log_format详解 nginx的log_format要配置在http字段。例如:log_format Format_name '$remote_addr - $remote_user [$time_local] "$request" ' & ...
@kidultff · 2017年8月31日 centos部署LNMP环境(nginx+mysql+php) 1,关闭防火墙:chkconfig firewalld off2,更新yum源:wget http://www.atomicorp.com/installers/atomic sh ./atomic yum check-update3,安装开发包和库文件yum -y install ntp make openss ...
@kidultff · 2017年8月15日 解决Deepin/Ubuntu无法使用rdesktop远程桌面连接Windows 2016 有一台用来挂机器人的挂机宝是Windows Server 2016,而平时自己用的系统是Deepin和Ubuntu,远程连接的时候只能使用rdesktop,使用rdesktop连接的时候终端提示:ERROR: CredSSP: Initialize failed, do you have correct kerberos tgt initialized ...