soc.octade.net 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.

Admin email
social@octade.net

Search results for tag #debian

[?]Bryan :tng_badge: » 🌐
@bryan@dusty.ninja

Maybe now #DigitalOcean will update their supported Linux distribution list to include #Debian #Trixie. 💅🏻

From: @9to5linux
https://floss.social/@9to5linux/115157643472490810

    [?]Debian » 🤖 🌐
    @debian@framapiaf.org

    First update for Debian 13: 13.1 released debian.org/News/2025/202500906 #09

      [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
      @rl_dane@polymaths.social

      @amin @jlw_the_jobber @wyatt

      Buy a bunch of #Debian swag. No less than a handful of stickers and a t-shirt.
      Plaster them on your laptop(s) and bike. XD

      Talk your roomie into switching to Debian. :D

        [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
        @rl_dane@polymaths.social

        @amin @jlw_the_jobber @wyatt

        Well, it's something like:

        • you install Debian when it's had a recent release (like now)
        • you install all the packages you need
        • for packages you need to have more-up-to-date, you install flatpaks
        • you gather the few packages that you need to compile, and compile them,

        and then, you just... enjoy the stability. XD

        #Debian

          [?]Debian » 🤖 🌐
          @debian@framapiaf.org

          Last weekend, we reached another milestone in our efforts to have all Debian packages versioned in Salsa (Debian's GitLab instance). Out of around 39000 packages, less than 2000 are not in Salsa! Check trends.debian.net/#vcs-hosting for some cool graphs #09

            [?]Isaac Ji Kuo » 🌐
            @isaackuo@spacey.space

            Linux tip - Keep Wifi On!

            I have one laptop - a Fujitsu Lifebook T732 - which ALWAYS disables WiFi the first time the lid is closed. I've messed with BIOS settings with no luck.

            My crude simple fix is an autostart shell script which simply turns on wifi every 23 seconds:

            #!/bin/sh
            while true; do
            nmcli radio wifi on
            sleep 23
            done

            The command "nmcli radio wifi on" is the NetworkManager Command Line Interface command, turning the radio button for "enable wifi" on.

              [?]Isaac Ji Kuo » 🌐
              @isaackuo@spacey.space

              Debian Trixie tip

              If you use XFCE4 and do NOT want the screen to ever blank:

              1. Install xfce4-screensaver
              2. Go to XFCE sessions and startup and uncheck Screen Locker from autostart
              3. Go to screensaver settings and make it inactive
              4. Go to power settings and tell it to never turn off the display

                [?]Isaac Ji Kuo » 🌐
                @isaackuo@spacey.space

                Do NOT dist-upgrade to Debain Trixie if you have nvidia-legacy-390xx-driver installed.

                I did and it left Debian in a very unhappy state - unable to create the boot initrd. I didn't feel like fixing it, so I replaced the boot drive with one that didn't have nvidia-legacy-390xx-driver installed. All my other computers dist-upgraded to Trixie with no issues.

                packages.debian.org/sid/nvidia

                  🗳

                  [?]knoppix » 🌐
                  @knoppix95@mastodon.social

                  Poll: How many screens do you work with? 🖥️

                  Vote + Boost 🔁 = ❤️

                  (Feel free to reply with how this setup helps you 👇)

                  🧍 Just 1 screen:9
                  🧑‍💻 Dual setup (2):16
                  🧠 Triple or more:5
                    Yora boosted

                    [?]knoppix » 🌐
                    @knoppix95@mastodon.social

                    Case matters, folks. 🫠

                    A meme showing a common Linux command line error. Top text says:

"my folder: Downloads"
"me: cd downloads"
"Linux:"

Below is an image of Loki from Marvel’s Thor movies saying, “I’ve never met this man in my life,” implying Linux doesn’t recognize the folder due to incorrect capitalization.

                    Alt...A meme showing a common Linux command line error. Top text says: "my folder: Downloads" "me: cd downloads" "Linux:" Below is an image of Loki from Marvel’s Thor movies saying, “I’ve never met this man in my life,” implying Linux doesn’t recognize the folder due to incorrect capitalization.

                      [?]jbz » 🌐
                      @jbz@indieweb.social

                      [?]#FreeSchool <---> Hashtag » 🌐
                      @freeschool@qoto.org

                      Buy Libre ✅ by

                      💻 minifree.org/ 💻
                      or see account: @libreleah

                      [hardware + software packaged together]

                      ✔️
                      ✔️ or
                      ( Any )

                      WHY
                      ❤️ Better people to buy from basically...)

                      🔷 People who do lots of stuff for free and because they 💓 to sell decent hw/sw packages (not just mainstream bundles)...

                      PICTURED

                        [?]Owl Eyes » 🌐
                        @d1@autistics.life

                        is really solid in . The menubar crashed on me once, using an external monitor (this is on a laptop), but once I mirrored the displays, no more crashing. This crash is after the laptop awoke from sleep.

                          [?]Owl Eyes » 🌐
                          @d1@autistics.life

                          A better name for would be LLMtrainingParty.

                            1 ★ 0 ↺

                            [?]OCTADE » 🌐
                            @octade@soc.octade.net

                            When is Debian going to enable Calamares to install LUKS+BTRFS or encrypted BTRFS without needing to manually partition everything and pray? Parrot already does this. Debian team could just swipe ParrotSec's Calamares config and spread joy.