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. "We use debian, that should be age verification enough"

"We use debian, that should be age verification enough"

Scheduled Pinned Locked Moved Uncategorized
87 Posts 62 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.
  • tymwol@hachyderm.ioT tymwol@hachyderm.io

    @silvermoon82 @eris2cats /bin/ash means that you are literally dead

    mewsleah@meow.socialM This user is from outside of this forum
    mewsleah@meow.socialM This user is from outside of this forum
    mewsleah@meow.social
    wrote last edited by
    #66

    @tymwol @silvermoon82 @eris2cats um...

    (csh, on the other hand)

    1 Reply Last reply
    0
    • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

      @kami_kadse @eris2cats @silvermoon82 /bin/mksh

      mewsleah@meow.socialM This user is from outside of this forum
      mewsleah@meow.socialM This user is from outside of this forum
      mewsleah@meow.social
      wrote last edited by
      #67

      @mirabilos @kami_kadse @eris2cats @silvermoon82 pdksh.exe

      mirabilos@toot.mirbsd.orgM kami_kadse@don.linxx.netK 2 Replies Last reply
      0
      • eris2cats@chaos.socialE eris2cats@chaos.social

        "We use debian, that should be age verification enough"

        h3artbl33d@exquisite.socialH This user is from outside of this forum
        h3artbl33d@exquisite.socialH This user is from outside of this forum
        h3artbl33d@exquisite.social
        wrote last edited by
        #68

        @eris2cats

        #OpenBSD here - my daily driver for decades.

        Am I a dinosaur now?

        mischa@exquisite.socialM 1 Reply Last reply
        0
        • eris2cats@chaos.socialE eris2cats@chaos.social

          "We use debian, that should be age verification enough"

          fellmoon@bsd.networkF This user is from outside of this forum
          fellmoon@bsd.networkF This user is from outside of this forum
          fellmoon@bsd.network
          wrote last edited by
          #69

          @eris2cats how mature needs your OS to be to access pr0n?

          1 Reply Last reply
          0
          • mewsleah@meow.socialM mewsleah@meow.social

            @mirabilos @kami_kadse @eris2cats @silvermoon82 pdksh.exe

            mirabilos@toot.mirbsd.orgM This user is from outside of this forum
            mirabilos@toot.mirbsd.orgM This user is from outside of this forum
            mirabilos@toot.mirbsd.org
            wrote last edited by
            #70

            @silvermoon82 @mewsleah @eris2cats @kami_kadse pdksh has been superceded by mksh, in case you didn’t notice 😉

            mirabilos@toot.mirbsd.orgM 1 Reply Last reply
            0
            • mewsleah@meow.socialM mewsleah@meow.social

              @mirabilos @kami_kadse @eris2cats @silvermoon82 pdksh.exe

              kami_kadse@don.linxx.netK This user is from outside of this forum
              kami_kadse@don.linxx.netK This user is from outside of this forum
              kami_kadse@don.linxx.net
              wrote last edited by
              #71

              @mewsleah 😆 @mirabilos @eris2cats @silvermoon82

              1 Reply Last reply
              0
              • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

                @silvermoon82 @mewsleah @eris2cats @kami_kadse pdksh has been superceded by mksh, in case you didn’t notice 😉

                mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                mirabilos@toot.mirbsd.org
                wrote last edited by
                #72

                @silvermoon82 @eris2cats @kami_kadse @mewsleah there’s even multiple different ways to get an mksh.exe if you’re so inclined:

                • OS/2 is natively supported, build it with EMX/kLibc or get the binaries from komh
                  • note komh adds the -T build option which makes it (permissively) use CRLF line endings, but you can also leave it out and run with LF line endings, and that’s the mode upstream supports
                • there’s a port of mksh R39 (old) to native WinAPI, which is usable if you must, but really only if you must
                  • uses shm for fork emulation, which likely has security implications, don’t run elevated
                • for NT, if you have Interix/SFU/SUA, you can build current (R59c or (preferably) CVS HEAD aka just before R60) mksh there and add the .exe suffix so it can be called from Win32 programs; this works very very well
                • for Windows, otherwise you can build one with Cygwin/MSYS2, AT&T UWIN, PW32, and probably other frameworks like this
                  • use if you must
                  • in that case prefer Cygwin/MSYS2 if that can match your environment, they work very well
                  • UWIN mostly works
                  • PW32 does not really work well
                  • likely works worse on DOS-based Windows than on NT
                • if you have real WSL, you probably can link/copy mksh to mksh.exe like with Interix; this will likely work well
                • if you have WSL2, you have a badly done Linux VM with minor integration, and renaming is cosmetic *shrug* it’ll work no problem
                mirabilos@toot.mirbsd.orgM 1 Reply Last reply
                0
                • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

                  @silvermoon82 @eris2cats @kami_kadse @mewsleah there’s even multiple different ways to get an mksh.exe if you’re so inclined:

                  • OS/2 is natively supported, build it with EMX/kLibc or get the binaries from komh
                    • note komh adds the -T build option which makes it (permissively) use CRLF line endings, but you can also leave it out and run with LF line endings, and that’s the mode upstream supports
                  • there’s a port of mksh R39 (old) to native WinAPI, which is usable if you must, but really only if you must
                    • uses shm for fork emulation, which likely has security implications, don’t run elevated
                  • for NT, if you have Interix/SFU/SUA, you can build current (R59c or (preferably) CVS HEAD aka just before R60) mksh there and add the .exe suffix so it can be called from Win32 programs; this works very very well
                  • for Windows, otherwise you can build one with Cygwin/MSYS2, AT&T UWIN, PW32, and probably other frameworks like this
                    • use if you must
                    • in that case prefer Cygwin/MSYS2 if that can match your environment, they work very well
                    • UWIN mostly works
                    • PW32 does not really work well
                    • likely works worse on DOS-based Windows than on NT
                  • if you have real WSL, you probably can link/copy mksh to mksh.exe like with Interix; this will likely work well
                  • if you have WSL2, you have a badly done Linux VM with minor integration, and renaming is cosmetic *shrug* it’ll work no problem
                  mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                  mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                  mirabilos@toot.mirbsd.org
                  wrote last edited by
                  #73

                  @silvermoon82 @kami_kadse @mewsleah @eris2cats oh, and, while pdksh’s last release was in 1999 (with NetBSD and OpenBSD doing minor cleanups after, for their OSes only), mksh is 22 this year and not subject to age checks 😼

                  Your Android device also comes with /system/bin/mksh (may be called /system/bin/sh depending on vendor/version), in contrast to the old Android sh it has tab completion. And so much more, in only a few dozen KiB more executable. Enjoy.

                  And, best of all, it’s AIn’t (no planet-burning slop, ever).

                  mewsleah@meow.socialM 1 Reply Last reply
                  0
                  • eris2cats@chaos.socialE eris2cats@chaos.social

                    "We use debian, that should be age verification enough"

                    umbreon@donphan.socialU This user is from outside of this forum
                    umbreon@donphan.socialU This user is from outside of this forum
                    umbreon@donphan.social
                    wrote last edited by
                    #74

                    @eris2cats Might qualify for the Pension with that.

                    1 Reply Last reply
                    0
                    • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

                      @silvermoon82 @kami_kadse @mewsleah @eris2cats oh, and, while pdksh’s last release was in 1999 (with NetBSD and OpenBSD doing minor cleanups after, for their OSes only), mksh is 22 this year and not subject to age checks 😼

                      Your Android device also comes with /system/bin/mksh (may be called /system/bin/sh depending on vendor/version), in contrast to the old Android sh it has tab completion. And so much more, in only a few dozen KiB more executable. Enjoy.

                      And, best of all, it’s AIn’t (no planet-burning slop, ever).

                      mewsleah@meow.socialM This user is from outside of this forum
                      mewsleah@meow.socialM This user is from outside of this forum
                      mewsleah@meow.social
                      wrote last edited by
                      #75

                      @mirabilos please untag me now, i am begging you

                      @silvermoon82 @kami_kadse @eris2cats

                      1 Reply Last reply
                      0
                      • auser@mastodon.socialA auser@mastodon.social

                        @eris2cats We used to use Debian, that should be age verification enough.

                        alci@pouet.chapril.orgA This user is from outside of this forum
                        alci@pouet.chapril.orgA This user is from outside of this forum
                        alci@pouet.chapril.org
                        wrote last edited by
                        #76

                        @auser @eris2cats my first linux was Suse Linux. '96 I think. From Amiga. I escaped Windows and MacOS for all my (personal) computer life !!

                        1 Reply Last reply
                        0
                        • h3artbl33d@exquisite.socialH h3artbl33d@exquisite.social

                          @eris2cats

                          #OpenBSD here - my daily driver for decades.

                          Am I a dinosaur now?

                          mischa@exquisite.socialM This user is from outside of this forum
                          mischa@exquisite.socialM This user is from outside of this forum
                          mischa@exquisite.social
                          wrote last edited by
                          #77

                          @h3artbl33d @eris2cats old Puffy

                          h3artbl33d@exquisite.socialH 1 Reply Last reply
                          0
                          • mischa@exquisite.socialM mischa@exquisite.social

                            @h3artbl33d @eris2cats old Puffy

                            h3artbl33d@exquisite.socialH This user is from outside of this forum
                            h3artbl33d@exquisite.socialH This user is from outside of this forum
                            h3artbl33d@exquisite.social
                            wrote last edited by
                            #78

                            @mischa @eris2cats

                            You calling me Puffy? I am calling HR right the F now

                            mischa@exquisite.socialM 1 Reply Last reply
                            0
                            • h3artbl33d@exquisite.socialH h3artbl33d@exquisite.social

                              @mischa @eris2cats

                              You calling me Puffy? I am calling HR right the F now

                              mischa@exquisite.socialM This user is from outside of this forum
                              mischa@exquisite.socialM This user is from outside of this forum
                              mischa@exquisite.social
                              wrote last edited by
                              #79

                              @h3artbl33d @eris2cats not calling you Puffy. I am calling you old Puffy!

                              h3artbl33d@exquisite.socialH andersgo@oslo.townA joel@gts.tumfatig.netJ 3 Replies Last reply
                              0
                              • mischa@exquisite.socialM mischa@exquisite.social

                                @h3artbl33d @eris2cats not calling you Puffy. I am calling you old Puffy!

                                h3artbl33d@exquisite.socialH This user is from outside of this forum
                                h3artbl33d@exquisite.socialH This user is from outside of this forum
                                h3artbl33d@exquisite.social
                                wrote last edited by
                                #80

                                @mischa @eris2cats

                                Good point

                                1 Reply Last reply
                                0
                                • mischa@exquisite.socialM mischa@exquisite.social

                                  @h3artbl33d @eris2cats not calling you Puffy. I am calling you old Puffy!

                                  andersgo@oslo.townA This user is from outside of this forum
                                  andersgo@oslo.townA This user is from outside of this forum
                                  andersgo@oslo.town
                                  wrote last edited by
                                  #81

                                  @mischa @h3artbl33d @eris2cats If it’s not old, it’s not gold

                                  h3artbl33d@exquisite.socialH 1 Reply Last reply
                                  0
                                  • andersgo@oslo.townA andersgo@oslo.town

                                    @mischa @h3artbl33d @eris2cats If it’s not old, it’s not gold

                                    h3artbl33d@exquisite.socialH This user is from outside of this forum
                                    h3artbl33d@exquisite.socialH This user is from outside of this forum
                                    h3artbl33d@exquisite.social
                                    wrote last edited by
                                    #82

                                    @andersgo @mischa @eris2cats

                                    Facts.

                                    1 Reply Last reply
                                    0
                                    • mischa@exquisite.socialM mischa@exquisite.social

                                      @h3artbl33d @eris2cats not calling you Puffy. I am calling you old Puffy!

                                      joel@gts.tumfatig.netJ This user is from outside of this forum
                                      joel@gts.tumfatig.netJ This user is from outside of this forum
                                      joel@gts.tumfatig.net
                                      wrote last edited by
                                      #83

                                      @mischa @h3artbl33d  ´Could have been worse… Could have been Fluffy!

                                      Cc: @eris2cats

                                      1 Reply Last reply
                                      0
                                      • eris2cats@chaos.socialE eris2cats@chaos.social

                                        "We use debian, that should be age verification enough"

                                        cristianrasch@fosstodon.orgC This user is from outside of this forum
                                        cristianrasch@fosstodon.orgC This user is from outside of this forum
                                        cristianrasch@fosstodon.org
                                        wrote last edited by
                                        #84

                                        @eris2cats True enough, but you didn't have to say it so harshly. Ouch!

                                        eris2cats@chaos.socialE 1 Reply Last reply
                                        0
                                        • cristianrasch@fosstodon.orgC cristianrasch@fosstodon.org

                                          @eris2cats True enough, but you didn't have to say it so harshly. Ouch!

                                          eris2cats@chaos.socialE This user is from outside of this forum
                                          eris2cats@chaos.socialE This user is from outside of this forum
                                          eris2cats@chaos.social
                                          wrote last edited by
                                          #85

                                          @cristianrasch I live to serve

                                          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