上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 常见问题: ssh_dispatch_run_fatal: Connection to {your_ip} port 22: invalid argument ssh -oKexAlgorithms=+diffie-hellman-group-exchange-sha256 root@ol6test 阅读全文
posted @ 2023-02-07 22:36 mashuai_191 阅读(180) 评论(0) 推荐(0)
摘要: 基本思路: 在裸盘 raw disk 上先创建 partition (可以用工具fdisk 或者 parted) 在partition上用FS格式化 (mkfs) 最后mount到一个目录 分区一般分为MBR 和 GPT分区两种,GPT比较新 对于 GPT 的分区,建议使用 parted 工具进行分 阅读全文
posted @ 2022-11-22 14:01 mashuai_191 阅读(19) 评论(0) 推荐(0)
摘要: Ref https://computingforgeeks.com/install-and-configure-drbd-on-centos-rhel https://www.veritas.com/content/support/en_US/doc/79604030-149462309-0/v73 阅读全文
posted @ 2022-11-22 11:04 mashuai_191 阅读(17) 评论(0) 推荐(0)
摘要: chroot 是什么? 就是change root directory ,比如默认是 /, 可以用这个chroot 把 / 换成其他指定的目录 chroot 干什么的? 增加了系统的安全性,限制了用户的权力: 这个一般是在登录 (login) 前使用 chroot,以此达到用户不能访问一些特定的文件 阅读全文
posted @ 2022-10-29 11:47 mashuai_191 阅读(21) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/341965558 软著申请全流程图文解析与注意事项 阅读全文
posted @ 2022-10-27 23:09 mashuai_191 阅读(31) 评论(0) 推荐(0)
摘要: 1. 有哪些类型 Mount: 隔离文件系统挂载点 UTS: 隔离主机名和域名信息 IPC: 隔离进程间通信 PID: 隔离进程的ID Network: 隔离网络资源 User: 隔离用户和用户组的ID 查看特定进程的namespace 信息: /proc/$pid/ns/ 查看特定进程mount 阅读全文
posted @ 2022-10-16 20:21 mashuai_191 阅读(96) 评论(0) 推荐(0)
摘要: Ref: VLAN及Trunk,重要!看瑞哥如何讲的明明白白! 图文并茂VLAN以及Trunk详解,超级详细 阅读全文
posted @ 2022-08-25 22:48 mashuai_191 阅读(22) 评论(0) 推荐(0)
摘要: 改MAC 地址 ip link set dev nic1 downip link set dev nic1 address 0c:42:a1:8f:a4:47ip link set dev nic1 up 阅读全文
posted @ 2022-08-13 15:47 mashuai_191 阅读(24) 评论(0) 推荐(0)
摘要: Ref: http://ipv6.infosws.cn/20201009/40639.html IPv6系列基础篇(下)——邻居发现协议NDP IPv6之基础协议(3)讲NDP 里面NS, NA 报文具体内容讲的很好 https://www.kernel.org/doc/Documentation/ 阅读全文
posted @ 2022-08-05 22:55 mashuai_191 阅读(229) 评论(0) 推荐(0)
摘要: Ref 图解ARP协议(四)代理ARP原理与实践(“善意的欺骗”) 阅读全文
posted @ 2022-08-05 22:42 mashuai_191 阅读(32) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页