• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: August 5th, 2023

help-circle

  • yak@lmy.brx.iotoLinux@lemmy.mlhow to move to a new computer?
    link
    fedilink
    English
    arrow-up
    12
    ·
    11 days ago

    Consider using tar to create an archive of your home directory, and then unpacking that on the new machine. This will help to capture all the links as well as regular files, and their permissions.

    Take a minute to think what else you have changed on the old machine, and then take another minute to think how tricky it would be to replicate on a new machine. Downloading the apps again is gloriously easy. Replacing configs, or keys and certificates, is not!

    I normally archive /etc as well, and then I can copy out the specific files I need.

    Did you install databases? You’ll want to follow specific instructions for those.

    Have you set up web sites? You’ll want to archive /var/www as well.



  • Seems like the PlayStore team should get wiser to how OSS communities manage software releases. They should be good at this, because, you know, their platform is based on the Linux kernel.

    PlayStore should enable Termux community to manage the app name, or at least be able to have a prominent link to an “official” alternative displayed on the PlayStore Termux page.

    Obviously something has gone wrong between Fornwall and the rest of the team for this situation to arise. But at first sight this is not an uncommon or surprising situation to arise. I think PlayStore could do better, and Google could support the OSS ecosystem they benefit from better.




  • Check that it works with Klipper!

    The convenience and control Klipper provides is phenomenal. You don’t have to use it if it turns out you dont like it, but I feel like ruling it out as an option now would be a shame.

    I would also point out that you should not be put off by the “official” supported printers list for Klipper, a bit of Googling will often turn up some mini projects where people are actively working on supporting the printer with Klipper before the main project gets round to adding official support.




  • I think such a dataset would be very useful. I’m just getting in to 3D printing and have spent a little bit of time hunting for this type of information already. I’ve had to stick to star ratings on vendor sites so far.

    • What are the physical properties it would be useful to track?
    • How are they measured/which standard is being followed?
    • How do they relate to practical matters like ideal extruder temperature and velocities for particular properties or effects?

    (Edit: typo)





  • Not tried the app version. Been using Fairemail for a while now, since k9 was unmaintained.

    Fairemail is well maintained. Quick. Supports multiple accounts very well. Loads of features (could be a downside for those who like things simple). Designed with security and privacy as top priorities right from the start. Open source development. For a long time its been the best email client on Android IMHO.


  • I cut my teeth on an early version of The Linux Networking Howto, still available at tldp.org. That’s a little bit out of date now :-) but the basic IPv4 networking concepts are still good.

    These days so much is implementation or distribution dependent. There has been so much very rapid development in this field during the internet era that the age of documentation matters significantly.

    A mitigating, but also confusing, factor is that different generations of networking tools have backwards compatibility built in so that it has been possible to build firewalls on kernels running nftables using iptables utilities in userspace.

    I think you could do worse than starting with the Debian wikis and then drilling down into other documentation for the specific distributions or applications you want to use.

    I seem to remember that openwrt.org and shorewall.org (though that product is EOL) also have some good overarching network stuff. I think Hurricane Electric he.com may still do their free basic IPv6 certificate programme?

    Wikipedia is also your friend in this, especially the references.

    I’ve enjoyed onemarcfifty.com’s videos too, but that format isn’t what you are looking for, and the transcripts I have seen are not formatted.


  • yak@lmy.brx.iotoFediverse@lemmy.worldAmazon Replacement?
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I like this idea so much. The problem is quality control.

    Uber Eats here in UK really struggles to delivery an accurate order. And where there is a problem the driver blames the restaurant, the restaurant blames the driver, and Uber or the restaurant (it’s frequently not clear where to begin) may or may not issue a refund and perhaps an apology, but that doesn’t solve the problem which is you don’t have the food you were promised and that you paid for. No one takes responsibility for that.

    Who in a decentralised system can or should take responsibility?

    Amazon, for all their many faults, claim to be trying to make the most customer-centric company on earth. A lot of their early success came from a stellar returns policy, shouldering responsibility for products they dispatched, as well as excellent prices. Not so much now, but certainly during their incredible retail growth period.

    How do you code for that in a federated system? And, if you can, how do you compete in a wider marketplace with an Amazon monolith?