Fork me on Gitee
上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 程序员可接私活的10个平台和一些建议,别掉坑里! 阅读全文
posted @ 2022-09-22 21:08 JoePotter 阅读(9947) 评论(0) 推荐(0) 编辑
摘要: 【轻量应用服务器】k3s部署redis 阅读全文
posted @ 2022-09-21 23:46 JoePotter 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 叙述 工作中一直使用的是MySql 5.6版本,想着MySQL8已经发布好几年了,本地安装个测试数据库看看,但是安装完成后,用Navicat连接,一直报2059错误,真是奇了怪了。 排查 晚上查了原因,说是在MySql8之前的版本,默认的加密规则是mysql_native_password,而在My 阅读全文
posted @ 2022-09-18 09:41 JoePotter 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 【轻量应用服务器】k3s部署mysql 阅读全文
posted @ 2022-09-17 17:21 JoePotter 阅读(322) 评论(0) 推荐(0) 编辑
摘要: #添加docker权限给其他用户(user)使用 usermod -a -G docker user 注意: 这样做会使你离开其他用户组,仅仅做为用户组 groupA 的成员。应该加上 -a 选项:usermod -a -G groupA user(FC4: usermod -G groupA,gr 阅读全文
posted @ 2022-04-20 11:03 JoePotter 阅读(796) 评论(0) 推荐(0) 编辑
摘要: #添加用户(user3) adduser user3 #修改用户密码(user3) passwd user3 #修改某个目录(包括子目录)为某有用户(user3) chown -R user3 /opt/cki/ruoyi/automonitor/app 阅读全文
posted @ 2022-04-20 10:56 JoePotter 阅读(420) 评论(0) 推荐(0) 编辑
摘要: http { # 开启gzip gzip on; # 启用gzip压缩的最小文件;小于设置值的文件将不会被压缩 gzip_min_length 1k; # gzip 压缩级别 1-10 gzip_comp_level 2; # 进行压缩的文件类型。 gzip_types text/plain app 阅读全文
posted @ 2022-03-24 22:10 JoePotter 阅读(195) 评论(0) 推荐(0) 编辑
摘要: cd /etc/yum.repos.d/ 替换 【CentOS-AppStream.repo】文件 下载地址:https://download.csdn.net/download/j610152753/81027739 阅读全文
posted @ 2022-02-16 23:28 JoePotter 阅读(2327) 评论(0) 推荐(0) 编辑
摘要: 如果系统安装过先卸载一下。 curl https://releases.rancher.com/install-docker/1.10.sh | sh curl https://releases.rancher.com/install-docker/1.11.sh | sh curl https:/ 阅读全文
posted @ 2022-02-16 21:55 JoePotter 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1、首先安装SSH服务 yum install openssh-server 2、启动SSH服务 systemctl start sshd 3、查看SSH服务状态 systemctl status sshd 4、查看端口 netstat -antp | grep sshd 5、加入开机启动 syst 阅读全文
posted @ 2022-01-24 22:18 JoePotter 阅读(886) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页
``