@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 ...
@kidultff · 2017年4月28日 【转】CentOS系统中常用查看日志命令 本文转自:http://dwz.link/rw2r 日志文件说明 /var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 /var/log/secure 与安全相关的日志信息 /var/log/maillog 与邮件相关的日志信息 /var/log/ ...
@kidultff · 2017年2月4日 Nginx添加多个网站,禁止通过ip访问,禁止访问某些目录 同一个nginx上安装多个网站的方法 在nginx.conf的http{}中按照说明修改server{}字段 server { listen 80; server_name www.example.com; #所绑定的 ...