Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

View keithpl's full-sized avatar

Keith Plant keithpl

  • United States
View GitHub Profile
@keithpl
keithpl /arch-linux-kubernetes.md
Last activeJuly 18, 2024 23:38
Kubernetes on Arch Linux with Cilium and CRI-O
sudo pacman -S cri-o crun iptables-nft

Create/etc/crio/crio.conf.d/00-crun.conf specifying the default runtimeascrun instead ofrunc.

[crio.runtime]
@keithpl
keithpl /arch-linux-zfs.md
Last activeApril 11, 2024 23:24
Arch Linux ZFS

Setup archzfs pacman repository by editing/etc/pacman.conf:

[archzfs]Server = https://archzfs.com/$repo/$arch
sudo pacman-key -r DDF7DB817396A49B2A2723F7403BD972F75D9D76
pacman -S weechat enchant aspell aspell-en aspell-ru
/secure passphrase <passphrase>
/secure set zncpass <znc passphrase>
/set irc.server_default.nicks "comma separated nicks"
/set irc.server_default.username "username"
/set irc.server_default.realname "realname"
/set irc.look.highlight_channel "$nick,<additional_strings_you_want>"

[8]ページ先頭

©2009-2025 Movatter.jp