Feature:运维
@kidultff

追踪数据包途径了哪些路由--Tracert使用及其原理

我们的PC发送的数据包会经过家庭路由器、运营商、服务器的路由器等等多重路由器才能到达目标服务器。使用Tracert命令可以知道途径了那些路由器。直接Windows直接打开cmd,Linux打开终端,输入“tracert 目标主机”即可进行追踪,例如tracert www.bai ...
  • 0
  • 5
@kidultff

Nginx日志log_format详解

nginx的log_format要配置在http字段。例如:log_format  Format_name  '$remote_addr - $remote_user [$time_local] "$request" '        & ...
  • 0
  • 0
@kidultff

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 ...
  • 0
  • 0
@kidultff

解决Deepin/Ubuntu无法使用rdesktop远程桌面连接Windows 2016

有一台用来挂机器人的挂机宝是Windows Server 2016,而平时自己用的系统是Deepin和Ubuntu,远程连接的时候只能使用rdesktop,使用rdesktop连接的时候终端提示:ERROR: CredSSP: Initialize failed, do you have correct kerberos tgt initialized ...
  • 0
  • 1