-
# ArchLinux 休眠到交换文件 | Harttle Land
Linux 使用交换分区来休眠,首先冻结所有进程并申请足够的交换内存(位于磁盘),把当前内存都存进去。然后下次启动时,initramfs 会直接加载上次休眠时的内存状态,跳过内核的 init 过程。因此首先需要有足够大的交换分区或交换文件;再把内核指...
[https://harttle.land/2019/10/19/h…
-
The edgerouter's kernel partition of 3MiB is getting to small for upcoming lts kernel 6.6.
Depending on how the following OpenWrt issue is resolved, we will likely need new factory images for the web…
Djfe updated
6 months ago
-
**Distribution (run `cat /etc/os-release`):**
cat /etc/os-release
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL=…
-
I set the dropbear_acl variable to a non root user’s authorized_keys file. I couldn’t login remotely so I checked the authorized_keys file in the initramfs. I’m using zfsbootmenu so I just dropped to …
-
**Swappiness**
file located in /proc/sys/vm and is named “swappiness”.
Temporary change lost on reboot
sudo sysctl vm.swappiness=1
#permanent change by navigating to /etc/sysctl.conf
#add the …
-
如下图所示
~~~
make[5]: Entering directory '/work/work/evalsoc/buildroot_initramfs/build/host-m4-1.4.18/lib'
CC binary-io.o
CC gl_avltree_oset.o
CC c-ctype.o
CC c-s…
-
Hi,
Apologies I don't really know how to debug this, but on my rock64 when using the DRBD extension I seem to be missing the drbd module :
```
talosctl --talosconfig talosconfig -n mynode list /…
-
I installed Ubuntu Asahi 24.04 on a clean DFU-restored Mac mini M1, and ended up with software rendering:
![Screenshot from 2024-11-03 00-07-56](https://github.com/user-attachments/assets/6ff3d938-…
-
I really liked this idea while I was using Ubuntu but since I'm mainly on [Arch](https://archlinux.org/) now I was thinking what it would take to create a [PKGBUILD](https://wiki.archlinux.org/index.p…
-
I used the dualboot method for Windows.
Used WSL2 is Ubuntu 20.04.5 LTS
menuentry "Brunch" --class "brunch" {
img_path=/brunch/chromeos.img
img_uuid=aa008e96-fe31-4a97-8998-5f56089c30b4
sear…