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

    Installing Debian 9.1 minimal

    IT Discussion
    debian 9.1 debian install guide
    11
    34
    7.2k
    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.
    • scottalanmillerS
      scottalanmiller @black3dynamite
      last edited by

      @black3dynamite said in Installing Debian 9.1 minimal:

      @scottalanmiller said in Installing Debian 9.1 minimal:

      @black3dynamite said in Installing Debian 9.1 minimal:

      @scottalanmiller said in Installing Debian 9.1 minimal:

      I'm liking Debian more and more as I use it. However the install process has a ridiculous number of screens.

      Do you like Debian or distros that makes debian more enjoyable?

      I like Debian itself and its logical standards. Not sure that any other distro makes it more enjoyable 🙂

      Deepin Linux 😉

      That's a desktop. We are talking about minimal servers here.

      black3dynamiteB 1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite @scottalanmiller
        last edited by

        @scottalanmiller said in Installing Debian 9.1 minimal:

        @black3dynamite said in Installing Debian 9.1 minimal:

        @scottalanmiller said in Installing Debian 9.1 minimal:

        @black3dynamite said in Installing Debian 9.1 minimal:

        @scottalanmiller said in Installing Debian 9.1 minimal:

        I'm liking Debian more and more as I use it. However the install process has a ridiculous number of screens.

        Do you like Debian or distros that makes debian more enjoyable?

        I like Debian itself and its logical standards. Not sure that any other distro makes it more enjoyable 🙂

        Deepin Linux 😉

        That's a desktop. We are talking about minimal servers here.

        So you preferred debian minimal over ubuntu minimal?

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @black3dynamite
          last edited by

          @black3dynamite said in Installing Debian 9.1 minimal:

          @scottalanmiller said in Installing Debian 9.1 minimal:

          @black3dynamite said in Installing Debian 9.1 minimal:

          @scottalanmiller said in Installing Debian 9.1 minimal:

          @black3dynamite said in Installing Debian 9.1 minimal:

          @scottalanmiller said in Installing Debian 9.1 minimal:

          I'm liking Debian more and more as I use it. However the install process has a ridiculous number of screens.

          Do you like Debian or distros that makes debian more enjoyable?

          I like Debian itself and its logical standards. Not sure that any other distro makes it more enjoyable 🙂

          Deepin Linux 😉

          That's a desktop. We are talking about minimal servers here.

          So you preferred debian minimal over ubuntu minimal?

          I'm getting there. It's cleaner and less weird.

          1 Reply Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite
            last edited by

            Is Debian minimal smaller than CentOS/Fedora minimal?

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @black3dynamite
              last edited by

              @black3dynamite said in Installing Debian 9.1 minimal:

              Is Debian minimal smaller than CentOS/Fedora minimal?

              Pretty sure by a bit. Maybe Jared has the specs in front of him.

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

                @scottalanmiller said in Installing Debian 9.1 minimal:

                @black3dynamite said in Installing Debian 9.1 minimal:

                Is Debian minimal smaller than CentOS/Fedora minimal?

                Pretty sure by a bit. Maybe Jared has the specs in front of him.

                Nope.

                1 Reply Last reply Reply Quote 0
                • black3dynamiteB
                  black3dynamite
                  last edited by

                  alt text

                  1 Reply Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    606MB, that's pretty small.

                    1 Reply Last reply Reply Quote 0
                    • Mike DavisM
                      Mike Davis
                      last edited by Mike Davis

                      For those wondering how much space you save using the minimal install vs the typical install that Vultr does, here you go:
                      (note, this is after a unifi controller install: https://mangolassi.it/topic/14601/how-to-install-the-ubiquiti-unifi-controller-on-debian-9-1 ) Thanks for @JaredBusch for both his guides.

                      minimal install:

                      root@unifi:~# df
                      Filesystem                 1K-blocks    Used Available Use% Mounted on
                      udev                          240480       0    240480   0% /dev
                      tmpfs                          50432    1060     49372   3% /run
                      /dev/mapper/unifi--vg-root  19745212 2174736  16544428  12% /
                      tmpfs                         252144       0    252144   0% /dev/shm
                      tmpfs                           5120       0      5120   0% /run/lock
                      tmpfs                         252144       0    252144   0% /sys/fs/cgroup
                      /dev/vda1                     240972   37023    191508  17% /boot
                      tmpfs                          50428       0     50428   0% /run/user/1000
                      root@unifi:~# free
                                    total        used        free      shared  buff/cache   available
                      Mem:         504292      316456        7988         624      179848      174336
                      Swap:        524284        2108      522176
                      

                      Vultr typical Debian install:

                      root@unifi:~# df
                      Filesystem     1K-blocks     Used Available Use% Mounted on
                      udev              241052        0    241052   0% /dev
                      tmpfs              50432     1660     48772   4% /run
                      /dev/vda1       20614932 20598552         0 100% /
                      tmpfs             252144        0    252144   0% /dev/shm
                      tmpfs               5120        0      5120   0% /run/lock
                      tmpfs             252144        0    252144   0% /sys/fs/cgroup
                      tmpfs              50428        0     50428   0% /run/user/0
                      root@unifi:~# free
                                    total        used        free      shared  buff/cache   available
                      Mem:         504292      301768       52416        5452      150108      184188
                      Swap:             0           0           0
                      

                      As you can see, it's the difference between being able to use a 20GB VM and not.

                      black3dynamiteB 1 Reply Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite @Mike Davis
                        last edited by black3dynamite

                        @mike-davis said in Installing Debian 9.1 minimal:

                        For those wondering how much space you save using the minimal install vs the typical install that Vultr does, here you go:
                        (note, this is after a unifi controller install: https://mangolassi.it/topic/14601/how-to-install-the-ubiquiti-unifi-controller-on-debian-9-1 ) Thanks for @JaredBusch for both his guides.

                        minimal install:

                        root@unifi:~# df
                        Filesystem                 1K-blocks    Used Available Use% Mounted on
                        udev                          240480       0    240480   0% /dev
                        tmpfs                          50432    1060     49372   3% /run
                        /dev/mapper/unifi--vg-root  19745212 2174736  16544428  12% /
                        tmpfs                         252144       0    252144   0% /dev/shm
                        tmpfs                           5120       0      5120   0% /run/lock
                        tmpfs                         252144       0    252144   0% /sys/fs/cgroup
                        /dev/vda1                     240972   37023    191508  17% /boot
                        tmpfs                          50428       0     50428   0% /run/user/1000
                        root@unifi:~# free
                                      total        used        free      shared  buff/cache   available
                        Mem:         504292      316456        7988         624      179848      174336
                        Swap:        524284        2108      522176
                        

                        Vultr typical Debian install:

                        root@unifi:~# df
                        Filesystem     1K-blocks     Used Available Use% Mounted on
                        udev              241052        0    241052   0% /dev
                        tmpfs              50432     1660     48772   4% /run
                        /dev/vda1       20614932 20598552         0 100% /
                        tmpfs             252144        0    252144   0% /dev/shm
                        tmpfs               5120        0      5120   0% /run/lock
                        tmpfs             252144        0    252144   0% /sys/fs/cgroup
                        tmpfs              50428        0     50428   0% /run/user/0
                        root@unifi:~# free
                                      total        used        free      shared  buff/cache   available
                        Mem:         504292      301768       52416        5452      150108      184188
                        Swap:             0           0           0
                        

                        As you can see, it's the difference between being able to use a 20GB VM and not.

                        Vultr doesn't use swap too.

                        1 Reply Last reply Reply Quote 0
                        • Emad RE
                          Emad R @JaredBusch
                          last edited by

                          @jaredbusch

                          I love Debian very customized 20 + installation steps... said no one ever.

                          black3dynamiteB travisdh1T 2 Replies Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite @Emad R
                            last edited by

                            @emad-r said in Installing Debian 9.1 minimal:

                            @jaredbusch

                            I love Debian very customized 20 + installation steps... said no one ever.

                            Debian does include an automated install.

                            1 Reply Last reply Reply Quote 0
                            • travisdh1T
                              travisdh1 @Emad R
                              last edited by

                              @emad-r said in Installing Debian 9.1 minimal:

                              @jaredbusch

                              I love Debian very customized 20 + installation steps... said no one ever.

                              I like options. It's not like you're going to go through all 20 steps for every installation once you have a base image setup, at least I'd hope not.

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