schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #Linux

[?]nixCraft ๐Ÿง ยป 🌐
@nixCraft@mastodon.social

Banana Pi OpenWrt One router official support by OpenWrt community. This device runs on OpenWrt firmware and SoC has WiFi 6, dual-band, 3ร—3/2ร—2, 1 x 2.5Gbit WAN, 1 x 1Gbit LAN, 1GB DDR4 RAM, 256 MiB NAND, 16 MiB NOR, M.2 SSD and USB 2.0 support. This can be your all in one powered router + firewall and WiFi for home or small office.

openwrt.org/toh/openwrt/one

    #netbsd boosted

    [?]vermaden ยป 🌐
    @vermaden@mastodon.social

    Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ/๐Ÿฌ๐Ÿณ/๐Ÿฌ๐Ÿฒ (Valuable News - 2026/07/06) available.

    vermaden.wordpress.com/2026/07

    Past releases: vermaden.wordpress.com/news/

      [?]vermaden ยป 🌐
      @vermaden@mastodon.bsd.cafe

      Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ/๐Ÿฌ๐Ÿณ/๐Ÿฌ๐Ÿฒ (Valuable News - 2026/07/06) available.

      vermaden.wordpress.com/2026/07

      Past releases: vermaden.wordpress.com/news/

        [?]ARGVMI~1.PIF ยป 🌐
        @argv_minus_one@mastodon.sdf.org

        tip: There is a way to use only part of a word as a hashtag!

        For example, you might want to say the word โ€œtootsโ€, but use the hashtag โ€œtootโ€.

        To do this, place a U+2060 WORD JOINER before the โ€œsโ€ in โ€œtootsโ€. Example: โ s.

        If you're using or (i.e. or desktop), you can add the following line to ~/.XCompose to give yourself a keyboard shortcut:

        <Multi_key> <w> <j> : "โ " U2060 # WORD JOINER

        Then just type Compose, then W, then J.

          dch :flantifa: :flan_hacker: boosted

          [?]Black Hole Sunn O))) ยป 🌐
          @UrbanDjent@metalhead.club

          I remember saying I'd install on my laptop a while ago. Life got in the way, but I've done it now. Tried didn't like it much. Happy with . Next up, install a web browser and for

          After decades with , it was very easy to get FreeBSD running (cli WiFi, desktop etc). ๐Ÿ˜๐Ÿ‘

            [?]Karl Voit :emacs: :orgmode: ยป 🌐
            @publicvoit@graz.social

            @lproven on how we lost more advanced :
            liam-on-linux.dreamwidth.org/9

            "So we went backwards. [...] Out went multiple different purpose-built OSes for different purposes and platforms. Out went using the best language for the job and the best platform and OS for the job. And out went -only OSes.

            Instead, in came the lowest-common-denominator, stupidest, simplest, but !!FREE!! that could with a tonne of work do everything.

            [...]

            1980s computers were all amazing and very cool.

            1990s ones turned into boring beige boxes, as dull as staplers, but there were occasional flashes of brilliance - most of which you couldn't afford.

            Then by the 2000s nothing was left but staplers. It's all just office equipment now.

            Devices like modern phones and the make me want to cry, they are so stupid and so clunky.

            [...]

            I watched my chosen field go from bold and innovative to a sad bunch of efforts to polish turds. It is heartbreaking."

              [?]Mark Stosberg ยป 🌐
              @markstos@urbanists.social

              On how to share package list and env deets across distros & laptops?

              Previously I used for packages and global config and YADM for local dotfiles.

              YADM has worked well. It's basically git for $HOME so there's not much to learn and it's stays in sync.

              My Ansible configs quickly and repeatedly drifted out of sync because it's to easy to install something manually and never go back reflect it in Ansible. Cross-distro, things get even hairier.

              Today I'm looking at instead.๐Ÿงต๏ธ

                [?]nixCraft ๐Ÿง ยป 🌐
                @nixCraft@mastodon.social

                You are not expected to understand this en.wikipedia.org/wiki/A_Commen

                A screenshot from Wikpedia.

Title: You are not expected to understand this

Text read:
The infamous program comment "You are not expected to understand this" occurs on line 2238 of the source code (Lions' Commentary, p. 22) at the end of a comment explaining the process exchange mechanism. It refers to line 325 of the file slp.c.[9] The source code reads:[10][11]

The source code:
        /*
         * If the new process paused because it was
         * swapped out, set the stack level to the last call
         * to savu(u_ssav).  This means that the return
         * which is executed immediately after the call to aretu
         * actually returns from the last routine which did
         * the savu.
         *
         * You are not expected to understand this.
         */
        if(rp->p_flag&SSWAP) {
                rp->p_flag =& ~SSWAP;
                aretu(u.u_ssav);
        }

Taken from https://en.wikipedia.org/wiki/A_Commentary_on_the_UNIX_Operating_System

                Alt...A screenshot from Wikpedia. Title: You are not expected to understand this Text read: The infamous program comment "You are not expected to understand this" occurs on line 2238 of the source code (Lions' Commentary, p. 22) at the end of a comment explaining the process exchange mechanism. It refers to line 325 of the file slp.c.[9] The source code reads:[10][11] The source code: /* * If the new process paused because it was * swapped out, set the stack level to the last call * to savu(u_ssav). This means that the return * which is executed immediately after the call to aretu * actually returns from the last routine which did * the savu. * * You are not expected to understand this. */ if(rp->p_flag&SSWAP) { rp->p_flag =& ~SSWAP; aretu(u.u_ssav); } Taken from https://en.wikipedia.org/wiki/A_Commentary_on_the_UNIX_Operating_System

                  [?]KaiXin ยป 🌐
                  @kaixin@snac.bsd.cafe

                  Something going on with the archive: kernel.org ? All links to tarballs except the 7.2 rc leads to 404. Read it somewhere else but it seems to be happening for many.


                    #netbsd boosted

                    [?]Stefano Marinelli ยป 🌐
                    @stefano@mastodon.bsd.cafe

                    ๐ŸŒŸ Introducing BSD.cafe ๐ŸŒŸ

                    Excited to present the first building block of the BSD Cafe project! When I registered this domain months ago, I envisioned a themed bar where we can casually chat about *BSD systems, Linux, and Open-Source technology among friends, acquaintances, and patrons. But like any bar, discussions can cover a wide range of topics while respecting everyone.

                    BSD.cafe will be a hub for various tools and services, powered by *BSD.

                    The first brick is a new Mastodon instance, a gateway to the Fediverse. Registration is open, and the server will be moderated under clear guidelines promoting good behavior and zero tolerance for hate towards anyone. Inclusivity, respect, and constructive dialogue are the key values of this new instance.

                    The main server is currently hosted in Finland on a small VM, based on . Services are divided into VNET jails, connected in a LAN via a local bridge. A VPN system is also present and have been able to move individual jails to different, more powerful, machines.

                    Multimedia data and cache are hosted on another physical server (FreeBSD, within a jail), with Cloudflare in front. The aim is to cache and geodistribute data, reducing network traffic on the main VPS.

                    Reverse proxy (frontend), mail server, media server, and the instance itself are reachable via .

                    The instance started empty. No unnecessary content was pre-loaded; I want it to grow organically based on users' interests and following. There won't be any preemptive blocks at this stage. Users are encouraged to promptly report anything they find worth flagging.

                    Join us at mastodon.bsd.cafe to build a constructive and inclusive communityโ€”a safe and relaxing space for everyone.

                    Our wiki, located at wiki.bsd.cafe, features essential links and articles related to the BSD world. It provides an overview of the tools, services, rules, uptime, and more information about the BSD Cafe Services.

                    A Matrix server, a Miniflux RSS Reader, the Wiki itself, and the BlendIT Lemmy instance are all part of the BSD Cafe services, with more to come.

                      [?]Tomรกลก ยป 🌐
                      @prahou@merveilles.town

                      [MANGA][FREE DOWNLOAD] JAPANESE JESUS

                      triapul.cz/files/pmjv-japanese

                      I hereby announce the release of Japanese Jesus e-book. Enjoy!

                      If you want, you can buy something or put a dollar in the hat.
                      analognowhere.com/support

                      stay prayed up

                      japanese jesus

                      Alt...japanese jesus

                        [?]Hylke Bons ๐Ÿฅœ ยป 🌐
                        @hbons@mastodon.social

                        ok! it was a fever dream week of rushed readme-driven development, but finally I have something for you all to test out. :)

                        the new CLI codenamed Twinkle:

                        github.com/hbons/Twinkle

                          [?]OSNews ยป 🤖 🌐
                          @osnews@mstdn.social

                          Linux ported to Segaโ€™s Mega Drive

                          If you have a Sega Mega Drive, you obviously want to run Linux on it. That's something you can do now. You do need to have an EverDrive, but don't worry, the port in question contains a custom fork of Qemu for those of us that don't.

                          I don't know what else to say, other than I wonder why nobody did this sooner.

                          osnews.com/story/145401/linux-

                            [?]TelH90 ยป 🌐
                            @kkarhan@mastodon.social

                            @ChuckMcManis @AnachronistJohn @f4grx I'm oretty shure @pid_eins didn't start "for the lulz", but because took longer to boot on a midrange laptop in 2007 than it took me to get out of bed, get dressed, brush my teeth and eat breakfast back thenโ€ฆ

                              [?]KaiXin ยป 🌐
                              @kaixin@snac.bsd.cafe

                              I thought I read somewhere the () has started. I did not see any more posts though. Hard to find any information on the occ website from links. Anyone aware of the current status?


                                [?]arosano ๐Ÿ‡ฉ๐Ÿ‡ฐ ๐Ÿ‡ฎ๐Ÿ‡ฑ ยป 🌐
                                @arosano@mastodon.bsd.cafe

                                In Go we format with gofmt. In Python we use black. What do we do in JavaScript?
                                I have tried installing oxfmt, but it says "not in ".
                                It should preferably work on all platforms, and be recent enough to include .
                                I prefere it to be strict.

                                  [?]KaiXin ยป 🌐
                                  @kaixin@snac.bsd.cafe

                                  To switch between different tools on a non- systems is so easy.

                                  (it is not my post, just read about it)

                                  dinit a new init system


                                    [?]Leanpub ยป 🌐
                                    @leanpub@mastodon.social

                                    NEW! Leanpub Book LAUNCH ๐Ÿš€ Switching to Linux: A Practical Guide for Windows and Mac Users by Learn Linux TV

                                    youtu.be/L4at5WJ3mKI

                                      [?]Klaus Zimmermann :unverified: [He/Him] ยป 🌐
                                      @kzimmermann@c.im

                                      I don't think this is the right bird.

                                      Psyduck (duck pokemon) colored like a penguin. Accompanied by the text "Linux"

                                      Alt...Psyduck (duck pokemon) colored like a penguin. Accompanied by the text "Linux"

                                        [?]Shawn Webb [He/Him] ยป 🌐
                                        @lattera@bsd.network

                                        Additionally, I just enabled -ftrivial-var-auto-init=zero for the syscall emulation layer in to help mitigate CVE-2026-49424 (and issues like that in the future):

                                        radicle.network/nodes/rad.hard

                                          [?]TelH90 ยป 🌐
                                          @kkarhan@mastodon.social

                                          @f4grx @ChuckMcManis if was a good, noone would've made , much less would've moved to it!

                                          mastodon.social/@kkarhan/11683

                                            dch :flantifa: :flan_hacker: boosted

                                            [?]Laurent Cheylus ยป 🌐
                                            @lcheylus@bsd.network

                                            How to create and manage Linux Containers (LXC) on Slackware - Detailed article by Joel Carnat @joel tumfatig.net/2026/linux-contai

                                              [?]Stefano Marinelli ยป 🌐
                                              @stefano@mastodon.bsd.cafe

                                              Great news! My presentation for has been accepted!

                                              Expect a mix of disasters, horror stories, recoveries, BSDs, and one very, very long day.

                                              Stay tuned!

                                                [?]Daniel Wayne Armstrong ยป 🌐
                                                @dwarmstrong@fosstodon.org

                                                New blog post!

                                                I've only used it for a few weeks, however I've quickly come to โค๏ธ Void Linux.

                                                I show the choices I make to create an encrypted Root-On-ZFS minimal Linux system with "just enough" to provide a solid foundation to build upon further: whether that be setting up a desktop, laptop, or server.

                                                dwarmstrong.org/void-linux-ins

                                                  #netbsd boosted

                                                  [?]KaiXin ยป 🌐
                                                  @kaixin@snac.bsd.cafe

                                                  Every now and then when I come back to use my daily driver running , I got surprised why still does not provided short-formed commands like in and in do such as:

                                                  # FreeBSD
                                                  pkg ins vim # same as pkg install vim
                                                  pkg sea vim # same as pkg search vim

                                                  # NetBSD
                                                  pkgin in vim # same as pkgin install vim
                                                  pkgin se vim # same as pkgin search vim

                                                  # while in Debian
                                                  apt search vim # no apt se/sea
                                                  apt install vim # no apt in/ins


                                                    [?]nixCraft ๐Ÿง ยป 🌐
                                                    @nixCraft@mastodon.social

                                                    I tried to SSH into my server but kept getting โ€œPermission denied (publickey)โ€.
                                                    Story of my life. even my own machine doesnโ€™t trust me ๐Ÿ˜’

                                                      #netbsd boosted

                                                      [?]vermaden ยป 🌐
                                                      @vermaden@mastodon.social

                                                      Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ/๐Ÿฌ๐Ÿฒ/๐Ÿฎ๐Ÿต (Valuable News - 2026/06/29) available.

                                                      vermaden.wordpress.com/2026/06

                                                      Past releases: vermaden.wordpress.com/news/

                                                        Back to top - More...