Posts
挂载修改多分区 img 镜像文件
挂载修改多分区 img 镜像文件 losetup命令 1.查看下一个可用的loop设备 使用命令losetup -f 查询到的下一个可用loop设备文件为 /dev/loop19。 2.使用 losetup -p 参数挂载img文件 查看磁盘信息 3.挂载文件系统 挂载修改多分区 img 镜像文件 …
解决cluster not ready
解决:Cluster not ready – no quorum? (500) First we login to the Proxmox server. Then we check the state of the cluster using the command From the …
omv配置
OMV(Open Media Vault) 配置 修改为国内源备份:cp /etc/apt/sources.list.d/openmediavault.list /etc/apt/sources.list.d/openmediavault.list.bk 备份:cp …
国内镜像源
国内镜像源(国内源) 中科大镜像源:https://mirrors.ustc.edu.cn/help/proxmox.html
统计 git 代码仓库
统计 Git 代码仓库中Swift与OC代码行数 一个示例的 shell 脚本,用于统计指定的 Git 代码仓库中指定标签的 Swift 和 Objective-C 代码行数的变化数据,并将结果以表格形式输出:
windows menuentry 的两种写法
Windows menuentry 的两种写法 以下两个 menuentry 是用于引导加载程序(如 GRUB)的配置文件,用于启动 Windows 操作系统的菜单项。 第1种 第1种第1个 menuentry:名称为 "Windows" 的菜单项。 使用 insmod ntfs 加载 ntfs 模 …
nginx 与 httpd 容器
nginx 与 httpd 容器的创建与配置 创建nginx自定义docker容器 创建httpd自定义docker容器
磁盘备份克隆及分区备份克隆 一些
磁盘备份/克隆及分区备份克隆 一些免费的磁盘备份/克隆及分区备份克隆工具 linux下使用dd克隆整个硬盘 十个常见的磁盘备份工具
mac上windows11 arm 精简版安装
mwindows11 arm 精简版安装 windows11 arm 精简版 镜像大小仅 2.13gb 项目地址:https://github.com/WhatTheBlock/WindowsSimplify autoahk 地 …
一个openwrt的 network
一个OpenWrt的 network配置案例 openwrt 上配置 socat 端口转发 端口转发是一种发生在在三层网络(网络层)之上的数据包控制, 在 openwrt 上配置端口转发的作用主要是:帮助 入站/出站 数据包从一个区域(如:WAN)转发到另一个区域(如:LAN)