会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天增岁月人增寿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2020年6月4日
CENTOS7 安装 SYNCTHING
摘要: 本地电脑需要同步远程数据,安装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
阅读(4090)
评论(0)
推荐(0)
2020年5月25日
VNC 相关
摘要: 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
阅读(167)
评论(0)
推荐(0)
2020年5月24日
CentOS 6.x 安装图形界面
摘要: CentOS 6.x 安装图形界面一、首先查看系统的运行级别以及是否安装了桌面环境1、使用命令 runlevel 查看当前系统运行级别[root@42 ~]# runlevelN 32、使用命令 yum grouplist | more 查看是否安装了桌面环境的组件# yum grouplist |
阅读全文
posted @ 2020-05-24 16:19 tamatama
阅读(485)
评论(0)
推荐(0)
用MAILX 发送邮件
摘要: 使用 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
阅读(195)
评论(0)
推荐(0)
NEXTCLOUD 常见错误
摘要: HTTP请求头“Strict-Transport-Security”没有配置为至少“15552000”秒出于增强安全性考虑推荐按照安全提示中的说明启用HSTS <VirtualHost *:443> ServerName cloud.nextcloud.com <IfModule mod_heade
阅读全文
posted @ 2020-05-24 13:57 tamatama
阅读(1425)
评论(0)
推荐(0)
WEB 页面认证
摘要: 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
阅读(1578)
评论(0)
推荐(0)
上一页
1
2
3
公告
GO TOP