Yes, I tried PostmarketOS with Phosh on my old Lenovo Ideapad. It just works without tinkering.
- 0 Posts
- 10 Comments
poinck@lemm.eeto Linux@lemmy.ml•Newbie to BTRFS- how do I use Timeshift to create backups on another SSD?1·12 days agoI have gone from borgbackup to
rdiff-backup
to reduce complexity and dependencies.rdiff-backup
’s incremental strategy needs more space than deduplication from borgbackup, but you don’t need fuse and borg itself to restore your latest backup.With
rdiff-backup
you can just usecp -a
to restore all your files. Only if you need a file you deleted ages ago, you need it.I relied on borgbackup for a long time, never had an incident. But then I wanted to try the new replication borg2 feature and almost lost my original borg1 repo. With
rdiff-backup
you can just rsync the repo to another drive and have two copies of your offline offsite redundant backup. Encryption is a non-issue, you can run it on top of every other filesystem and LUKS or over SSH.Granted, I just switched to
rdiff-backup
, but I am loving the simplicity of it already.
Finally I found the time to write down, how I use Ghostscript:
gs \ -sDEVICE=pdfwrite \ -o /output/gs_file.pdf \ -dPDFSETTINGS=/prepress \ -sProcessColorModel=DeviceCMYK \ -sDefaultCMYKProfile=/path/to/ISOcoated_v2_eci.icc \ -sColorConversionStrategy=CMYK \ source/file.pdf \ -f
I don’t now which of
ProcessColorModel
orColorConversionStrategy
is the important one. I kept both and did not bother to try to omit one of them.-dPDFSETTINGS=/prepress
makes sure that embedded bitmaps are in 300dpi and I think-f
prevents Ghostscript staying in interactive mode after all pages have been finished.
I am also interested in any experiences, especially regarding the computers you can attach to these small displays. I often see RPi as an option, but I heared about RocketChip, too. What are the best platforms to drive these displays?
We learned the hard way that on a RPi4 you want a very good SD card if you are running nextcloud on it.
Why is it stagnant?
For my my father I only have to make sure it looks not so different after each major upgrade. I have to be careful when there are new things, but apart from that he can do everything for himself except these major upgrades and backups.
So, he is happy with Fedora and Gnome classic.
ghostcript can add a color profile, too. I use the regular ISO coated v2 (without the 300%). This is just a step to not do all things in Scribus by hand and make sure colors are not out of gamut.
I don’t now the command line from the top of my head. Just ping me again, so when I am on my computer I can send the complete ghostscript cli line that currently works for me.
The final profile is set up by Scribus, where I have set it to the ISO coated with 300%. Ideally I would like to have less steps in the chain, so that a change in the Inkscape-source involves less manually steps. One can dream of it. (:
I am actually producing PDF/X-4 print-ready stuff with Inkscape, ghostscript and Scribus. I even have TrimBoxes and proper CMYK.
But it involves many manual steps, especially overprinting for the K color channel does not work and I need to adjust every polygon and vectorized text manually.
I whish it would be possible all in one tool. I can afford the time, because it is only a hobby. If it would be professional the extra steps involved make it not good enough.
and linear window managers: niri.