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. Giving up control bit by bit

Giving up control bit by bit

Scheduled Pinned Locked Moved memes
memes
234 Posts 129 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.
  • J [email protected]

    i just give up after a couple of minutes if it isn’t somewhere obvious and then search my whole system with grep lmao.

    how wonderful to live in a world where compute is so cheap.

    subarctictundra@lemmy.mlS This user is from outside of this forum
    subarctictundra@lemmy.mlS This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #24

    Amateur. I read the source on GitHub to see where it's saving that shit.

    1 Reply Last reply
    0
    • subarctictundra@lemmy.mlS [email protected]

      I've started saving useful commands in a note on my desktop.

      Great idea

      hard time tracking down config files

      Usually under ~/.config/<app> or ~/.local/share/<app>

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

      Often also in /etc/

      1 Reply Last reply
      2
      • W [email protected]
        This post did not contain any content.
        T This user is from outside of this forum
        T This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #26

        Can't get the save file from some android games anymore. 🤷‍♂️

        One of these days, they'll add a censorship chip into every consumer electronic.

        goodtoknow@lemmy.caG 1 Reply Last reply
        13
        • D [email protected]

          For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?

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

          It doesn’t use the same path /home/username/Downloads?

          Same as what? That isn't a default path for anything in Linux either. It's a convention that browser follows though, on Windows and Mac too.

          1 Reply Last reply
          1
          • A [email protected]

            I really do wish that more packages on Linux had installation paths clearly noted in a readme.

            I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.

            I've started saving useful commands in a note on my desktop.

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

            Suprised nobody said to use whereis xyz

            1 Reply Last reply
            0
            • W [email protected]
              This post did not contain any content.
              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
              #29

              just be glad you don't have an iphone. at least on android there are easy ways to remedy this.

              D 1 Reply Last reply
              6
              • W [email protected]
                This post did not contain any content.
                nuko147@lemm.eeN This user is from outside of this forum
                nuko147@lemm.eeN This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #30

                opumbaxmklfc1.jpg

                1 Reply Last reply
                1
                • W [email protected]

                  dpkg -L package-name

                  Or the inverse

                  dpkg -S /usr/bin/somefile

                  For apt based distros, obviously.

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

                  I just tried this with Samba (so dpkg -L samba and dpkg -S samba, and I also tried adding grep "smb.conf" and running it with sudo) and I was unable to find the share config file.

                  It's located under /etc/samba/smb.conf but that command was returning a path under my local user. This is on Ubuntu

                  anunusualrelic@lemmy.worldA W 2 Replies Last reply
                  0
                  • T [email protected]

                    Do I really need to remind this is free software made by benevolent developers?
                    I get it it's infuriating but it's still in some way a gift you were given and seem unhappy with.

                    gamermanh@lemmy.dbzer0.comG This user is from outside of this forum
                    gamermanh@lemmy.dbzer0.comG This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #32

                    If you give me a 1000 piece puzzle for free, but without the instructions or a box picture to go off of, you've done a nice thing by gifting me something but have also failed miserably as I'll never fuckin solve that puzzle

                    T 1 Reply Last reply
                    3
                    • A [email protected]

                      I really do wish that more packages on Linux had installation paths clearly noted in a readme.

                      I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.

                      I've started saving useful commands in a note on my desktop.

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

                      Every time I touch a config file/setting I document it in my notes. I would be lost without it.

                      1 Reply Last reply
                      1
                      • A [email protected]

                        I really do wish that more packages on Linux had installation paths clearly noted in a readme.

                        I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.

                        I've started saving useful commands in a note on my desktop.

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

                        As a long time linux user, I think all programs should have a config gui. (Not all, but you get what I mean)

                        A 1 Reply Last reply
                        0
                        • L [email protected]

                          I just tried this with Samba (so dpkg -L samba and dpkg -S samba, and I also tried adding grep "smb.conf" and running it with sudo) and I was unable to find the share config file.

                          It's located under /etc/samba/smb.conf but that command was returning a path under my local user. This is on Ubuntu

                          anunusualrelic@lemmy.worldA This user is from outside of this forum
                          anunusualrelic@lemmy.worldA This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #35

                          You might want to look into the locate package (it might be called mlocate) if you can't find a file. It can be helpful.

                          1 Reply Last reply
                          0
                          • D [email protected]

                            For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?

                            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
                            #36

                            It's basically a jvm that runs on the Linux kernel.

                            1 Reply Last reply
                            0
                            • L [email protected]

                              I just tried this with Samba (so dpkg -L samba and dpkg -S samba, and I also tried adding grep "smb.conf" and running it with sudo) and I was unable to find the share config file.

                              It's located under /etc/samba/smb.conf but that command was returning a path under my local user. This is on Ubuntu

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

                              dpkg -S requires a full path like the example I gave. dpkg -L samba should work fine. What is the error you got?

                              L 1 Reply Last reply
                              0
                              • gamermanh@lemmy.dbzer0.comG [email protected]

                                If you give me a 1000 piece puzzle for free, but without the instructions or a box picture to go off of, you've done a nice thing by gifting me something but have also failed miserably as I'll never fuckin solve that puzzle

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

                                Terrible analogy honestly.
                                Feel free to not use this software, nobody will ever force you to use it.

                                This is not software to entertain you. It's a tool that you don't understand how to use and choose to blame the people building it for free.

                                gamermanh@lemmy.dbzer0.comG 1 Reply Last reply
                                3
                                • H [email protected]

                                  Meanwhile
                                  Windows; Hi, you saved a file earlier? Let's search for it. Nope, can't find it, do you want to search Bing? No?
                                  [A few minutes later] Ooo, so sorry you're offline and can't download it. Too bad.

                                  Ios; you want to open the file in an app? OK, click 7 buttons and we'll make a local copy stored in the app's specific folder you didn't know existed.

                                  Chrome; what's a file?

                                  Linux; which file browser would you like to use today?

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

                                  Funni, cause the comment below from AstralPath and lightnsfw tells a different story

                                  H 1 Reply Last reply
                                  0
                                  • H [email protected]

                                    Meanwhile
                                    Windows; Hi, you saved a file earlier? Let's search for it. Nope, can't find it, do you want to search Bing? No?
                                    [A few minutes later] Ooo, so sorry you're offline and can't download it. Too bad.

                                    Ios; you want to open the file in an app? OK, click 7 buttons and we'll make a local copy stored in the app's specific folder you didn't know existed.

                                    Chrome; what's a file?

                                    Linux; which file browser would you like to use today?

                                    jballs@sh.itjust.worksJ This user is from outside of this forum
                                    jballs@sh.itjust.worksJ This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #40

                                    Windows is more like, oh that file you saved earlier? Yeah we moved that to OneDrive. You want it back? Sorry didn't pay your OneDrive subscription fee, so you don't actually have that file anymore. Hope it wasn't something irreplaceable like your kid's baby photos or anything lol.

                                    G I N 3 Replies Last reply
                                    9
                                    • H [email protected]

                                      Meanwhile
                                      Windows; Hi, you saved a file earlier? Let's search for it. Nope, can't find it, do you want to search Bing? No?
                                      [A few minutes later] Ooo, so sorry you're offline and can't download it. Too bad.

                                      Ios; you want to open the file in an app? OK, click 7 buttons and we'll make a local copy stored in the app's specific folder you didn't know existed.

                                      Chrome; what's a file?

                                      Linux; which file browser would you like to use today?

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

                                      Linux:

                                      ls

                                      cd directory

                                      ls

                                      cd directory2

                                      ls

                                      cd directory3
                                      ...

                                      xenok@lemmy.dbzer0.comX A 2 Replies Last reply
                                      2
                                      • E [email protected]

                                        Linux:

                                        ls

                                        cd directory

                                        ls

                                        cd directory2

                                        ls

                                        cd directory3
                                        ...

                                        xenok@lemmy.dbzer0.comX This user is from outside of this forum
                                        xenok@lemmy.dbzer0.comX This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #42

                                        Oh boy do I have a tree to sell you

                                        1 Reply Last reply
                                        7
                                        • W [email protected]
                                          This post did not contain any content.
                                          W This user is from outside of this forum
                                          W This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #43

                                          Unfortunately this also applies to Flatpak software in Linux. That's one area where distros really need to focus on improving usability.

                                          M 1 Reply Last reply
                                          5
                                          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