IPtables 防火墙各个模块介绍

发布于:2021-8-26 17:43 作者:kevin.Zhu 浏览:24 分类:Linux系统运维

https://ipset.netfilter.org/iptables-extensions.man.html


ClusterIP : 

https://book.huihoo.com/iptables-tutorial/x8906.htm

https://blog.csdn.net/dog250/article/details/77993563

阅读全文>>

0

glusterfs mount挂载说明 参考

发布于:2021-8-19 17:19 作者:kevin.Zhu 浏览:19 分类:文摘
https://docs.gluster.org/en/v3/Administrator%20Guide/Setting%20Up%20Clients/#mounting-volumes

阅读全文>>

0

如何修改mysql8.0的root密码?

发布于:2021-8-17 15:07 作者:kevin.Zhu 浏览:14 分类:文摘

https://newsn.net/say/mysql8-password.html


ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

阅读全文>>

0

Docker-Compose安装、卸载、使用详解

发布于:2021-8-17 9:46 作者:kevin.Zhu 浏览:22 分类:文摘
https://blog.csdn.net/weixin_43972854/article/details/106712978

阅读全文>>

0

crontab定时任务时区与系统时区不一致 导致未执行

发布于:2021-8-16 16:00 作者:kevin.Zhu 浏览:18 分类:文摘

https://zhuanlan.zhihu.com/p/123124036


阅读全文>>

0

TinyProxy 使用帮助 参数详解

发布于:2021-8-16 10:38 作者:kevin.Zhu 浏览:17 分类:文摘
https://www.jianshu.com/p/cfef3e491b52/

阅读全文>>

0

mysql修改表、字段、库的字符集

发布于:2021-8-12 18:29 作者:kevin.Zhu 浏览:19 分类:文摘

http://fatkun.com/2011/05/mysql-alter-charset.html


阅读全文>>

0

安卓通过adb 模拟键盘输入、点击屏幕、滑动、按键

发布于:2021-8-4 10:53 作者:kevin.Zhu 浏览:15 分类:文摘
https://blog.csdn.net/yinxing2008/article/details/103427404

阅读全文>>

0

安卓通过adb 模拟键盘输入、点击屏幕、滑动、按键

发布于:2021-8-3 15:42 作者:kevin.Zhu 浏览:19 分类:文摘

https://blog.csdn.net/yinxing2008/article/details/103427404



阅读全文>>

0

adb screenrecord 安卓android桌面镜像

发布于:2021-8-3 15:07 作者:kevin.Zhu 浏览:19 分类:文摘
https://stackoverflow.com/questions/31472962/use-adb-screenrecord-command-to-mirror-android-screen-to-pc-via-usb

阅读全文>>

0

Redis 5.0 redis-cli --cluster help说明 redis-cli 创建集群

发布于:2021-8-2 16:53 作者:kevin.Zhu 浏览:25 分类:文摘

https://www.cnblogs.com/zhoujinyi/p/11606935.html


ubuntu18.04新机  创建集群、相关脚本


ln -sf /lib/systemd/system/rc-local.service  /etc/systemd/system/  && touch /etc/rc.local  && \...


阅读全文>>

0