• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • rocketeer8015toLinux@lemmy.mlSystemd: Hidden Gems for a Better Linux
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    11 months ago

    This was refuted long ago. Systemd isn’t a single binary file doing everything, it’s a project that has many different binaries doing many different things. The only difference is that they are developed under one project to ensure they integrate well with each other. What your doing is like complaining that glibc tries to do everything, I mean it does open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more… Xorg would be another example of a project that does many things instead of one very well.



  • I wonder how korea fits into that view, overthrowing the western backed dictators sure didn’t work out that well for the North Koreans. And what are your thoughts on the Khmer Rouge, chinas mao etc… I don’t think any of those regimes would have turned out any nicer even if there had been a successful communist enclave in Europe.

    It looks to me as if communism in practice is little more than a thinly veiled ploy to fool uneducated masses into accepting a authoritarian government. Personally I think that it’s a fragile system that’s extremely vulnerable to be taken over by authoritarians “in the name of the people”. It‘s an idealistic system, and idealism is similar to religion in the sense that it’s prone to radicalisation because it’s members consider themselves to be right and just by default. It’s also prone to sacrifice individuals(even lots and lots of individuals) for the sake of the “whole”, which tends to be the 1% at the top in practice.





  • Naja, Sozialmissbrauch bei alleinstehenden langzeitarbeitslosen in Neapel klingt für mich jetzt nicht so furchtbar unglaubwürdig. Ist halt ein Problem wenn sich Korruption, organisierte Kriminalität und Armut in einer Region treffen. Das hat jetzt nichts mit Menschen in Schubladen stecken zu tun, letztlich versucht halt jeder das beste für sich unter den jeweiligen Umständen herauszuholen.

    Und das Politiker Probleme und gar Rechtsbruch aus wahltaktischen Gründen ignorieren glaub ich auch gerne. Das hat auch nix mit rechts oder links zu tun. Der eine ist halt auf dem Auge blind der andere auf dem anderen. Deswegen ist ja der offene Diskurs im Parlament und auf der Straße so wichtig in der demokratie, die Wahrheit liegt halt oft in der Mitte.



  • Finde ich höchst bedenklich, gerade für Anwälte, Journalisten etc. Finde es außerdem krank wie natürliche Personen wider einmal Entitäten zweiter Klasse werden. Unternehmen haben billigeren Strom, sind vor staatlicher Überwachung geschützt, müssen weit weniger steuern zahlen etc. Das ist doch pervers. Was ist nur aus “Wir sind das Volk!” geworden? Unsere Demokratie ist krank, die Idee einer repräsentativen Demokratie in der gewählte Vertreter die Interessen der Wähler vertreten funktioniert offensichtlich nicht.


  • rocketeer8015toLinux@lemmy.mlWhat Filesystem?
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    No, that’s a very bad idea. BTRFS has deduplication, without that the snapshots would take up way to much space. Also it’s too many writes since ext4 doesn’t use cow and would have to do distinct writes for every snapshot.

    The 240 gb are plenty for a root system without /home and years worth of snapshots on a btrfs volume, only the changes take up space so the amount of snapshots hardly matters.

    For /home either ext4, xfs or btrfs is fine. Personally I only use a single btrfs volume and put certain folders in their own subvolumes so they can have different settings for snapshots(no snapshots for /home, tmp and cache folders).


  • Man könnte ja der Meinung sein das man das kontrovers diskutieren könnte, die Abwägung zwischen Datenschutz und Privatsphäre auf der einen und die Verfolgung von Straftätern auf der anderen Seite … wenn, ja wenn es nicht so verdammt unsinnig wäre.

    Verschlüsselung ist Mathematik, es ist vollkommen trivial einen cipher zu programmieren der dann halt keine eingebaute backdoor hat … die Strafverfolgung fällt damit flach, die Dienste mit backdoors werden ja dann von Straftätern nicht mehr genutzt, der Verlust von Privatsphäre und Datenschutz bleibt aber allen.

    Ist für mich ein weiteres Symptom der Dummheit unserer Politiker. Technikverständnis null, die glauben echt das sie die Mathematik kontrollieren können… als Nächstes machen sie der Physik Vorschriften.





  • Well the fact that you don’t understand the issue is part of it. See there are several ways disks can be partitioned and several ways a bios can go about finding kernels to boot on said disks, all of this applies to windows as well btw.

    1. Bios legacy + MBR partitioned with a bootloader written into the first 512 bytes of a disk and the bios being directed to that disk. This is the old way of doing it.
    2. UEFI + GPT partition scheme. Here you have one or more partition marked as bios+uefi, formatted in fat32, that the bios will comb for boot entries. It’s the modern way of doing this.

    What you have is probably a mix of the two. It’s likely that one of your linux installs partitioned your disk as GPT while your your system still boots in bios legacy. The installer is now getting mixed signals, one one hand the bios is detected as legacy mode, on the other it’s looking at a GPT partition table. Now technically you probably could write the bootloader just like in option 1., but if you ever change your bios to uefi mode, which is required for modern operating systems like windows you would end up with an non bootable system. And not just in a “oopsie, I need to boot a rescue disk and fix this”-kind of way but a “we need to nuke the entire partition table and start over”-kind of way.

    So what the Suse installer is telling you is that you really should use a /boot partition if installing on a GPT partition table.

    Btw if you check the correct option at install time(the one about using the entire harddrive) it should automatically create a MBR partitioned disk for you which avoids this issue as it’s not a ungodly mix of 1. and 2.

    This error isn’t a bug, it’s a feature pointing out a serious problem with your machines setup(the one below the OS level). Yes you can probably ignore it, as other distros might or might not, but it’s generally not a good idea. SuSE has a couple of these hang ups since it has an enterprise background and takes some things more serious than other distros. For example having closed ports for printers in the active on default firewall being one stellar example of this. It cause no end of issues for people struggling to setup their printers, that being said it is a security issue and opensuse decided it wasn’t going to sacrifice security of every system because some people want to use a printer.


  • rocketeer8015toMemes@lemmy.mlStop he's already dead
    link
    fedilink
    arrow-up
    7
    ·
    11 months ago

    Sounds like a lawsuit waiting to happen. It’s pretty much the definition of unfair competition, I mean Apple makes cables and artificially hampers competitors cables unless they pay some money?

    Maybe the fines are too low so far if they test us like that.


  • You booted in bios legacy mode and tried to install to a gpt formatted disk without a dedicated /boot partition would be my guess.

    It’s messed up, probably a bios setting related to uefi. Aeon is still in beta and doesn’t handle edge cases that well.

    As for your second issue sounds like a waylaid issue with switching resolutions, usually simply relogging fixes that.

    You make it sound as if these are distribution issues, these are either weird bios settings or post install issues with a very recent compositor version. Do you think opensuse ships its own drivers or window managers?




  • Nope, it doesn’t. It always requires human assistance or random hardware failure. It’s either the user, the distro, package maintainer or upstream fucking up.

    Personally I blame half on users for picking the wrong distro(not suited for beginners) and half on the linux community giving poor advice(use the terminal). Not everyone has the time or inclination to become a power user and if people wouldn’t be so thickheaded and recommending the same problematic distros over and over to these people it wouldn’t be such a mess.

    I have a 80 year old neighbour whose old windows laptop was a mess and who was open to trying a new OS(because he couldn’t operate windows either anyway). I setup a MicroOS system for him, put a taskbar extension on it and showed him how to install software from gnome-software(which only has flatpaks). ZERO problems in half a year. He doesn’t have to do anything nor learn anything. He happily installed some card games, reads the few websites he follows and that’s it.