Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

Scheduled Pinned Locked Moved Uncategorized
openbsd
14 Posts 7 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.
  • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

    I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

    Literally just `doas sysupgrade` and bam, you have an updated system 5 mins later. The post-upgrade steps are unsurprisingly straightforward for most systems (https://www.openbsd.org/faq/upgrade79.html).

    #OpenBSD

    Link Preview Image
    lobocode@hachyderm.ioL This user is from outside of this forum
    lobocode@hachyderm.ioL This user is from outside of this forum
    lobocode@hachyderm.io
    wrote last edited by
    #2

    @ianthetechie openbsd need a better webpage

    1 Reply Last reply
    0
    • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

      I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

      Literally just `doas sysupgrade` and bam, you have an updated system 5 mins later. The post-upgrade steps are unsurprisingly straightforward for most systems (https://www.openbsd.org/faq/upgrade79.html).

      #OpenBSD

      Link Preview Image
      ctietze@mastodon.socialC This user is from outside of this forum
      ctietze@mastodon.socialC This user is from outside of this forum
      ctietze@mastodon.social
      wrote last edited by
      #3

      @ianthetechie have you ever tried a Nix/NixOS and can compare?

      ianthetechie@fosstodon.orgI 1 Reply Last reply
      0
      • ctietze@mastodon.socialC ctietze@mastodon.social

        @ianthetechie have you ever tried a Nix/NixOS and can compare?

        ianthetechie@fosstodon.orgI This user is from outside of this forum
        ianthetechie@fosstodon.orgI This user is from outside of this forum
        ianthetechie@fosstodon.org
        wrote last edited by
        #4

        @ctietze I have used Nix a bit. I think the reproducibility is super cool but the extra space, filesystem weirdness, and general UX (even with caches) are a hard sell. But I’ve got a number of friends locally who swear by it as a build system.

        Some of them also run NixOS, which is simultaneously an even more intellectually appealing idea but seems like it would be even more of a lift for most people (including me). I haven’t tried it.

        ianthetechie@fosstodon.orgI 1 Reply Last reply
        0
        • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

          @ctietze I have used Nix a bit. I think the reproducibility is super cool but the extra space, filesystem weirdness, and general UX (even with caches) are a hard sell. But I’ve got a number of friends locally who swear by it as a build system.

          Some of them also run NixOS, which is simultaneously an even more intellectually appealing idea but seems like it would be even more of a lift for most people (including me). I haven’t tried it.

          ianthetechie@fosstodon.orgI This user is from outside of this forum
          ianthetechie@fosstodon.orgI This user is from outside of this forum
          ianthetechie@fosstodon.org
          wrote last edited by
          #5

          @ctietze I also have to say that I think it’s not something that gets in your way if you put in the significant effort to get past the learning curve. Sorta like Rust 😂 But with a slightly more divided community (apparently Flakes are THE WAY but all documentation treats it like experimental for complicated reasons).

          The people I know who run it have been doing so for years and love it.

          ianthetechie@fosstodon.orgI 1 Reply Last reply
          0
          • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

            @ctietze I also have to say that I think it’s not something that gets in your way if you put in the significant effort to get past the learning curve. Sorta like Rust 😂 But with a slightly more divided community (apparently Flakes are THE WAY but all documentation treats it like experimental for complicated reasons).

            The people I know who run it have been doing so for years and love it.

            ianthetechie@fosstodon.orgI This user is from outside of this forum
            ianthetechie@fosstodon.orgI This user is from outside of this forum
            ianthetechie@fosstodon.org
            wrote last edited by
            #6

            @ctietze ultimately they are going for VERY different audiences. BSDs generally appeal to those who want a cohesively designed OS with good documentation and minimal fuss. OpenBSD is more focused on being the most secure OS, and FreeBSD focuses on performance and features important to server administrators.

            ianthetechie@fosstodon.orgI 1 Reply Last reply
            0
            • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

              @ctietze ultimately they are going for VERY different audiences. BSDs generally appeal to those who want a cohesively designed OS with good documentation and minimal fuss. OpenBSD is more focused on being the most secure OS, and FreeBSD focuses on performance and features important to server administrators.

              ianthetechie@fosstodon.orgI This user is from outside of this forum
              ianthetechie@fosstodon.orgI This user is from outside of this forum
              ianthetechie@fosstodon.org
              wrote last edited by
              #7

              @ctietze Nix is focused on reproducibility where you can totally separate (mutable) data and applications. This is super valuable and I apply that concept to FreeBSD jails, docker deploys, etc. but NixOS goes WAY further. I think it’s a cool concept but you need to really commit to that being the thing you’re optimizing for.

              Ironically it’s probably never been more relevant with all the AI stuff and vibe coded poorly behaved apps 😅 Isolarion and integrity are going to be even more important.

              1 Reply Last reply
              0
              • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

                I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

                Literally just `doas sysupgrade` and bam, you have an updated system 5 mins later. The post-upgrade steps are unsurprisingly straightforward for most systems (https://www.openbsd.org/faq/upgrade79.html).

                #OpenBSD

                Link Preview Image
                deadknight@mastodon.acc.sunet.seD This user is from outside of this forum
                deadknight@mastodon.acc.sunet.seD This user is from outside of this forum
                deadknight@mastodon.acc.sunet.se
                wrote last edited by
                #8

                @ianthetechie Hey, I might end up giving OpenBSD a try! Does it spoil its users the same way FreeBSD users are spoilt by pkg upgrade, or Debian GNU/Linux users by apt-get ev'rything?
                Gotta find out what kind of hardware it can bear.

                ianthetechie@fosstodon.orgI 1 Reply Last reply
                0
                • deadknight@mastodon.acc.sunet.seD deadknight@mastodon.acc.sunet.se

                  @ianthetechie Hey, I might end up giving OpenBSD a try! Does it spoil its users the same way FreeBSD users are spoilt by pkg upgrade, or Debian GNU/Linux users by apt-get ev'rything?
                  Gotta find out what kind of hardware it can bear.

                  ianthetechie@fosstodon.orgI This user is from outside of this forum
                  ianthetechie@fosstodon.orgI This user is from outside of this forum
                  ianthetechie@fosstodon.org
                  wrote last edited by
                  #9

                  @deadknight yup it’s pretty similar to both in the package installer. Though I’m not sure what “spoiled” means here 😂 The only non-hobbyist OS without a package manager I can remember was Gentoo at one point.

                  ianthetechie@fosstodon.orgI 1 Reply Last reply
                  0
                  • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

                    @deadknight yup it’s pretty similar to both in the package installer. Though I’m not sure what “spoiled” means here 😂 The only non-hobbyist OS without a package manager I can remember was Gentoo at one point.

                    ianthetechie@fosstodon.orgI This user is from outside of this forum
                    ianthetechie@fosstodon.orgI This user is from outside of this forum
                    ianthetechie@fosstodon.org
                    wrote last edited by
                    #10

                    @deadknight my usage is in a VM at @OpenBSDAms so I can’t comment on hardware support much.

                    1 Reply Last reply
                    0
                    • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

                      I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

                      Literally just `doas sysupgrade` and bam, you have an updated system 5 mins later. The post-upgrade steps are unsurprisingly straightforward for most systems (https://www.openbsd.org/faq/upgrade79.html).

                      #OpenBSD

                      Link Preview Image
                      km@mastodon.babb.noK This user is from outside of this forum
                      km@mastodon.babb.noK This user is from outside of this forum
                      km@mastodon.babb.no
                      wrote last edited by
                      #11

                      @ianthetechie amen!

                      1 Reply Last reply
                      0
                      • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

                        I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

                        Literally just `doas sysupgrade` and bam, you have an updated system 5 mins later. The post-upgrade steps are unsurprisingly straightforward for most systems (https://www.openbsd.org/faq/upgrade79.html).

                        #OpenBSD

                        Link Preview Image
                        zven@bsd.networkZ This user is from outside of this forum
                        zven@bsd.networkZ This user is from outside of this forum
                        zven@bsd.network
                        wrote last edited by
                        #12

                        @ianthetechie and it rarely break while dist upgrade, on nux oh boys .....

                        1 Reply Last reply
                        0
                        • ianthetechie@fosstodon.orgI ianthetechie@fosstodon.org

                          I've done a lot of OS upgrades in my life... and I have to say, OpenBSD does it better than any I've ever seen...

                          Literally just `doas sysupgrade` and bam, you have an updated system 5 mins later. The post-upgrade steps are unsurprisingly straightforward for most systems (https://www.openbsd.org/faq/upgrade79.html).

                          #OpenBSD

                          Link Preview Image
                          ttys1@bsd.networkT This user is from outside of this forum
                          ttys1@bsd.networkT This user is from outside of this forum
                          ttys1@bsd.network
                          wrote last edited by
                          #13

                          @ianthetechie What is the name of the font you use?

                          ianthetechie@fosstodon.orgI 1 Reply Last reply
                          0
                          • ttys1@bsd.networkT ttys1@bsd.network

                            @ianthetechie What is the name of the font you use?

                            ianthetechie@fosstodon.orgI This user is from outside of this forum
                            ianthetechie@fosstodon.orgI This user is from outside of this forum
                            ianthetechie@fosstodon.org
                            wrote last edited by
                            #14

                            @ttyS1 Berkeley Mono. Sadly no relation to BSDs and it’s not available under our favorite license by I really like it. You can customize variations of the 7 and 0 too!

                            Just a moment...

                            favicon

                            (usgraphics.com)

                            1 Reply Last reply
                            0
                            • stefano@mastodon.bsd.cafeS stefano@mastodon.bsd.cafe shared this topic
                              R relay@relay.infosec.exchange shared this topic
                            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