arran 🇦🇺

  • 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: September 23rd, 2023

help-circle
  • Linux is a kernel, but people often refer to the whole thing as linux…

    Everything else is independent free software, which without a distribution you would have to source yourself, configure, and install. Plus provide small programs / scripts to glue everything together. This same software can run on other operating systems depending on what it is. Unlike Mac and Windows, these are often by one vendor and highly integrated, less so with other operating systems.

    KDE and Gnome, are desktop environments which are suites of applications, including a “window manager” which is the thing which draws borders, and allows you to minimize and maximize. Typically this is what non technical users think an “operating system is”

    Distributions are highly varied in terms of the glue, and updates they provide. The idea is they keep up to date on the software and take responsibility (most of the time) for integrating it and ensuring that the configuration works.






  • I"m not entirely sure on the pdf / epub use case, is that for RSS contents, or RSS referred contents? If it’s referred contents then perhaps use something like Omnivore or a script/plugin.

    I suspect you might be mixing something that’s better done as two different apps into one. Omnivore and similar tools you would probably want an integration for a “read later” tool.

    If it’s the RSS contents you might need to use a script or plugin in an existing tool, or just write something.

    In terms of desktop RSS readers I like, RSSGuard, but currently using Akgregator.

    Miniflux IIRC has integrations for sending things to “read later” tools like “Omnivore” but not many.

    You might find something like mailbrew useful, but if you do perhaps a “send to email” is all you needed?

    You could also publish content directly to imap and use the phone’s mail client which stores things offline too. (You don’t need a full setup for imap.)




  • Moved from Gentoo to Ubuntu in 2008 as I needed to focus more on my job, moved back to Gentoo in 2022. Snaps were part of it, but really the lack of maintenance and vision around the apt repository was really the issue. More and more I was installing stray debs, or having to use flatpaks / AppImages for what what I wanted the system to manage for me.

    Not that I’ve entirely stopped using flatpaks or AppImages, but the process of creating an ebuild is far simpler than trying to do anything with a deb. For a while I had hope about the ppa, however that became fewer and fewer. I do think that the battle to have a comprehensive software repository is a loosing one because of the way things are currently structured.












  • There are several ways of doing this, but you have to be wary of how grub is configured to boot off the disks, and how your /etc/fstab is configured.

    The simplest way probably is to just put the old ssd in a USB case, boot off a live usb/cd, then dd the disk (make sure you do it the right way around or there will be tears), then reboot. There are a couple ways this could fail still depending on config, but you can always put the old disk in if it does. Then once you’re in the system you can use tools like parted/kde partition manager to resize the volumes once decrypted. – And you will have your old disk as a backup the entire process.

    If you want to get more comfortable with this type of work install arch / gentoo and you will learn more of the underline processes making you more confident.