“Openbsd”的版本间的差异
跳到导航
跳到搜索
第45行: | 第45行: | ||
OpenBSD | OpenBSD | ||
# pkg_add git | # pkg_add git | ||
+ | |||
+ | |||
+ | |||
+ | WireGuard 是一个 VPN 内核实现,代码行数少(相比之下 OpenVPN 有超过 10 万行代码),优先考虑性能,配置简单,试图在做到配置简单的同时提供高性能。WireGuard 基于 UDP,数据包在一端加密之后封装在 UDP 包内发送到远程端点,然后解密。并且其支持更广泛的加密算法与协议。 | ||
+ | |||
+ | WireGuard 已被多家大公司使用,并被整合到工具、发行版,移动手机和数据中心,此前也已经进入了 Linux 5.6 内核主线。此次进入 OpenBSD,又拿下一个阵营,也意味着未来 OpenBSD 将能原生支持 WireGuard VPN。 | ||
</pre> | </pre> | ||
https://git-scm.com/download/linux | https://git-scm.com/download/linux |
2021年11月1日 (一) 03:07的版本
install
iso download
我的神舟本本 U盘启动是F7
https://mirrors.aliyun.com/openbsd/7.0/amd64/
https://mirrors.aliyun.com/openbsd/6.9/amd64/
此时最新的是6.9 so
axel https://mirrors.aliyun.com/openbsd/6.9/amd64/install69.iso
如果安装到硬盘的 是 install69.img 看官方文档可知 install70.img [amd64] [arm64] [i386] [octeon] [powerpc64] [riscv64] [sparc64] A disk image that can be written to a USB flash drive or similar device. Includes the file sets. 注意看 File Sets 下面的安装指导 大不了全选吧 哈哈 game的可以不要 bsd The kernel required bsd.mp The multi-processor kernel (only on some platforms) bsd.rd The ramdisk kernel baseXX.tgz The base system required compXX.tgz The compiler collection, headers and libraries manXX.tgz Manual pages gameXX.tgz Text-based games xbaseXX.tgz Base libraries and utilities for X11 (requires xshareXX.tgz) xfontXX.tgz Fonts used by X11 xservXX.tgz X11’s X servers xshareXX.tgz X11’s man pages, locale settings and includes
https://www.openbsdhandbook.com/installation/
桌面可以安装awesome 等等
desktop
OpenBSD # pkg_add git WireGuard 是一个 VPN 内核实现,代码行数少(相比之下 OpenVPN 有超过 10 万行代码),优先考虑性能,配置简单,试图在做到配置简单的同时提供高性能。WireGuard 基于 UDP,数据包在一端加密之后封装在 UDP 包内发送到远程端点,然后解密。并且其支持更广泛的加密算法与协议。 WireGuard 已被多家大公司使用,并被整合到工具、发行版,移动手机和数据中心,此前也已经进入了 Linux 5.6 内核主线。此次进入 OpenBSD,又拿下一个阵营,也意味着未来 OpenBSD 将能原生支持 WireGuard VPN。
https://git-scm.com/download/linux