• 8 Posts
  • 102 Comments
Joined 1 year ago
cake
Cake day: February 17th, 2024

help-circle
  • I don’t know of Amy open source projects that do this, but if you’re at all comfortable with bash (or another scripting language) and a little self hosting you can roll your own with Olivetin, which is what I did for all my personal data tracking.

    I have it running on a raspberry pi zero w and access it through the pwa.




  • Caldera OpenLinux 2.2 somewhere around 2000. Ran that for a year or two until the PC it was on died.

    Next time I was able to run it was 2008ish on a pos dell laptop on which I installed Ubuntu 8.04 (Hardy Heron). When that laptop died a year or so later I went macOS and was happy there until about 2022ish.

    Now I’m running it across several machines for different purposes.

    Arch dualbooting OpenSUSE Tumbleweed on my tinkering laptop.

    Ubuntu Server 22.04 on my server (started with 18.04)

    Fedora 41 on family computers/laptops

    Asahi on the last bit of Apple hardware left in the house

    Raspberry Pi OS on a number of PiS serving different purposes.








  • You can do this with the dd command. To prep:

    Set up a live boot USB stick with your distro of choice.

    Install another SSD/nvme/HDD at least the same size as your bookworm install into your bookworm machine. If that’s not an option connect a USB drive that’s at least the same size as the drive with your bookworm installation.

    Boot into the live USB on the bookworm machine.

    Make sure the partition(s) from your bookworm install are unmounted.

    Quadruple check the drives/devices for the dd command. Here’s the basics of the command:

    dd if=/device/where/bookworm/is/installed of=USB/or/second/drive/in/machine bs=8M status=progress

    So, if your bookworm install is on /dev/sda, and the USB or secondary is /dev/sdb, then the Cmand would be:

    dd if=/dev/sda of=/dev/sdb bs=8M status=progress








  • Agree. Firefox is still the best browser option. I don’t believe they intended to fuck the users. This is more Hanlon’s Razon. “Don’t attribute to malice what is easily explained by incompetence.”

    As Rossman said, the gravy train of Google money has made mozilla complacent and in many ways incompetent.


  • Agree. It’s a windowing behaviour I’ve hated forever. Before jumping to linux I used macOS for a long time and the only thing that made it tolerable was a toolbar app that let me create custom keybindings for splitting windows. When inwent Linux I went gnome initially as it gave pretty close to the same functionality built in with super+arrow keys, but there is some stuff about GNOME that just does not work for me. So for me, Hyprland is great


  • My preference is the opposite of yours. I just recently set up Hyprland and I love it for the focus on keyboard and the ease of customizing the keybinds.

    The other thing I love is the tiling. I almost always have two windows side by side and in every other DE I’ve used (haven’t used cosmic), I always had to faff about to get my windows half and half or into the quarters. So pair that with the keyboard focus and hyprland is the winner for me.