#digital-signing — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #digital-signing, aggregated by home.social.
-
https://ref.alohi.com/8zo3prnuc3k5-cpthut
“Alohi Sign Plus: Secure Digital Signing for the United States and Beyond”#AlohiSignPlus #LivingSafeOnline #DigitalSigning #SecureSignatures -
**Switching to Linux on the desktop in 2025 (part 2 – toolbox)**
Continuing the writeup of my experience of using Linux in everyday life/work (see Part 1).
‘Edge cases’, as one of the commenters once said. Maybe he was right, 99% of people who switch to the Linux desktop will probably not use the same toolkit as I do. Nevertheless, I’m forgetful and I will continue writing my experience with Linux.
It’s about candies and papercuts and screaming of a middle aged man to the abyss of Linux.
1. Beautifying desktop – background
I used to awe nature photos every day that were served to my Windows desktop.
Is there something similar in Linux?
Yes, it is called #variety.
It integrates nicely in Mint/Cinnamon desktop.
I can select sources of photos.
And quotes!
Too bad I can’t select LinkedIn as a source of daily quotes.After few days, I uninstalled it. It crashed my desktop at every wake-up from suspended mode. Here’s the internal monologue I had one morning after another Linux crash:
“You were quiet for the last few days, “TtS and 1024 others”, is everything alright with your Mint? Does it properly eat and sleep all night?
– No, it’s not.
Well, well.
– It crashes & restarts right after logging in in the morning.
You don’t say!
– It’s true.
Did you try checking your logs, journalctl and stuff?
– Of course I did. OOM. Memory leak or something.
Do you have time to troubleshoot?
– Not really.
Have you considered farming instead?
– Yes, many times.But what will you do?
– Uninstall and remove all the junk I added after the install. Screensavers. Remainings of the unsuccessful howdy face login. Etc. Nothing behaves anyway.
Will run just a bare-bone install with a black desktop background, like it’s 1999. On 16 core CPU.”2. Google docs shortcuts
Another step towards more comfortable desktop:
My Google Docs files appear as .docx and .xlsx files in Nemo file manager (when mounting GDrive with #rclone. Awkward. These are native Google Docs files, not some Office files.
I want links instead, to open them directly from the browser.
#TIL there is a mount parameter that does just that: shows files as .desktop icons (‘shortcuts’) and when I click on them, Firefox opens.rclone ........ --drive-export-formats desktop3. Stability
See the image and that’s all you need to know about my progress regarding Linux/Mint.
I almost can’t believe that it runs stable – but after removing some desktop applets. Not sure which one behaved badly but I suspect Variety desktop image changer.
I still see some errors in logs related to Cinnamon (pam_encryptfs), obviously not critical, as it doesn’t crash when I login.4. Nostalgia and old games
On the less serious side: I installed ScummVM (without a single issue) and after 30 years I see this scene again.
I don’t play games at all, but this one triggered a serious case of nostalgia.5. Project planning software
I was using ProjectLibre (win version) for more than decade on Windows.
I found out there is Linux release too.
I ran it and the font was so smol even 20yr younger me wouldn’t see nothing. Java/Swing apps and various screen DPI under Cinnamon don’t play along well.
I tried several trick and finally found out how to make it bigger.
Run it with GDK_SCALE=X switch. Replace X with 2 or 3.A startup script:
#!/bin/bash
GDK_SCALE=3 /opt/projectlibre/bin/ProjectLibre6. Process modelling
Today I had to open some ancient .adf files (BPMN process models) drawn in Aris Express.
Downloaded its Java installer, it threw so many exceptions my computer is still in a corner trrrembling from the stressful event.
Then I tried it via Wine and .exe installer. It installed ok (let’s skip small fonts issues), but it won’t run. Intro screen blinks, then nothing.
Java interoperability my ass.
I announce a defeat for today.7. Presentation laptop at a conference
Yesterday I put my Linux laptop to a special challenge: to serve as a presenter laptop at a conference.
TLDR; it was fine.
1. connection to 4K big screen was a bit tricky. It wouldn’t output more than 30Hz (extended desktop) and flickered. I lowered res. to HD@60Hz and it was ok.
2. All PPTX were presented with LibreOffice. There was only one minor displaced shape on a slide (smartart).
Libre presenter screen with timer, notes etc. works ok.8. Digitally signing PDFs
I used JSignPDF program to sign documents for years on Windows.
Today I tried it on #linux and it works fine. Almost.
Again, the size of some buttons and text in the UI is off. I added the famous GDK_SCALE=2 parameter to the startup script, but then, everything got bigger.Nevertheless, I could sign PDFs with my state issued certificate. Another tool is under the hood and I’m glad I didn’t need to dualboot to win.
https://blog.rozman.info/switching-to-linux-on-the-desktop-in-2025-part-2-toolbox/
#arisexpress #digitalSigning #Linux #Mint #pdf #ProjectLibre #rclone #variety
-
**Switching to Linux on the desktop in 2025 (part 2 – toolbox)**
Continuing the writeup of my experience of using Linux in everyday life/work (see Part 1).
‘Edge cases’, as one of the commenters once said. Maybe he was right, 99% of people who switch to the Linux desktop will probably not use the same toolkit as I do. Nevertheless, I’m forgetful and I will continue writing my experience with Linux.
It’s about candies and papercuts and screaming of a middle aged man to the abyss of Linux.
1. Beautifying desktop – background
I used to awe nature photos every day that were served to my Windows desktop.
Is there something similar in Linux?
Yes, it is called #variety.
It integrates nicely in Mint/Cinnamon desktop.
I can select sources of photos.
And quotes!
Too bad I can’t select LinkedIn as a source of daily quotes.After few days, I uninstalled it. It crashed my desktop at every wake-up from suspended mode. Here’s the internal monologue I had one morning after another Linux crash:
“You were quiet for the last few days, “TtS and 1024 others”, is everything alright with your Mint? Does it properly eat and sleep all night?
– No, it’s not.
Well, well.
– It crashes & restarts right after logging in in the morning.
You don’t say!
– It’s true.
Did you try checking your logs, journalctl and stuff?
– Of course I did. OOM. Memory leak or something.
Do you have time to troubleshoot?
– Not really.
Have you considered farming instead?
– Yes, many times.But what will you do?
– Uninstall and remove all the junk I added after the install. Screensavers. Remainings of the unsuccessful howdy face login. Etc. Nothing behaves anyway.
Will run just a bare-bone install with a black desktop background, like it’s 1999. On 16 core CPU.”2. Google docs shortcuts
Another step towards more comfortable desktop:
My Google Docs files appear as .docx and .xlsx files in Nemo file manager (when mounting GDrive with #rclone. Awkward. These are native Google Docs files, not some Office files.
I want links instead, to open them directly from the browser.
#TIL there is a mount parameter that does just that: shows files as .desktop icons (‘shortcuts’) and when I click on them, Firefox opens.rclone ........ --drive-export-formats desktop3. Stability
See the image and that’s all you need to know about my progress regarding Linux/Mint.
I almost can’t believe that it runs stable – but after removing some desktop applets. Not sure which one behaved badly but I suspect Variety desktop image changer.
I still see some errors in logs related to Cinnamon (pam_encryptfs), obviously not critical, as it doesn’t crash when I login.4. Nostalgia and old games
On the less serious side: I installed ScummVM (without a single issue) and after 30 years I see this scene again.
I don’t play games at all, but this one triggered a serious case of nostalgia.5. Project planning software
I was using ProjectLibre (win version) for more than decade on Windows.
I found out there is Linux release too.
I ran it and the font was so smol even 20yr younger me wouldn’t see nothing. Java/Swing apps and various screen DPI under Cinnamon don’t play along well.
I tried several trick and finally found out how to make it bigger.
Run it with GDK_SCALE=X switch. Replace X with 2 or 3.A startup script:
#!/bin/bash
GDK_SCALE=3 /opt/projectlibre/bin/ProjectLibre6. Process modelling
Today I had to open some ancient .adf files (BPMN process models) drawn in Aris Express.
Downloaded its Java installer, it threw so many exceptions my computer is still in a corner trrrembling from the stressful event.
Then I tried it via Wine and .exe installer. It installed ok (let’s skip small fonts issues), but it won’t run. Intro screen blinks, then nothing.
Java interoperability my ass.
I announce a defeat for today.7. Presentation laptop at a conference
Yesterday I put my Linux laptop to a special challenge: to serve as a presenter laptop at a conference.
TLDR; it was fine.
1. connection to 4K big screen was a bit tricky. It wouldn’t output more than 30Hz (extended desktop) and flickered. I lowered res. to HD@60Hz and it was ok.
2. All PPTX were presented with LibreOffice. There was only one minor displaced shape on a slide (smartart).
Libre presenter screen with timer, notes etc. works ok.8. Digitally signing PDFs
I used JSignPDF program to sign documents for years on Windows.
Today I tried it on #linux and it works fine. Almost.
Again, the size of some buttons and text in the UI is off. I added the famous GDK_SCALE=2 parameter to the startup script, but then, everything got bigger.Nevertheless, I could sign PDFs with my state issued certificate. Another tool is under the hood and I’m glad I didn’t need to dualboot to win.
https://blog.rozman.info/switching-to-linux-on-the-desktop-in-2025-part-2-toolbox/
#arisexpress #digitalSigning #Linux #Mint #pdf #ProjectLibre #rclone #variety
-
In which I export this picture and discover that Lightroom now supports C2PA, so I dig into the feature and tools; there is real high-value progress here, but also problems: https://www.tbray.org/ongoing/When/202x/2024/10/29/Lane-Provenance
I think this is important stuff.
-
In which I export this picture and discover that Lightroom now supports C2PA, so I dig into the feature and tools; there is real high-value progress here, but also problems: https://www.tbray.org/ongoing/When/202x/2024/10/29/Lane-Provenance
I think this is important stuff.
-
Tomorrow I will be doing a talk at #FrOSCon about a project that I have been working on for a while: #Signstar - a secure signing environment based on @nitrokey's #NetHSM
https://programm.froscon.org/2024/events/3139.html
#FrOSCon2024 #Rust #RustLang #DigitalSigning #ArchLinux #OpenPGP #SecureBoot #Packaging #Automation #HardwareSecurityModule #HSM
-
Tomorrow I will be doing a talk at #FrOSCon about a project that I have been working on for a while: #Signstar - a secure signing environment based on @nitrokey's #NetHSM
https://programm.froscon.org/2024/events/3139.html
#FrOSCon2024 #Rust #RustLang #DigitalSigning #ArchLinux #OpenPGP #SecureBoot #Packaging #Automation #HardwareSecurityModule #HSM
-
Next Sony Xperia Devices May Feature Digital Signing Tech #androidphones #digitalsignage #digitalsigning #mobile #mobilephones #phones #photo #rumours&leaks #sony #video #xperia #xperia1vi #xperia5vi
https://www.lowyat.net/2023/311664/next-sony-xperia-digital-signing-tech/
-
Next Sony Xperia Devices May Feature Digital Signing Tech #androidphones #digitalsignage #digitalsigning #mobile #mobilephones #phones #photo #rumours&leaks #sony #video #xperia #xperia1vi #xperia5vi
https://www.lowyat.net/2023/311664/next-sony-xperia-digital-signing-tech/
-
Free software signing service now available from Sigstore https://www.fosslife.org/sigstore-announces-general-availability-software-signing-service #Sigstore #SoftwareDevelopment #security #tools #OpenSource #FOSS #Fulcio #Cosign #Rekor #DigitalSigning #verification
-
Interested in #DigitalSigning and #PDF Documents? 📝
Then don't miss Miklos' talk (11:30 UTC, Room 1) of the #openSUSE & #LibreOffice conference.
Details: http://events.opensuse.org/conferences/oSLO/program/proposals/3187
See all our presentation
https://collaboraoffice.com/success-story/hear-and-discuss-about-collaboras-contributions-in-the-ecosystem-at-the-opensuse-libreoffice-conference-2020/