social.techliterate.co 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@techliterate.co
Admin account
@chris@social.techliterate.co

Search results for tag #linux

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

There is a subtle, almost sadistic pleasure in what I’m doing right now: I open boxes of brand-new ThinkCentre PCs, unpack them, hook them up to a monitor, keyboard, and network cable. I boot from USB and replace the preinstalled Windows 11 (never even started) with my Debian 13 golden image, using Clonezilla.

As of today, the setup is based on Debian 13, but I’m already working on a variant based on FreeBSD and jails.

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

    When you visit archlinux32.org/ and it gets blocked due to stupid laws. They blocked visitors from Brazil and California.

    Soon, pretty much all you will get this message on many such Linux and open source projects.

    You get "Access Restricted" message on Arch Linux 32 which read as follows:

Direct access to archlinux32.org has been suspended for your region.

Due to legislative changes - specifically Brazil Law No. 15.211/2025 (ECA Digital) and California AB 1043 - the project cannot provide services in certain jurisdictions. It notes that as a community run Free and Open Source Software (FOSS) project, they lack the legal and financial resources to implement the mandated "auditable age assurance" and "identity verification" mechanisms. To avoid catastrophic fines that could close the project globally, they have implemented a regional block.

What this means for you:

    Alt...You get "Access Restricted" message on Arch Linux 32 which read as follows: Direct access to archlinux32.org has been suspended for your region. Due to legislative changes - specifically Brazil Law No. 15.211/2025 (ECA Digital) and California AB 1043 - the project cannot provide services in certain jurisdictions. It notes that as a community run Free and Open Source Software (FOSS) project, they lack the legal and financial resources to implement the mandated "auditable age assurance" and "identity verification" mechanisms. To avoid catastrophic fines that could close the project globally, they have implemented a regional block. What this means for you:

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

      Run the following to see your PATH settings in easy to read format on screen:
      ```
      tr ":" "\n" <<<"$PATH"
      tr ":" "\n" <<<"$PATH" | lolcat
      ```
      This is a little more portable
      ```
      echo "$PATH" | tr ":" "\n"
      echo "$PATH" | tr ":" "\n" | lolcat
      ```

      a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command.  This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.

      Alt...a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command. This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.

        [?]BastilleBSD :freebsd: » 🌐
        @BastilleBSD@fosstodon.org

        Build anything interesting over the weekend?

        I experimented with the conduit matrix chat software (in a jail, of course) and so far it's simple and works as advertised.

        What did you discover?

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

          Sony's introduction of the PS2 Linux Kit caught the attention of researchers at NCSA. They combined 70 PS2 consoles in 2003 to form a supercomputer, highlighting its ability to perform complex scientific calculations.

          credit: reddit.com/r/ObsoleteSony/comm

          A person (man) in an "Area 51" T shirt stands next to a large server rack filled with many of networked Sony PlayStation 2 (PS2) consoles.

          Alt...A person (man) in an "Area 51" T shirt stands next to a large server rack filled with many of networked Sony PlayStation 2 (PS2) consoles.

            Back to top - More...