ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Inventory

    IT Discussion
    4
    9
    610
    Loading More Posts
    • 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.
    • mroth911
      mroth911 last edited by

      I have a customer that needs to keep track of laptops and other devices. They want to have a running log what was done to each item and also EOL too. What is a good solutions that I can implement for them

      JaredBusch 1 Reply Last reply Reply Quote 0
      • JaredBusch
        JaredBusch @mroth911 last edited by JaredBusch

        @mroth911 said in Inventory:

        I have a customer that needs to keep track of laptops and other devices. They want to have a running log what was done to each item and also EOL too. What is a good solutions that I can implement for them

        For inventory, a simple spreadsheet is all they need. If you want a "system" I would recommend Snipe-IT. It can be complicated or simple depending on how much you want to store.

        Setup a Fedora 26 minimal instance.

        dnf -y install wget
        wget https://raw.githubusercontent.com/snipe/snipe-it/master/install.sh
        chmod 744 install.sh
        ./install.sh
        
        zachary715 1 Reply Last reply Reply Quote 1
        • scottalanmiller
          scottalanmiller last edited by

          Snipe-IT is definitely the "go to" inventory app once you moved based the spreadshoot point.

          1 Reply Last reply Reply Quote 0
          • zachary715
            zachary715 @JaredBusch last edited by

            @jaredbusch Just an FYI, I just installed Fedora 26 minimal and ran a dnf update before getting started. wget package is already included so once less thing needed to do to get this running.

            Addtionally, the built-in web interface for Fedora is legit. Didn't know that thing existed.

            JaredBusch 2 Replies Last reply Reply Quote 0
            • JaredBusch
              JaredBusch @zachary715 last edited by JaredBusch

              @zachary715 said in Inventory:

              @jaredbusch Just an FYI, I just installed Fedora 26 minimal and ran a dnf update before getting started. wget package is already included so once less thing needed to do to get this running.

              If you actually installed minimal, then no, wget is not installed.

              If you look at this post, I detail the correct way to install minimal from ISO.

              The key bit from that is this step. You probably selected the Standard add on there.
              JroApJx.png

              1 Reply Last reply Reply Quote 0
              • JaredBusch
                JaredBusch @zachary715 last edited by

                @zachary715 said in Inventory:

                Addtionally, the built-in web interface for Fedora is legit. Didn't know that thing existed.

                That is Cockpit, and it most certainly is not part of a minimal install.

                1 Reply Last reply Reply Quote 0
                • JaredBusch
                  JaredBusch last edited by

                  @zachary715 There is nothing wrong with a non-minimal install, but all of my instructions always assume that as a base, known, configuration.

                  zachary715 1 Reply Last reply Reply Quote 1
                  • zachary715
                    zachary715 @JaredBusch last edited by

                    @jaredbusch Interesting. I should have realized minimal shouldn't include those options, but I just downloaded the .iso from their website and installed what it referenced as "minimal install" with no extras. I didn't have near the options though as your screenshots above. Downloading the Netinstall version now to give it a go.

                    Here's what the DVD ISO gave me as options...

                    0_1512566833650_faaf9e18-a5de-424d-b125-4635ea913096-image.png

                    And now that I look again it doesn't say "Minimal" but I just didn't select any add-ons.

                    Thanks

                    JaredBusch 1 Reply Last reply Reply Quote 0
                    • JaredBusch
                      JaredBusch @zachary715 last edited by

                      @zachary715 No problem. But as I said, there is absolutely nothing wrong with the server install that you had. I simply always just do instructions from minimal. I never assume a person has anything more than that.

                      1 Reply Last reply Reply Quote 1
                      • First post
                        Last post