diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-08 23:55:48 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-08 23:55:48 +0800 |
commit | d3a2767b99af2e776d9c20c5aef5c3eff679dba9 (patch) | |
tree | 49430f9f926b051881d9f79de8495538d4df9a87 | |
parent | 4983d3dbda29705ac5d373f96f083e664713b3d0 (diff) | |
download | crupest-d3a2767b99af2e776d9c20c5aef5c3eff679dba9.tar.gz crupest-d3a2767b99af2e776d9c20c5aef5c3eff679dba9.tar.bz2 crupest-d3a2767b99af2e776d9c20c5aef5c3eff679dba9.zip |
feat(hurd): move hurd things to here.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | crupest-words.txt | 58 | ||||
-rw-r--r-- | cspell.yaml | 5 | ||||
-rw-r--r-- | hurd.yaml | 94 |
4 files changed, 139 insertions, 20 deletions
@@ -2,6 +2,8 @@ Nice to meet you here! 🤗 +Working on [GNU/Hurd](https://www.gnu.org/software/hurd/index.html) [Debian](https://www.debian.org/ports/hurd/) now. ❤️ + I love everything in the world. Contact me via my email, *<crupest@crupest.life>*, or create an issue in any of my repos. I love talking to people a lot. > *Die Philosophen haben die Welt nur verschieden interpretiert, es kömmt aber darauf an, sie zu verändern.* diff --git a/crupest-words.txt b/crupest-words.txt index 378ea81..d5e637c 100644 --- a/crupest-words.txt +++ b/crupest-words.txt @@ -1,33 +1,51 @@ +# me +crupest +yuqian + +# self-hosted services 2fauth -aarch64 -buildpackage +forgejo +rspamd certbot -chroot -confdir + +# general +cheatsheet +aarch64 +pythonpath +gerrit + +# unix cpio -createchroot -crupest +kmod +nproc +sourceware + +# hurd +gnumach +settrans +fsysopts +pfinet + +# debian debhelper debootstrap devscripts dquilt -forgejo -geodata -geoip -geosite -indep -kmod -nocheck -nproc -PYTHONPATH +buildpackage quiltrc -rspamd +nocheck +chroot +indep +confdir +createchroot sbuild sbuildrc schroot -sypht -userid -ustc + +# misc +geodata +geoip +geosite vmess vnext -yuqian +ustc diff --git a/cspell.yaml b/cspell.yaml index 4cc35f7..5d6d72b 100644 --- a/cspell.yaml +++ b/cspell.yaml @@ -3,12 +3,17 @@ language: en dictionaries: - crupest-words - en_US + - companies - softwareTerms + - misc - node - typescript - python - html - css + - cpp + - csharp + - latex - bash - fonts - filetypes diff --git a/hurd.yaml b/hurd.yaml new file mode 100644 index 0000000..efd99a3 --- /dev/null +++ b/hurd.yaml @@ -0,0 +1,94 @@ +kernel: + site: + home: https://www.gnu.org/software/hurd/index.html + irc-archive: https://logs.guix.gnu.org/hurd/ + + mailing-list: + - address: bug-hurd@gnu.org + archive: https://lists.gnu.org/archive/html/bug-hurd/ + + project: + + - name: hurd + git: + my: https://git.crupest.life/love-hurd/hurd + upstream: https://git.savannah.gnu.org/git/hurd/hurd.git + debian: https://salsa.debian.org/hurd-team/hurd + + - name: gnumach + git: + my: https://git.crupest.life/love-hurd/gnumach + upstream: https://git.savannah.gnu.org/git/hurd/gnumach.git + debian: https://salsa.debian.org/hurd-team/gnumach + + - name: mig + git: + my: https://git.crupest.life/love-hurd/mig + upstream: https://git.savannah.gnu.org/git/hurd/mig.git + debian: https://salsa.debian.org/hurd-team/mig + + - name: glibc + git: + my: https://git.crupest.life/love-hurd/glibc + upstream: git://sourceware.org/git/glibc.git + debian: https://salsa.debian.org/glibc-team/glibc + mirror: https://mirrors.tuna.tsinghua.edu.cn/git/glibc.git + + - name: web + git: + my: https://git.crupest.life/love-hurd/web + upstream: https://git.savannah.gnu.org/git/hurd/web.git + + +debian-port: + site: + home: https://www.debian.org/ports/hurd/ + + mailing-list: + - address: debian-hurd@lists.debian.org + archive: https://lists.debian.org/debian-hurd/ + + package: + + - name: abseil + git: + my: https://git.crupest.life/love-hurd/abseil + debian: https://salsa.debian.org/debian/abseil + upstream: https://github.com/abseil/abseil-cpp + mail: + - https://lists.debian.org/debian-hurd/2025/02/msg00011.html + - https://lists.debian.org/debian-hurd/2025/02/msg00035.html + + + - name: libgav1 + git: + my: https://git.crupest.life/love-hurd/libgav1 + debian: https://salsa.debian.org/multimedia-team/libgav1 + upstream: https://chromium.googlesource.com/codecs/libgav1/ + mail: + - https://lists.debian.org/debian-hurd/2025/02/msg00016.html + gerrit: + - https://chromium-review.googlesource.com/c/codecs/libgav1/+/6239812 + + +cheatsheet: + + - name: Configure/Setup network. + tag: + - network + - setup + - configure + command: + - settrans -fgap /servers/socket/2 /hurd/pfinet -i /dev/eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 + - fsysopts /servers/socket/2 /hurd/pfinet -i /dev/eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 + - fsysopts /server/socket/2 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 + note: -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 is used in VirtualBox. + + - name: Setup apt after system installation or when cert/gpg are outdated. + tag: + - setup + - debian + - apt + command: + - apt-get --allow-unauthenticated --allow-insecure-repositories update + - apt-get --allow-unauthenticated upgrade |