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
I’ve ranted lately a lot at #LKML about how #kernel #Bugzilla’s role in the #development #process should be defined better in the #documentation. #linux
I wonder what is the best practice to remove #passphrase from #OpenPGP subkey. I’m using #gnupg2. I’ve spend hours on this and still not able to do it :-(
I.e. I have this:
$ gpg -K
/home/jarkko/.gnupg/pubring.kbx
-------------------------------
sec rsa4096 2019-06-24 [C] [expires: 2024-07-04]
5107E66D34788A93E3227C903AB05486C7752FE1
uid [ unknown] Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
uid [ unknown] Jarkko Sakkinen <jarkko@kernel.org>
uid [ unknown] Jarkko Sakkinen <jarkko.sakkinen@tuni.fi>
ssb ed25519 2019-06-25 [S] [expires: 2025-07-27]
ssb rsa4096 2020-08-11 [A]
ssb rsa4096 2022-03-21 [E] [expires: 2024-03-20]
ssb ed25519 2022-12-29 [A]
And I want to remove passphrase from #ed25519 #authentication #key.