We've released #PuTTY version 0.81. This is a SECURITY UPDATE, fixing a #vulnerability in ECDSA signing for #SSH.
If you've used a 521-bit ECDSA key (ecdsa-sha2-nistp521) with any previous version of PuTTY, consider it compromised! Generate a new key pair, and remove the old public key from authorized_keys files.
Other key types are not affected, even other sizes of ECDSA. In particular, Ed25519 is fine.
This vulnerability has id CVE-2024-31497. Full information is at https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-p521-bias.html
In bash, writing ${var?} instead of just ${var} or $var means if var isn't defined then bash will throw an error and _not_ execute your command, instead of expanding it to "" and carrying on.
mv file1 file2 $subdir # oops, I overwrote file2
mv file1 file2 ${subdir?} # error message instead of disaster
My favourite use of this is for example commands in documentation, with placeholders for the user to fill in. Then it's OK if a user accidentally copy-pastes it _without_ filling them in!
Proud of my progress in #emacs. Following along with System Crafter's excellent intro series on Emacs from Scratch. 1. Found my config file and added a few basics (line numbers and theme). 2. Finally got MELPA packages working and installed org-bullets for #orgmode.
I'm a lifelong learner, and this combo of writing, coding, and thinking really scratches several itches for me. Trying not to let it convince me I'm actually being "productive", but it's a lot of fun when things work!
Got #obsidian set up and synced using Obsidian Sync on my #linuxmint install. That's a big yay.
Now we'll start the #orgmode vs #obsidian tussle. May the better solution win.
Got to say that finding a good syncing solution for orgmode is critical. And github isn't it. Suggestions welcome.
And #linuxmint just auto-detected my printer. That's super impressive and not like linux used to be. I was having problems printing from WSL2, but this is great. I might just move in. #emacs super zippy as previously reported.
📢 Woohoo! Version v6.1.15 of Firefly III has just been released 🎉. Check it out over at GitHub, Docker, or download it using your favorite package manager.
#opensource #oss #newrelease #php #software #personalfinance #selfhosted
Notes on the quest to get the alarm clock to wake up the phone from suspend: this executed as user mobian actually resumed a L5:
systemd-run --collect --user --unit=alarm-clock --on-active="1m" --timer-property=WakeSystem=true gnome-clocks
Resuming without root permissions seems to work now (progress)!
There are still bugs, also saw https://github.com/systemd/systemd/issues/29245
Now, gnome-clocks "just" needs to call the required systemd timers to make the phone wake up on time...
If Fedora 40 had a headlining change, it might be @kde Plasma 6. The KDE SIG have brought over all the hard work from that community to give you a solid desktop experience from day 1.
We're also pushing technology forward by making this release Wayland-only, though X11 apps will still work!
Plasma 6 is also available for our Kinoite users.
Give the Fedora KDE 40 spin a try today!
https://fedoramagazine.org/whats-new-in-fedora-kde-40/
That looks really great! Can't wait see it filled with life.
Meanwhile I'll share my solution. I'm an #email user since more than 30 years and I'm running my own email server since nearly the start of it.
The lack of having a reliable email client for my #Librem5, my sons #pinephone and #MobileLinux in general bothered me a long time. #Geary didn't fit my needs and #Thunderbird which I use on my desktop is no option for mobile devices, yet.
I ended up using #tangram to access a #selfhosted #snappymail.
Need to upgrade. I thought I could wait for the first #yunohost integration of #flohmarkt, but there are still too many rough edges. Anybody wants to help with it (testing is very welcome also)?
I have been gaming since 1992 and building PCs since 2003. I enjoy Linux, supporting FOSS projects and am a tinfoil hat connoisseur.