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

[?]Jay 🚩 :runbsd: »
@jaypatelani@bsd.network

[?]sebsauvage »
@sebsauvage@framapiaf.org

:linux:
OH LE BOULET.
Je viens de me rendre compte que j'avais oublié de mettre le répertoire de torrents de mon NAS en NOCOW. Duh.

Correction:
- fermer le client torrent.
- créer un répertoire vide, le mettre en NOCOW (chattr +C nouveau)
- copier l'ancien répertoire dedans (cp -r -v --reflink=never ancien nouveau) (sinon ça gardera les blocs de données qui sont déjà en mode CoW)

    🗳

    [?]buherator »
    @buherator@infosec.place

    On a fresh #Linux install in 2025...

    I configure swap space when on HDD:17
    I configure swap space when on SSD:23
    I don't configure swap space when on HDD:8
    I don't configure swap space when on SSD:9
    Results plz:6

    Closed

      [?]vermaden »
      @vermaden@mastodon.bsd.cafe

      Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟭𝟭 (Valuable News - 2025/08/11) available.

      vermaden.wordpress.com/2025/08

      Past releases: vermaden.wordpress.com/news/

        #netbsd boosted

        [?]vermaden »
        @vermaden@mastodon.social

        Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟭𝟭 (Valuable News - 2025/08/11) available.

        vermaden.wordpress.com/2025/08

        Past releases: vermaden.wordpress.com/news/

          [?]sjvn »
          @sjvn@mastodon.social

          Think Linux desktop market share isn't over 6%? This 15 million-system scan says otherwise
          zdnet.com/article/think-linux- by @sjvn

          The desktop has finally taken off.

            [?]Ursidinoj/The Bjornsdottirs »
            @ellenor2000@mastodon.top

            When I reboot my laptop's cell modem by running /reset, /remove, and rescan, the CPU becomes blocked from entering C-states deeper than 3, resulting in an appreciable increase in power consumption.

              [?]Tom »
              @pertho@mastodon.bsd.cafe

              I think I've gotten further with this issue, knowledge-wise. The program I run for it does some live patching in memory (basically reads in a .dll and binary patches it in memory)

              This all runs just fine in but fails in FreeBSD.

              The system call I could find for it in WINE debugging was: KERNEL32.ReadProcessMemory

              I also get this dreaded message:
              wineserver: file_set_error() can't map error: Cannot allocate memory

              This is FreeBSD 14.3, wine-devel 10.12.
              Have tried disabling ASLR, enabling W^X (which I know is bad), have tried both 64-bit and 32-bit (WINEARCH=win32) prefixes. Same problem happens.

              Is FreeBSD preventing WINE programs from reading each others' memory? I don't even know if it even got to the write part, it couldn't read it at all.

              Please boost far and wide and many thanks in advance to anyone in the FreeBSD gaming community who might know the answer here (or a friendly FreeBSD dev?)

                [?]Kevin Russell »
                @kevinrns@mstdn.social

                @nixCraft

                80 to 90% of the web is served on linux computers, Microsoft owned servers, serving Windows products, are linux.

                If Intel can't provide linux kernel code for their hardware, they will stop selling hardware.

                  [?]Mike :nixos: »
                  @codemonkeymike@fosstodon.org

                  Dream come true yesterday!

                  I got to talk to a packed room of normal (non technical people) at the local library about how important it is to upcycle computers, and how Linux can save the world in this respect.

                  Thanks to all the people who showed up, supported, donated laptops and listened. We even gave away 9 free laptops at the event.

                  Library said it was the most well attended event they've had! So will be many more of these in the future. :)

                  Nerd in a cosmic shirt with NixOS on display behind me giving a talk

                  Alt...Nerd in a cosmic shirt with NixOS on display behind me giving a talk

                    [?]Neil Brown »
                    @neil@mastodon.neilzone.co.uk

                    New post:

                    "'Here's what I do' versus 'You should'"

                    A bit of a gripe about people who tell others what they *should* do.

                    neilzone.co.uk/2025/08/heres-w

                      [?]Artur Manuel »
                      @amadaluzia@mastodon.bsd.cafe

                      I recently had to do some Docker related things which meant that it was time to retry Linux. My first idea was to install Debian SID and Void Linux - using dm-crypt and LVM on a spare laptop, and I wanted to tell the story of my time using each, as maybe you can get something out of it. Let'a get on with the story now.

                      # 1. Setting up Debian

                      I had no idea if the GUI installer for Debian was going to cause an issue, so I went for the next best thing: a KDE image and debootstrap. I was pretty confused by a lot of things, examples of which being setting rd.luks.uuid, locales, and I thought I install systemd in the initramfs as if it were Arch but I eventually gave up and used /etc/crypttab with it working. I had a Debian with full KDE setup in 2 days.

                      # 2. Setting up Void

                      I also set up Void while booted into Debian because I had prepared LVM for that when setting up Debian. I had to variate from the Void Linux disk encryption setup because using LUKS1 just felt weird. But I did borrow the crypttab setup from Debian which worked with a caveat: I had to decrypt twice. This was fixed by someone in the voidlinux libera channel thankfully. I had a nearly fully working Void with KDE setup at the end.

                      # 3. Issues with Void

                      With everything setup so that PipeWire could start with D-Bus, it did not start. I had another issue related to wireplumber and pipewire-pulse because I forgot to link their configs to `/etc/pipewire/pipewire.conf.d`. Other than that, no notable issues with Void.

                      # 4. Issues with Debian

                      I really like packaging things, and thought of adding a package I really wanted to Debian, but I really cannot wrap my head around packaging for Debian. I get it somewhat, use the `dh-*` set of tools to make a package for Meson, cargo, etc. but I'm still kind of stumped outside of that. I really like FreeBSD ports, NixOS packages and XBPS templates from Void as they are really simple to work with. I won't say that it's awful to work with Debian's packaging as I really have not had enough time to understand it.

                      # 5. Next stop, NixOS

                      I was previously a NixOS user, and I really need to revisit it as I used to really like it and haven't used it in a while. Additionally, I am also a maintainer for a few nixpkgs packages myself, so it would probably be a good idea for me to use NixOS to have the nicities of it while also contributing back to nixpkgs more. I like it for the same reasons as everyone else.

                      # 6. Why not FreeBSD

                      I love FreeBSD, and would like to put it on everything I own, but I had to use Docker. Installing Docker in FreeBSD looks really messy. I had no choice other than to set up Linux, on thankfully a spare laptop and not my main machine. I'll be honest, if I didn't need Docker, I would just use FreeBSD on that laptop.

                      # 7. The End

                      That's my chaptered semi-rant about my journey with 2 Linux Distributions, and any options I may also pick. Honestly, FreeBSD is not as complicated in my opinion due to documentation, tooling and ease of use of said tooling. Jails, bhyve and other nicities are also pretty cool. Tha ks for reading.

                        [?]R1 Open Source Project »
                        @r1os@mastodon.bsd.cafe

                        Debian 13 "Trixie" released with official support for riscv64, HTTP boot support, 64-bit time_t ABI, GNOME 48, KDE Plasma 6.3, Xfce 4.20, LXQt 2.1, Linux Kernel 6.12 LTS

                        debian.org/releases/trixie/rel

                          [?]Some Guy »
                          @peteorrall@mastodon.social

                          @nixCraft It's because the Linux desktop market doesn't generate nearly the profits the server market does. Unfortunately.

                          Traditionally, the corporate distros' desktop lineup is more limited than the standard desktop distros. Fewer bundled packages and supported third party packages.

                            🗳
                            Stephan boosted

                            [?]knoppix »
                            @knoppix95@mastodon.social

                            What made you try Linux for the first time? 🐧
                            Was it the thrill of freedom, the escape from Big Tech, or just plain curiosity?

                            Vote below ⬇️
                            Hit 🔁 after voting to help reach more Linux folks!
                            And share your story in the replies 💬

                            🕵️ Privacy / Big Tech escape:41
                            🤓 Curiosity / Learning:90
                            🛠️ Customization / Control:27
                            👐 Open Source / Community:21

                              [?]Stefano Marinelli »
                              @stefano@mastodon.bsd.cafe

                              My home desktop - 1 March 2000 - a Pentium 233 MMX.
                              The OS was Debian Linux - you can see a printed Tux near the keyboard.
                              No broadband connection, just a 56k modem.
                              Iomega Zip drive - so I could download stuff at Uni and bring it back home.
                              One year later, this became my first 24/7 server.

                              A late 1990s - early 2000s computer setup on a white desk, featuring a large beige Sony CRT monitor, a beige tower PC with front-facing floppy disk and CD-ROM drives, an external 56k modem, a beige keyboard, and various scattered items such as CDs, cables, and glasses. Behind the monitor is a large black Sony  speaker, and a motorcycle poster hangs on the wall. The photo’s timestamp reads “1.3.2000.”

                              Alt...A late 1990s - early 2000s computer setup on a white desk, featuring a large beige Sony CRT monitor, a beige tower PC with front-facing floppy disk and CD-ROM drives, an external 56k modem, a beige keyboard, and various scattered items such as CDs, cables, and glasses. Behind the monitor is a large black Sony speaker, and a motorcycle poster hangs on the wall. The photo’s timestamp reads “1.3.2000.”

                                [?]Hippo 🍉 »
                                @badrihippo@fosstodon.org

                                on . I'm not expert enough to know how exactly that works or what it's doing, but it seems to be making one of the protocols on the bedrock of the more resilient, which is always a good thing 📡

                                nlnet.nl/project/MPTCP-C-Flag/

                                🧵 2/n

                                  [?]p4bl0p3rn0t »
                                  @pablopernot@toot.portes-imaginaire.org

                                  Dans les choix de laptop (pour ) je vois encore le concours : intel versus amd. La différence est forte aujourd'hui ?

                                    [?]p4bl0p3rn0t »
                                    @pablopernot@toot.portes-imaginaire.org

                                    Je trainais mes depuis le rachat de la boite par la boite zombie. Bon avec Tim Cook c'est plus possible. Je reviens à (linux de 95 à 2021 hein ok me brisez pas les croustillons). Quel laptop vous conseillez ? Lésinez pas ! merci !

                                      [?]Peter N. M. Hansteen »
                                      @pitrh@mastodon.social

                                      "backdoor" is the new "virus" in overused and wrongly applied terminology.

                                      Over at the facesite I came across a piece (Not linking to that sh*t) about "Linux malware PLAGUE" which describes a piece of software that is useful *post-compromise* to whoever wants to hide their tracks.

                                      Not a backdoor because it requires already established access.

                                        [?]SpaceLifeForm »
                                        @SpaceLifeForm@infosec.exchange

                                        @nixCraft

                                        I will stay wait a couple of weeks to distribute server load.

                                          [?]Nathan 🇵🇷 »
                                          @Nathan@mastodon.bsd.cafe

                                          I just got my first 3D printer, I'm loath to use for the software but I do have a machine w/ SolidWorks that runs
                                          win11pro

                                          What linux software stack do you use for 3d printing?

                                            [?]Beardy Star Stuff »
                                            @dennyhenke@social.coop

                                            @marcoarment I'd been using Apple hardware since 1993 and made the decision to exit the Apple ecosystem back in February and I'm glad I did. Anyone can do it. Same for Google and Amazon. Didn't use Microsoft.

                                            Computing is entirely possible without them. It takes a bit of effort to detangle from iCloud, etc but it's well worth it.

                                            GNU/Linux is much better than I'd previously thought. It's actually been fantastic.

                                            beardystarstuff.net/posts/2025

                                              [?]vermaden »
                                              @vermaden@mastodon.bsd.cafe

                                              Added 𝗨𝗣𝗗𝗔𝗧𝗘 𝟮 - 𝗦𝗲𝗻𝘀𝗼𝗿𝘀 𝗔𝘃𝗮𝗶𝗹𝗮𝗯𝗹𝗲 𝗶𝗻 𝗣𝗼𝗿𝘁𝘀 𝗧𝗿𝗲𝗲 [UPDATE 2 - Sensors Available in Ports Tree] to 𝗦𝗲𝗻𝘀𝗼𝗿𝘀 𝗜𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻 𝗼𝗻 𝗙𝗿𝗲𝗲𝗕𝗦𝗗 [Sensors Information on FreeBSD] article.

                                              vermaden.wordpress.com/2022/02

                                                [?]Jun Nergahak 🌺🌺🌺 »
                                                @nergahak@mastodon.social

                                                Hey guys, do you know of any apps similar to "sdelete" for Linux? Of the ones I found on Google, none have the option to wipe the hard drive's empty space. In sdelete, the command is "sdelete -z C:". I have a Linux server in a VM, and wiping the empty space helps compress the hard drive in VMware.

                                                  [?]nixCraft 🐧 »
                                                  @nixCraft@mastodon.social

                                                  Netmaker uses WireGuard to create secure, scalable virtual networks (VPN) that connect data centers, clouds, and edge devices including home routers. It's highly customizable and can be configured for a variety of use cases, from small businesses to large enterprises. github.com/gravitl/netmaker

                                                    [?]Solène :flan_hacker: »
                                                    @solene@bsd.network

                                                    Bonjour :flan_wave:

                                                    Il y a des associations Linux & logiciel libre en Dordogne / Périgueux ? :flan_think:

                                                      #netbsd boosted

                                                      [?]HackerNews VN bot » 🤖
                                                      @hackernews_bot_vn@mastodon.maobui.com

                                                      NetBSD 11.0 sắp ra mắt! 🚀 Bản cập nhật này tập trung cải thiện khả năng tương thích Linux và hỗ trợ RISC-V. Hứa hẹn nhiều điều thú vị cho người dùng NetBSD!

                                                      phoronix.com/news/NetBSD-11.0-

                                                      [?]nixCraft 🐧 »
                                                      @nixCraft@mastodon.social

                                                      Interest in LibreOffice, the open-source alternative to Microsoft Office, is on the rise, with weekly downloads of its software package close to 1 million a week as users look to avoid subscription costs. That’s the highest download number since 2023. It works on Linux, macOS, Windows and Unix like systems. computerworld.com/article/3840

                                                        #netbsd boosted

                                                        [?]vermaden »
                                                        @vermaden@mastodon.social

                                                        Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟬𝟰 (Valuable News - 2025/08/04) available.

                                                        vermaden.wordpress.com/2025/08

                                                        Past releases: vermaden.wordpress.com/news/

                                                          [?]vermaden »
                                                          @vermaden@mastodon.bsd.cafe

                                                          Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟬𝟰 (Valuable News - 2025/08/04) available.

                                                          vermaden.wordpress.com/2025/08

                                                          Past releases: vermaden.wordpress.com/news/

                                                            [?]Wesley Moore »
                                                            @wezm@mastodon.decentralised.social

                                                            TIL about wcurl, a wget/BSD fetch-like wrapper that's included with curl curl.se/wcurl/

                                                            /via @yaakov and floss.social/@omgubuntu/114965

                                                              [?]Stefano Marinelli »
                                                              @stefano@mastodon.bsd.cafe

                                                              This afternoon I tried to boot a KDE Linux image on my mini PC. Plasma kept crashing, so I couldn't try it out.
                                                              I'll wait for the next snapshot.

                                                                [?]Dendrobatus Azureus »
                                                                @Dendrobatus_Azureus@mastodon.bsd.cafe

                                                                I have something else to be thankful for today. At this moment in time I am busy restoring functionality on systems so that I will be able to resume important remote tasks, which shall enable me to restore the level that I am used to, when it comes down to actual value of goods

                                                                This work is highly specialized and needs a set of computing systems, communication systems which use GSM messaging systems and other means of signalling, in order to properly Act, monitor react and deploy the remote systems, of which a set of those are managed deployed monitored and configured through Proxmox.

                                                                @gyptazy has made incredibly wonderful contributions to the community of Open Source and I'm specifically highlighting his work in for example the great Proxmox load balancer.

                                                                Through the Work Of Him and other hundreds to thousands nameless Open Source coders, programmers en hackers am I able to do this work.

                                                                I am fortunate enough to have virtually met him here on the FediVerse through a beautiful forward that @stefano has made, who also makes great contributions in Open Source

                                                                Without the work of these incredible people none of this would have been possible. I would be sitting watching this beautiful scenery that I would have made myself with props

                                                                There would not be any Open Source Operating Systems, plural, driving the displays.

                                                                Being Grateful is important. Giving Thanks sends a beautifully Modulated Pulse of Energy, through the Universe to everyone.

                                                                I am thankful to you all

                                                                The photograph shot in total absolute darkness shows a collage of four IPS LED panels, each displaying different content. The top screen features a blue background with a flower image and a text editor window Bash shells tabbed, with code. The middle screen displays a vinyl record label of Kraftwerk Autobahn, with a colorful design and a digital audio workstation interface. The bottom screen shows a blue-toned image with abstract patterns, possibly a visualizer or a live performance. The screens are arranged vertically, with the top screen at the top, the middle screen in the center, and the bottom screen at the bottom. The background is dark, emphasizing the screens' content.

 Ovis2-8B

🌱 Energy used: 0.156 Wh

                                                                Alt...The photograph shot in total absolute darkness shows a collage of four IPS LED panels, each displaying different content. The top screen features a blue background with a flower image and a text editor window Bash shells tabbed, with code. The middle screen displays a vinyl record label of Kraftwerk Autobahn, with a colorful design and a digital audio workstation interface. The bottom screen shows a blue-toned image with abstract patterns, possibly a visualizer or a live performance. The screens are arranged vertically, with the top screen at the top, the middle screen in the center, and the bottom screen at the bottom. The background is dark, emphasizing the screens' content. Ovis2-8B 🌱 Energy used: 0.156 Wh

                                                                  Back to top - More...