随笔分类 -  linux

摘要:es部署文档 ### 规划 | 内网ip | 浮动ip | 角色 || : | | || 192.168.0.182 | node1 || 192.168.0.184 | node2 || 192.168.0.59 | node3 | ## 步骤 1. 安装jdk 1. 如果不存在,需要安装 2. 阅读全文
posted @ 2023-06-06 09:56 哦~杰克 阅读(284) 评论(0) 推荐(0) 编辑
摘要:https://xxf.cool/tools/tcpTool 阅读全文
posted @ 2023-05-12 11:26 哦~杰克 阅读(28) 评论(0) 推荐(0) 编辑
摘要:1 添加域名 2 添加域名后会自动生成一个加速域名,将这个加速域名做CNAME解析。 3 开启自定义端口(首先打开静态回源配置和动态内容回源配置) 6 然后配置自定义端口 7 配置后将以上两项配置的http 关掉才能生效(回源配置,动态加速配置) 阅读全文
posted @ 2023-05-11 23:04 哦~杰克 阅读(287) 评论(0) 推荐(0) 编辑
摘要:du -sh .[!.]* * 阅读全文
posted @ 2023-05-06 09:21 哦~杰克 阅读(21) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u014644574/article/details/127405490?spm=1001.2014.3001.5506 阅读全文
posted @ 2023-04-26 14:00 哦~杰克 阅读(31) 评论(0) 推荐(0) 编辑
摘要:df -h | awk 'NR==2{printf $5"\b \n"}' 阅读全文
posted @ 2023-03-30 16:06 哦~杰克 阅读(81) 评论(0) 推荐(0) 编辑
摘要:1 docker pull minio/minio:RELEASE.2022-08-26T19-53-15Z 2 docker run -p 9000:9000 -p 9090:9090 --name minio1 -d --restart=always -e "MINIO_ACCESS_KEY=a 阅读全文
posted @ 2023-01-10 16:25 哦~杰克 阅读(158) 评论(0) 推荐(0) 编辑
摘要:温馨提示:此mongodb版本为5.0.11 ,并注意,如果要删除节点,可以直接删除,添加节点前要先删除仲裁节点。 rs.remove("192.168.0.180:27017"); (移除节点,如果移除仲裁节点一直卡着不动建议执行下列命令过后再执行此命令) db.adminCommand({ "s 阅读全文
posted @ 2022-11-09 17:53 哦~杰克 阅读(619) 评论(0) 推荐(0) 编辑
摘要:es部署文档 ### 规划 | 内网ip | 浮动ip | 角色 || : | | || 192.168.0.182 | 100.127.7.189 | node1 || 192.168.0.184 | 100.127.1.95 | node2 || 192.168.0.59 | 100.127.6 阅读全文
posted @ 2022-11-08 16:30 哦~杰克 阅读(150) 评论(0) 推荐(0) 编辑
摘要:默认为:/var/lib/jenkiins 1 创建更改后的目录 (所有步骤用root执行!!!) mkdir -p /data/jenkiins 2 将原有目录数据拷贝到更改后的目录 cp -r /var/lib/jenkins/* /data/jenkins 3 更改所有组和所有者 chown 阅读全文
posted @ 2022-11-02 16:02 哦~杰克 阅读(491) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_45335305/article/details/123817541 阅读全文
posted @ 2022-10-28 15:26 哦~杰克 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/h295928126/article/details/122147237 (Mongodb) https://zhuanlan.zhihu.com/p/385487380 (redis) https://blog.csdn.net/weixin_54202 阅读全文
posted @ 2022-10-24 15:33 哦~杰克 阅读(175) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/cjzzz/p/16138441.html 阅读全文
posted @ 2022-10-09 11:08 哦~杰克 阅读(74) 评论(0) 推荐(0) 编辑
摘要:ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head 阅读全文
posted @ 2022-09-23 17:51 哦~杰克 阅读(549) 评论(0) 推荐(0) 编辑
摘要:yum install -y epel-release yum install -y htop 阅读全文
posted @ 2022-08-17 15:01 哦~杰克 阅读(108) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_45186545/article/details/103853601 (好文章就要粘贴复制) 阅读全文
posted @ 2022-03-05 09:56 哦~杰克 阅读(24) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_19731521/article/details/117440169 阅读全文
posted @ 2022-02-10 14:49 哦~杰克 阅读(79) 评论(0) 推荐(0) 编辑
摘要:root 用户执行 cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {} (查看所有用户的计划任务)crontab -l -u username (查看指定用户的计划任务) 阅读全文
posted @ 2022-02-10 11:47 哦~杰克 阅读(364) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/mouseleo/p/14933022.html https://www.cnblogs.com/ssgeek/p/9392104.html 迁移过后原环境的gitlab-secrets.json 文件需要拷到新环境 (https证书注意改名) 阅读全文
posted @ 2022-02-08 20:02 哦~杰克 阅读(26) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/A___LEi/article/details/110476531 阅读全文
posted @ 2022-02-08 14:18 哦~杰克 阅读(61) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示