上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页
摘要: nmcli c reload 阅读全文
posted @ 2021-08-23 14:07 哦~杰克 阅读(49) 评论(0) 推荐(0) 编辑
摘要: openvpn的server.conf 中 #explicit-exit-notify 1 #此选项开启只能使用udp协议。否则会报错error: --explicit-exit-notify can only be used with --proto udp 阅读全文
posted @ 2021-08-23 11:02 哦~杰克 阅读(2423) 评论(0) 推荐(1) 编辑
摘要: https://baijiahao.baidu.com/s?id=1657546417355919140&wfr=spider&for=pc 主要参考 https://blog.csdn.net/weixin_34186128/article/details/92177812 辅助参考 https: 阅读全文
posted @ 2021-08-20 11:08 哦~杰克 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1 vim backup.sh #!/bin/bash /usr/local/mysql/bin/mysqldump -uroot -p(数据库密码) --all-databases --add-drop-database -S /tmp/mysql3008.sock --single-transa 阅读全文
posted @ 2021-08-12 16:16 哦~杰克 阅读(86) 评论(0) 推荐(0) 编辑
摘要: mysqld --initialize-insecure --user=mysql --basedir=/usr/local/mysql/dbs3008 --datadir=/data/mysql/data3008/ (跳过初始化密码,直接无码登录) 阅读全文
posted @ 2021-08-12 13:40 哦~杰克 阅读(33) 评论(0) 推荐(0) 编辑
摘要: sed -ri 's/^\s*//g' 1.txt 阅读全文
posted @ 2021-08-06 11:28 哦~杰克 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 修改/etc/my.cnf [mysqld] #下添加: default-storage-engine=InnoDB 阅读全文
posted @ 2021-08-05 09:02 哦~杰克 阅读(95) 评论(0) 推荐(0) 编辑
摘要: dd if=/dev/zero of=/a.txt bs=1G count=2 阅读全文
posted @ 2021-08-03 15:48 哦~杰克 阅读(198) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/architectforest/p/12917627.html 阅读全文
posted @ 2021-08-03 14:34 哦~杰克 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 如果Jenkins报这个错,有可能是网络问题,切换自己的热点试试。 阅读全文
posted @ 2021-07-22 09:00 哦~杰克 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页