• 11 Posts
  • 135 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle
  • It sounds really strange, that you end up with the problems you described given your usage.

    My systems are heavily modified/tweaked, so one would expect I would experience the problems you describe.

    Given your usage, using an immutable distro sounds like a no-brainer to me, immutable Linux was created with your usage scenarios in mind.

    In your shoes I would still try to pin point the root cause of the error, because in theory™ your usage should not be a problem for any of the mainstream Linux distros and we don’t know if an immutable distro solves your trouble.

    Given your 6 montish circle it sounds like some kind of accumulation? If the computer runs stable for several month, IMHO you can rule out hardware problems, unless you have a kernel update every 6 months… :-P

    Can you be more specific about your hardware, laptop model and Ubuntu version you are using?

    If you ever figure out what happened, or if you try out an immutable distro and it runs for a year for you, give us an update! :-)


  • wolf@lemmy.ziptoLinux@lemmy.mlSwitch from Ubuntu to something immutable?
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    1 day ago

    IMHO you should first figure out what exactly happens/goes wrong with your Ubuntu installations.

    Immutable distros might or might not be a solution, but if the core of the problem is really the quality of the Ubuntu updates for example, you could try to run Debian (stable).

    But again, the suggestion to use Debian is throwing a solution in the room which might not fit your problem.

    Just as a reference point: I am running Debian stable on Laptops, Netbooks, Raspberry Pis and in virtual machines (AMD64/AArch64) and have no weird bugs, everything works for years now and runs smooth.

    Concerning the Steamdeck… I love them, they run perfectly fine, but unless you are tweaking them/do more than run games, you cannot really compare them to what happens on your desktop.


  • wolf@lemmy.ziptoLinux@lemmy.mlVivalidi 6.8 released
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    6 days ago

    Vivaldi is a great Blink-engine based browser, my fallback in cases Firefox fails to render a page I really need.

    Outstanding are the official flatpaks for amd64 and Aarch64.

    (I do not understand why it is impossible for Mozilla to provide an official Aarch64 flatpak.)








  • wolf@lemmy.ziptoLinux@lemmy.mlLinux users survey!
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    3
    ·
    14 days ago

    Sorry, but how are a lot of the questions relevant for this community?

    Especially concerning the (family) income, age, being neurodivergent etc. These are sensitive information and seem more fitting for a market survey/selling ads.

    What is your goal with the answers? What are your research questions? How will the answers help this community?





  • I wonder, if you are asking two different questions:

    1. Why don’t you receive notifications about updated packages?
    2. Two: Security and bugfixes

    For 1. it depends which desktop environment you use, Gnome/KDE have this update notifications out of the box, for other DEs (Xfce, LXDE, etc.) you might need to enable this with the installation of synaptic or similar.

    For 2. Debian stable does not ship bugfixes but Debian stable ships security fixes. I highly recommend to subscribe to Debians Security mailing list, especially for security fixes concerning browsers and other stuff.

    Edit: I have enabled automatic updates and I still receive regular notifications via Gnome Software, at least once per week.



  • How do I enable DNS over HTTPS or DNS over TLS for all connections in NetworkManager in Debian 12?

    It is easy to configure custom DNS servers for all connections via a new .conf file in /etc/NetworkManager/conf.d with a servers=8.8.8.8 entry in the [global-dns-domain-*] section.

    How can I configure NetworkManager to use DNS over HTTPS or DNS over TLS via a conf file?


  • Debian is for sure not more secure than most other distributions/operating systems. (Might be true for what you tested).

    Not even mentioning the famous Debian weak SSH key removed up (ups), Debian is notoriously understaffed to take care of back ports of security patches for everything which is not the kernel/web server/Python etc. (and even there I would not be too sure) and don’t get me started on starting services/opening ports on an apt install etc.


  • Depending on your skill level/experience/will to suffer:

    • Do every modification via the command line interface and keep notes
    • Create an Ansible configuration for your setup and you have
      • Instant perfect setup for your next installation
      • Ability to replicated your current setup exactly in a virtual machine, tweak it to your liking in the machine via Ansible and replicate your config back on the metal

  • Another perspective: Your question implies you want to try out things with Debian. If this assumption is correct, I would highly recommend you just create a virtual machine with qemu/libvirt and learn within this environments/try out things there before doing stuff ‘on the metal’.

    Of course backups are always a good idea and once you got your feed wet you might want to learn about ‘Infrastructure as code’. Have fun!