在 Windows 上调试 Redis 线偶 发布于 2022-06-01 收录于 随笔1. install wsl open Microsoft Store, then search ubuntu and click to install it.
使用 Ubuntu 来安装 Kubernetes 1.24 版本 线偶 发布于 2022-04-01 收录于 随笔1. 机器初始化设置 hostname 设置 1 2 hostnamectl ## 查看当前的hostname hostnamectl set-hostname node1 ## 设置主机名为node1/etc/hosts 文件 和 DNS 配置 1 2 3 4 5 6 7 8 9 10 # k8s master 192.168.130.131 node1 # 更改dns配置 vim /etc/systemd/resolved.conf # 更改下面内容 [Resolve] DNS=8.8.8.8 8.8.4.4 # 重启dns systemctl restart systemd-resolved.servicerefer:
在 Docker 上安装 Nfs 线偶 发布于 2022-03-01 收录于 随笔install nfs in docker 1. create share directory used by nfs 1 mkdir -p /home/ooooo/shared/nfs2. create exports.txt used by nfs This the exports.txt mainly used to mount dir (path in the container ) and permission.
在 Windows 中 Rsync 问题 线偶 发布于 2022-01-03 收录于 随笔cygwin 的环境变量要放在第一个,这样 rsync 和 ssh 都是 cygwin 的.window 是执行命令 where ssh, 看看 ssh 有几个实现 (比如 openssh 和 cygwin 的 ssh )refer:window install cygwin
在 Windows 中安装 Wireshark 报错 线偶 发布于 2022-01-02 收录于 随笔win10安装wireshark经常报“KB2999226 和 KB3118401”install wiresharkopen installation directory, manually install vc_redist.x64.exe by double clickreinstall wireshark