Taiwan has a message for Elon Musk, who just compared Taiwan to (checks notes) Hawaii.
We are gushing from all the love, dear users!
#Inkscape 1.3 has surpassed the one million mark!
We ❤ you and your support for our free #libre and #opensource software!
Have had to use serial port a lot lately because working with #FPGA’s and the #lowRISC #ethernet driver is not that stable. #kermit is still the ultimate choice for this type of job IMHO :-)
Whereas in some other options you have surf through menus, this is all I need with kermit:
$ cat ~/.kermrc
set line /dev/ttyUSB0
set speed 115200
set carrier-watch off
set flow-control none
Wondering if there would be a way to sort #ecryptfs and #ssh conflict with a PAM module for #OpenSSH that would sort of “plug out” the #authentication part. AFAIK this problem comes from “non-standard” authentication path of OpenSSH: it ignores PAM and does its own thing.
Each build seems to get a new #BTRFS subvolume at /var/lib/docker/btrfs/subvolumes
. This will overtime exhaust the whole root file system. In order to disable this behavior, create /etc/docker/daemon.json
with the contents:
{
"storage-driver": "overlay2"
}
I did not know this and neither could login to my system through GDM nor console. Luckily SSH login worked and I could delete all over 800 GB of subvolumes.
IMHO, objectively the default settings in #Docker are the worst ever.
Something I always tend to forget with a new #Debian #installation: sudo apt-get install iwlwifi