if only it recognized my wifi card, which it doesn't. neither 10 nor 11 do
tho
joined 5 years ago
more like a week
freebsd is 14 something too
i will never grow tired repeating this: systemd is the best thing that happened to linux in the 10s
No, it's just a wireguard config
what if i use DoH?
same for gh (github cli)
gh() {
if [[ "$1" = repo && "$2" = clone ]]; then
shift
shift
set -- repo clone "$@" -- --recursive
fi
command gh "$@"
}
view more: next ›
what is that editor? it looks very cool