Skip to content

catman.tech

linux for the intermediate user

September 21, 2020
  • Uncategorized

how I fixed raspberry pi 4 choppy audio

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

September 19, 2020
  • Uncategorized

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” […]

September 18, 2020
  • Uncategorized

raspberry pi

stay tuned for hw and software info

September 14, 2020
  • Uncategorized

ticket system installed.

ticket system is up and running @ https://catman.tech/helpdesk

September 13, 2020
  • Uncategorized

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 […]

September 13, 2020
  • Uncategorized

site up (barely)

need content.

Posts navigation

‹ Previous page
Powered by WordPress and Marianne