摘要: 本地电脑需要同步远程数据,安装syncthing 测试 1:下载 wget https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-amd64-v1.5.0.tar.gzSyncthing 默认监 阅读全文
posted @ 2020-06-04 13:11 tamatama 阅读(3614) 评论(0) 推荐(0) 编辑
摘要: vncserver启动报错root A VNC server is already running as :1 [root@42 ~]# service vncserver startStarting VNC server: 1:root A VNC server is already runnin 阅读全文
posted @ 2020-05-25 12:27 tamatama 阅读(156) 评论(0) 推荐(0) 编辑
摘要: CentOS 6.x 安装图形界面一、首先查看系统的运行级别以及是否安装了桌面环境1、使用命令 runlevel 查看当前系统运行级别[root@42 ~]# runlevelN 32、使用命令 yum grouplist | more 查看是否安装了桌面环境的组件# yum grouplist | 阅读全文
posted @ 2020-05-24 16:19 tamatama 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 使用 25 端口发送 mail 编辑/etc/mail.rc 文件,添加以下信息vi /etc/mail.rc set from=xxx@163.com smtp=smtp.163.comset smtp-auth-user=xxx@163.com smtp-auth-password=123456 阅读全文
posted @ 2020-05-24 14:36 tamatama 阅读(158) 评论(0) 推荐(0) 编辑
摘要: HTTP请求头“Strict-Transport-Security”没有配置为至少“15552000”秒出于增强安全性考虑推荐按照安全提示中的说明启用HSTS <VirtualHost *:443> ServerName cloud.nextcloud.com <IfModule mod_heade 阅读全文
posted @ 2020-05-24 13:57 tamatama 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 1:安装htpasswd工具生成加密文件 安装工具 # yum install httpd-tools # htpasswd -cm /etc/httpd/passwd/password useraNew password: Re-type new password: Adding password 阅读全文
posted @ 2020-05-24 13:25 tamatama 阅读(1483) 评论(0) 推荐(0) 编辑
GO TOP