Ich habe auf meinem Blog für meinen Podcast das Activity pub Plugin installiert und soweit funktioniert auach alles, bis auf die Kommentare. Die Kommentare kommen auf meinem Blog nicht an, ich bekomme mehrere eMails das kommentiert wurde aber diese werden nicht übertragen.
@heluecht@evan delivering to an "instance" and expecting that the instance can infer who should get the message means that the delivering side isn't as in control of where the messages go, it violates the actor model, and precluded several possible directions for a more capability-oriented model which I think the fediverse should have pursued. I don't think "inferred recipients" is a good design. The poster (or more accurately, the addressed collection) knows best its recipient list.
Running out of disk space on your Linux, macOS, BSD, or Unix-like OS? Or perhaps you're hitting the classic disk quota limits set by your sysadmin? Fear not. Run `du -sh * | sort -h` command to get a sorted list of your directory sizes so you can remove or compress unwanted files. Here is another useful shell alias:```alias ducks='du -cks -- * | sort -rn | head'ducks```See https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/ for more info.#unix #linux #macos
This is #gold for us #unix geeks. I am watching it as a series, 40-50 minutes at a time. Highly, very highly recommended.#bsd #linuxOral History of Ken Thompson - YouTubehttps://m.youtube.com/watch?v=wqI7MrtxPnk
@stefano @nixCraft @imil Here on Debian {in MX Linux} I had to add the following tools since the machine is not configured for programmingbmake`apt install bmake`bsdtar`apt install libarchive-tools`then success>> log# $ ./startnb.sh -f etc/sshd.conf* using console: vioconusing QEMU version 7.2.19 (Debian 1:7.2+dfsg-7+deb12u16)[ 1.0000000] NetBSD 11.99.3 (MICROVM) Notice: this software is protected by copyright[ 1.0000000] Detecting hardware... (QBOOT 000000000000)[ 1.0257426] done.[ 1.0345973] kernel boot time: 51msCreated tmpfs /dev (1835008 byte, 3552 inodes)add net default: gateway 10.0.2.2Starting sshd.Server listening on :: port 22.Server listening on 0.0.0.0 port 22.>> End of log^ZI pressed ^C to enter the server to add the needed passwords for the user and rootlogin was a success then#netBSD #BSD #UNIX #OpenSource #programming #quemu #bash #sh