摘要:
键值 描述 gsettings set org.mate.interface font-name 'Noto Sans CJK SC 36' 通用字体 ,作用于菜单栏 gsettings set org.mate.interface document-font-name 'Noto Sans CJK 阅读全文
posted @ 2025-02-19 23:37
老禾的账本
阅读(17)
评论(0)
推荐(0)
摘要:
每个用户的家目录下/.local/share/Trash 输入命令 tree ├── expunged ├── files │ ├── 未保存文档 1(1) │ └── libX11(1).pdf └── info ├── 未保存文档 1(1).trashinfo └── libX11(1).pdf 阅读全文
posted @ 2025-02-19 23:23
老禾的账本
阅读(76)
评论(0)
推荐(0)
摘要:
编译go 1197 export PATH=$PATH:~/radxa2/go/bin 1086 export GO_CCFLAGS="-Wno-sizeof-array-div" 1199 export GOOS=linux 1200 export GOARCH=arm64 1201 export 阅读全文
posted @ 2025-02-19 23:15
老禾的账本
阅读(48)
评论(0)
推荐(0)
摘要:
编译ptyhon (手动关闭了两个模块: py_cv_module__lzma='n/a' py_cv_module__uuid='n/a') ./configure --prefix=/vendor --host=aarch64-none-linux-gnu --build=x86_64-pc-l 阅读全文
posted @ 2025-02-19 23:05
老禾的账本
阅读(53)
评论(0)
推荐(0)
摘要:
./configure --prefix=$(pwd)/ffi_arm --build=x86_64-pc-linux-gnu --host=aarch64-none-linux-gnu --target=aarch64-none-linux-gnu CC=aarch64-linux-musl-gc 阅读全文
posted @ 2025-02-19 23:01
老禾的账本
阅读(20)
评论(0)
推荐(0)
摘要:
export CC=aarch64-linux-musl-gcc export CROSS_PREFIX=aarch64-none-linux-gnu- export CFLAGS="-Wall -g" ./configure \ --prefix=$(pwd)/zlib_arm 阅读全文
posted @ 2025-02-19 22:58
老禾的账本
阅读(47)
评论(0)
推荐(0)
摘要:
autoreconf automake --add-missing autoreconf -i ./configure --prefix=/usr --host=$LFS_TGT --build=$(build-aux/config.guess) --disable-static --docdir= 阅读全文
posted @ 2025-02-19 22:54
老禾的账本
阅读(4)
评论(0)
推荐(0)
摘要:
临时指定源 pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple3 固定指定源创建目录 sudo mkdir ~/.pip sudo nano ~/.pip/pip.conf [global]index-url = https:/ 阅读全文
posted @ 2025-02-19 22:51
老禾的账本
阅读(23)
评论(0)
推荐(0)
摘要:
dpkg-buildflags --get LDFLAGS -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro dpkg-buildflags --get CFLAGS -g -O2 -ffile 阅读全文
posted @ 2025-02-19 22:43
老禾的账本
阅读(44)
评论(0)
推荐(0)
摘要:
参考:https://cloud.tencent.com/developer/article/1869422 方法一: while read line; do [[ "$line" == "" ]] || echo "$line"; done < ./a >b 方法二: for line in `c 阅读全文
posted @ 2025-02-19 22:31
老禾的账本
阅读(8)
评论(0)
推荐(0)
摘要:
pull参考:https://www.runoob.com/git/git-pull.html push参考:https://www.runoob.com/git/git-push.html git pull是git fetch 和 git merge 的简写 git pull [远程仓库名] [分 阅读全文
posted @ 2025-02-19 22:17
老禾的账本
阅读(48)
评论(0)
推荐(0)
摘要:
参考:https://blog.csdn.net/wjjontheway/article/details/124128462 repo是为了管理多个git仓库而用的。 repo自己也建立了一个git仓库:manifest。用于管理各个子仓分别处于哪个分支。 repo只是一个脚本,要执行repo in 阅读全文
posted @ 2025-02-19 22:02
老禾的账本
阅读(351)
评论(0)
推荐(0)
浙公网安备 33010602011771号