sudo nano /etc/pulse/default.paFind the line that has the following:Load-module module-udev-detect Modify it to:load-module module-udev-detect tsched=0
spamassassin and mutt
just a few bindings that I now use in mutt to filter spam. folder-hook junk push ‘D.\n’ (hook to set everything in the junk folder to delete by default. message-hook “~h RAZOR” “unignore X-Spam-Status” (see whether something is reported in vipul’s razor database and report it if it isn’t. macro index S “| spamassassin -r” […]
raspberry pi
stay tuned for hw and software info
ticket system installed.
ticket system is up and running @ https://catman.tech/helpdesk
how I created a ed25519 ssh key
first thing I did was check for available keys on my machine with: for key in ~/.ssh/id_*; do ssh-keygen -l -f “${key}”; done | uniq since I only found an RSA key, I did: ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C “admin@catman.tech” the -o saved the private key in the new openssh format […]
site up (barely)
need content.