WYGIWYG

  • 0 Posts
  • 7 Comments
Joined 4 months ago
cake
Cake day: September 24th, 2024

help-circle
  • My home network is split between wired and wireless, they’re on different IP ranges. I have every proper forwarding protocol and UDP sniffing everything set up so that devices can talk to each other across subnets.

    It refuses.

    So at home I can set it up on Linux to use a static IP to find my phone. And the phone kind of deals with it and works most of the time. But then I go to work and my IPs are the two devices change. Then I’m SOL.

    Also if I’m home and I’m roaming onto one of my other networks to talk to security cameras or something it’s incapable of talking to my PC.

    Honestly it’s discovery is just bad for me. I really wish that it’s supported a list of IPs, or gave me some kind of client I could run in concert with tail scale or I could move s*** around it’s just absolutely inflexible and for no good reason.





  • Hardly anyone ever says mysql is better. Postgres has a lot of nice features, But they’re still a hell of a lot more people out there with mySQL experience.

    If for some reason you really want to go mysql I would urge you to look into percona and percona tools. It’s incredibly fast super optimized. The tools let you do backups that my sequel could only dream of.

    That said, if you don’t have any strong needs for mySQL, and you don’t have any experience with it I would probably start picking up postgres.


  • rumba@lemmy.ziptoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    No, that file is located in the nix store and linked back, If you become root and try to edit /etc/hosts It will complain that you cannot edit the linked file.

    If you go and try to edit the store directly you will meet the same kind of dead ends because /nix/store is a ro bind mount

    With enough root access, time and persistence you could eventually unwrap its flavor of immutability which is why I said mostly immutable. Compared to most operating systems where you can just slip a quick edit into a cron job it’s leagues ahead.


  • rumba@lemmy.ziptoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    English
    arrow-up
    0
    ·
    22 days ago

    Then you have NixOS, which is declarative, and fairly immutable.

    You don’t have to reboot to make changes, but you can’t just run unlinked binaries either.

    You can’t do things like edit your hosts table or modify the FS for cron jobs. The application store is unwritable, but you can sync new apps into it .

    You have to make changes to the config file and run a rebuild as root.