你好Linux
未读
ufw禁止ping请求(ICMP Echo)
1. Ping 与 ICMP 协议简介 Ping 是网络中常用的测试工具,用于检测目标主机是否可达。 它的实现基于 ICMP 协议(Internet Control Message Protocol),属于 TCP/IP 协议族。 工作原理:Ping 命令会向目标主机发送 ICMP Echo Req
你好Linux
未读
Linux安装Oh My Zsh
参考本文章内容, 可将zsh+oh-my-zsh以及常用插件安装在您的linux主机上 为什么 使用一个工具之前要多问一下为什么,它能够干什么,又为什么使用它,要知其所以然,而不是盲目追风使用,最后希望这个工具能够给你的linux主机带来更好的体验 目前几乎所有的发行版本linux中都带有 sh、b
你好Linux
未读
普通用户使用docker
The Docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user root and other users can only access
你好Linux
未读
ufw防火墙适配docker
背景 文章参考前提,系统中已正确安装 ufw 防火墙以及 docker linux 中 docker 默认会自行配置 iptables 进行流量转发,从而绕过 ufw 规则, 造成 ufw 无法监管 docker 流量的问题 通过本文方式可解决 docker 与 ufw 的适配问题,从而使 ufw