Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. memes
  3. Who's in charge?

Who's in charge?

Scheduled Pinned Locked Moved memes
memes
136 Posts 95 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W [email protected]

    I work in this space profressionally. Systems administrarion, architecture, design, and integration. Please take your single sentence "hot takes" elsewhere.

    Windows is far from "a shitty product" or "broken". It is developed by horrid anti-consumer motherfuckers out to extract as much profit as possible from their least profitable user base: home users. Evil as hell, sure, but so is nearly every large corporation that makes shit that fills your personal hovel you call home. If that makes them untouchable for you, that is a great choice. But that does not factually impact the usability or usefulness of the product.

    Linux is awesome and necessary. Open source is the only way this whole mess keeps working far into the future, and I am no stranger to compiling shit from source and submitting pull requests.

    My problems with the Linux community, specifically on Lemmy, are these: Linux is not "just easier" and depressingly still not ready for the average consumer unwilling to tinker. The overwhelming majority of complaints about Windows so frequently posted here are solved problems that people pretend are entirely unfixable, or refuse to learn how to fix. For many people venting about their computer, it would be easier to direct them how to fix what they have rather than try to use it as an opportunity to push your religion OS of choice.

    If you can manage Linux, I promise that "fixing" a Windows install is well within your reach. Plenty of problems with it, but "broken"? "Unusable"? Take a look outside at the majority of the world, or even the fucking Steam user statistics and get back to me on that. More than good enough for the overwhelming majority.

    rockettaco37@lemmy.worldR This user is from outside of this forum
    rockettaco37@lemmy.worldR This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #100

    Oh jeez... you're right. Sorry for expressing a view you disagree with. I feel firmly told off now.

    1 Reply Last reply
    1
    • M [email protected]

      Some do. I'm sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.

      D This user is from outside of this forum
      D This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #101

      With arch+xfce4 I mostly don't. Except for when I do systemctl reload <service> in a cli without sudo and it pops a surprise elevation password request gui in my face. I haven't figured out what makes it behave like that.

      I use Arch btw šŸ‘‰šŸ§ eats booger

      M adrianthefrog@lemmy.worldA 2 Replies Last reply
      2
      • A [email protected]

        Edge is literally the first program I use on a fresh install.

        D This user is from outside of this forum
        D This user is from outside of this forum
        [email protected]
        wrote on last edited by [email protected]
        #102

        You can install firefox via cli like powershell.

        winget install Mozilla.Firefox
        
        royaltyintraining@lemmy.worldR 1 Reply Last reply
        11
        • kolanaki@pawb.socialK [email protected]

          I have Windows 10 Pro. I can alter the permissions for anything. If I wanted to, I could delete System32 and fuck the whole thing up.

          B This user is from outside of this forum
          B This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #103

          Pretty sure you can do that for home as well, just as long as you aren't in S mode.

          Otherwise, admin console and clear the file permissions.

          All that being said, for your average user, if you are trying to delete a file and windows says you don't have permission, it's probably best to leave it alone.

          1 Reply Last reply
          1
          • kolanaki@pawb.socialK [email protected]

            I'm pretty sure I can. It just takes a little more effort actually going into the permissions tab of the files because Windows doesn't have an equivalent to CHMOD AFAIK.

            Though, I am pretty sure you can do those basic permission options without Pro or Enterprise. You just need to be on an administrator account. Other things, like messing with actual system files, requires the Group Policy Editor.

            D This user is from outside of this forum
            D This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #104

            Windows has icacls and Get/Set-Acl for permissions. You can also manipulate ownership, although it's quite convoluted. Just doing takeown is the easiest.

            I'm conflicted on linux vs windows in this regard. I liked ACLs in Windows, but if a software/installer decided to mess it up, it was messed up good, and required lots of manual intervention.

            1 Reply Last reply
            0
            • S [email protected]

              POOF

              Wish 1: Delete your self (the genie deletes your sense of self)

              D This user is from outside of this forum
              D This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #105

              Would the genie get stuck in an endless loop, trying to find the owner of the three wishes for wish 2?

              S 1 Reply Last reply
              1
              • Z [email protected]

                Until you realize you just screwed up whatever services you may be running that require specific permissions on specific files. Certificates specifically come to mind for my environment.

                R This user is from outside of this forum
                R This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #106

                Then don't mess with things you don't understand? I don't see how this relates to gui vs cli.

                1 Reply Last reply
                0
                • H [email protected]

                  No, but this time the owner knows why it doesn't work. Big difference in IT.

                  heythisisnttheymca@lemmy.worldH This user is from outside of this forum
                  heythisisnttheymca@lemmy.worldH This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #107

                  Is the power cable connected? No? Okay plug it in, then turn it off and back on again.

                  1 Reply Last reply
                  0
                  • the_picard_maneuver@lemmy.worldT [email protected]
                    This post did not contain any content.
                    B This user is from outside of this forum
                    B This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #108
                    sudo chown <username> <file>
                    
                    chmod 700 <file>
                    

                    Don’t see a problem šŸ˜‰ /s

                    darkassassin07@lemmy.caD 1 Reply Last reply
                    9
                    • D [email protected]

                      You can install firefox via cli like powershell.

                      winget install Mozilla.Firefox
                      
                      royaltyintraining@lemmy.worldR This user is from outside of this forum
                      royaltyintraining@lemmy.worldR This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #109

                      First command I run on any new Windows install

                      1 Reply Last reply
                      3
                      • S [email protected]

                        I prefer to run subatomic Linux

                        P This user is from outside of this forum
                        P This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #110

                        Disk block cryptographic signatures with automatic recovery?

                        1 Reply Last reply
                        0
                        • H [email protected]

                          https://www.solveyourtech.com/how-to-remove-edge-from-windows-11-a-step-by-step-guide/

                          https://www.tomsguide.com/how-to/how-to-uninstall-microsoft-edge

                          https://www.cloudwards.net/how-to-uninstall-microsoft-edge/

                          You can find these in like 5 seconds.

                          M This user is from outside of this forum
                          M This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #111

                          But webview constantly reinstalls itself.

                          1 Reply Last reply
                          0
                          • D [email protected]

                            Would the genie get stuck in an endless loop, trying to find the owner of the three wishes for wish 2?

                            S This user is from outside of this forum
                            S This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #112

                            Fortunately the wisher is indistinguishable from a behavioral perspective of a P-Zombie, so they can still make wishes

                            1 Reply Last reply
                            0
                            • the_picard_maneuver@lemmy.worldT [email protected]
                              This post did not contain any content.
                              A This user is from outside of this forum
                              A This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #113

                              idk tf chown does, use sudo instead. im not going to read man chown either.

                              sudo su
                              # do shenanigans in the cli/tui. gui is for noobs
                              # nvim, ls, touch, stroke, tease, rm
                              
                              eyedust@lemmy.dbzer0.comE 1 Reply Last reply
                              3
                              • A [email protected]

                                idk tf chown does, use sudo instead. im not going to read man chown either.

                                sudo su
                                # do shenanigans in the cli/tui. gui is for noobs
                                # nvim, ls, touch, stroke, tease, rm
                                
                                eyedust@lemmy.dbzer0.comE This user is from outside of this forum
                                eyedust@lemmy.dbzer0.comE This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #114

                                So I'm not the best at this, but this is my best guess (I have no experience in sysadmin, as I've only ever been the sole user of my PC and prefer not to network anything).

                                Owner #1, smackyboi, has ownership of a file called smutgame.AppImage. This means they can choose who accesses smutgame, if it can execute, if it can be read or written by certain groups, etc.

                                Owner #2, luvurealgood, on the system via their own account (or networked computer in the case of server storage) can't change these settings unless smackyboi says they could, because they're the owner and can add luvurealgood to the admin group for the file if they want. Smackyboi suddenly writes, sudo chown luvurealgood smutgame.AppImage.

                                Now luvurealgood owns that file and can make every change they want to it, including removing smackyboi from accessing it, as they're no longer the owner. They can lock down the file and forbid it from being executed, etc etc. I believe anyone who is in the admin group of that file can do anything to it as well, except change it's ownership if its already owned.

                                This is just from pieces of info and my tiny experience in Windows sysadmin shenanigans. Someone swoop in and correct me if I got anything wrong.

                                1 Reply Last reply
                                0
                                • S [email protected]

                                  I don't know what's the hate with edge, it works wonderfully for an average user, it's fully configurable with add-ons and handles security policies really well

                                  The AI integration might be a bit over the top but nothing you can't disable in your side

                                  Really I don't see why you guys pile on so much on it

                                  V This user is from outside of this forum
                                  V This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #115

                                  Because it’s my fucking computer and I shouldn’t have to edit the registry to uninstall a program I don’t use.

                                  After every update it’s also reset to my default browser which is infuriating

                                  1 Reply Last reply
                                  4
                                  • E [email protected]

                                    That's a weird stance to take since the discussion was about file permissions, and there are absolutely ways around Windows protecting system files just like there are ways around Linux doing the same thing.

                                    There are many reasons to criticize Microsoft, but making it difficult for users to fuck up system files isn't one of them. Most users are of the "it's a box filled with magic smoke" variety, and they need to be protected from themselves.

                                    M This user is from outside of this forum
                                    M This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by [email protected]
                                    #116

                                    Oh we absolutely can throw shade at MS when they use the very same schemes to install "features" you cannot turn off or applications you cannot uninstall.

                                    FUCK MS for deciding what invasive spyware-I-mean-features to turn on with no recourse for the average user.

                                    E 1 Reply Last reply
                                    0
                                    • D [email protected]

                                      With arch+xfce4 I mostly don't. Except for when I do systemctl reload <service> in a cli without sudo and it pops a surprise elevation password request gui in my face. I haven't figured out what makes it behave like that.

                                      I use Arch btw šŸ‘‰šŸ§ eats booger

                                      M This user is from outside of this forum
                                      M This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by [email protected]
                                      #117

                                      That’s the result of polkit (policy kit) authentication agents. These are typically DE-specific for their GUIs.

                                      pkexec is comparable to sudo and can be used from the terminal to get the graphical prompt for elevated commands.

                                      1 Reply Last reply
                                      2
                                      • adrianthefrog@lemmy.worldA [email protected]

                                        Is there a technical reason that Linux apps can't/don't just pop up an authenticator thing asking for more privileges like Windows apps can do? Why does nano just say that the file is unwriteable instead of letting me increase the privileges?

                                        black0ut@pawb.socialB This user is from outside of this forum
                                        black0ut@pawb.socialB This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #118

                                        Linux apps follow simplicity principles. If you don't have permission to delete a file, why assume you may know the password of the user who has permission?

                                        You can preface sudo to any command to execute it with root privileges, which would be similar to running as admin in windows.

                                        Graphical apps do tend to ask for authentication if it makes sense. No userland apps should need more permissions than the current user's in order to run.

                                        N 1 Reply Last reply
                                        2
                                        • L [email protected]

                                          Microsoft's monopoly and their for-profit anti-consumer practices is what's wrong with it. Their history says they cannot be trusted. I'd ask myself why they need a browser in the first place.

                                          raccoonball@lemm.eeR This user is from outside of this forum
                                          raccoonball@lemm.eeR This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #119

                                          Yup. As someone who lived through the internet explorer dark ages, I'm not eager for google and or Microsoft to have complete dominance

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups