High Altitude Oolong
2022/9/29
Compile.h Error on building kernel w clang
›
./include/generated/compile.h:7:24: warning: missing terminating '"' character [-Winvalid-pp-token] #define LINUX_COMPILER ...
intel I219 NIC, ubuntu 20.04
›
這個 PCI NIC 要到 22.04 才有support,所以這版只能自己 build。 intel 官網有 source code ,但是是手動,所以要是kernel 更新,就要手動 build 一次。 所以依照網路說,用 dkms support 版 。 依照說明,c...
2022/9/27
Dockerfile : FROM scratch
›
就是一個空的,什麼都沒有的 base image。 所以如果要用來 run 自己的 program,一定要是 static linked。 最好的說明就是docker 的 hello-world image。 clone 下來以後,到 amd64/hello-world ...
2022/9/13
create, mount veracrypt sd partition in device.
›
在 pi 上 build 好 static linked veracrypt 後,放到 target board 上 ,先測試 mount 已經 create 好的 partition: # /data/veracrypt /dev/mmcblk1p1 /sd Enter pa...
2022/9/12
static build VeraCrypt for aarch64
›
用 cryptsetup 可以 open veracrypt disk/partiton,但是不能 create veracrypt disk/partition。 必須要安裝 veracrypt,但是 veracrypt 沒有在 distibution 中。 要加 ppa,...
mount veracrypt partitoin in linux
›
因為 windows 沒有辦法 mount luks partition/disk。 在 windows 上做 disk /partition encryption 就只有 support truecrypt,對應的 application (open-sourced) 就是 ...
mount luks disk in wsl
›
ref: 使用 wsl --mount 新增對 LUKS 加密磁片的支援" 在 WSL 2 中掛接 Linux 磁片 How to mount a LUKS encrypted drive in Windows wsl does not have...
‹
›
首頁
查看網路版