[logseq-plugin-git:commit] 2025-03-11T09:49:50.831Z
This commit is contained in:
@@ -49,4 +49,22 @@
|
||||
- 微软做软件易用性
|
||||
- 苹果做硬件赠送软件
|
||||
- 读书快慢、读书多少,以及选书质量,深刻地影响一个人的性格,时间越久越是如此 —— “性格” 这东西,并不是个什么 “天生且不变的特质”,是历史与经验的塑造。改变性格最多的,是 “阅读” —— 因为阅读其实是获取经验和共识的最廉价却又最高效的方式。 #反思
|
||||
-
|
||||
- PVE 额外指令 #linux
|
||||
- 编辑配置
|
||||
- ```bash
|
||||
nano /etc/pve/lxc/100.conf
|
||||
pct enter 100
|
||||
pct shutdown 100
|
||||
```
|
||||
- 缩小磁盘 ==谨慎使用,使用前先备份==
|
||||
- ```bash
|
||||
lvreduce -L -6G /dev/pve/base-100-disk-0
|
||||
```
|
||||
- 安装openwrt
|
||||
- ```bash
|
||||
./img2kvm openwrt-07.26.2024-x86-64-generic-squashfs-combined-efi.img 300 vm-300-disk-1 local-lvm
|
||||
```
|
||||
- 导入cloud-init镜像
|
||||
- ```bash
|
||||
qm importdisk 400 /var/lib/vz/template/iso/ubuntu-24.04-server-cloudimg-amd64.img local-lvm --format=qcow2
|
||||
```
|
||||
Reference in New Issue
Block a user