docker network类型
Posted on
Edited on
查看当前支持
docker network 支持的 --driver(网络驱动)
1 | docker network ls |
Docker默认支持的网络驱动类型
parted mkpart命令创建分区
Posted on
parted /dev/loop3 targets the loop
Posted on
The command parted /dev/loop3 starts the parted utility and targets the loop device /dev/loop3. This means you’re about to partition the file associated with this loop device, not a physical hard drive.
1. Loop Devices
Loop devices are virtual block devices. They allow you to mount a regular file as if it were a block device (like a hard drive partition). Before using parted /dev/loop3, you must have already set up /dev/loop3 using losetup.
Example setup:
Linux支持文件系统类型及简介
Posted on
Linux 支持多种文件系统类型,每种文件系统都有其特点和适用场景。
1. ext (Extended File System)
- ext: 这是 Linux 最初的文件系统,于 1992 年发布。现在已经很少使用。
- ext2 (Second Extended File System): ext 的改进版本,性能比 ext 有所提升,但没有日志功能。
- ext3 (Third Extended File System): 在 ext2 的基础上增加了日志功能,提高了数据安全性,是早期 Linux 发行版的默认文件系统。
- ext4 (Fourth Extended File System): ext3 的改进版本,支持更大的文件和卷,性能更好,是目前 Linux 系统中最常用的文件系统之一。
2. XFS (X File System)
glider搭建 HTTP/SOCKS5代理
Posted on
glider前向代理链
Posted on
VMware提供的一套增强工具软件VMware Tools
Posted on
VMware Tools 是 VMware 提供的一套增强工具软件,用于在 VMware 虚拟机(如 ESXi、Workstation、Fusion)中运行的客户操作系统(Guest OS)上安装,用于提高虚拟机的性能并增强其与宿主机之间的交互功能。
vmware-tools
Gemini CLI(Google 开源的命令行 AI 工具)的介绍
Posted on
macOS安装GNU版本基础命令行工具coreutils
Posted on
curl探测接口各阶段连接耗时
Posted on
git克隆特定分支git clone
Posted on