Terry

@Terry1032
6 Followers
18 Following
205 Posts
Just a casual Linux user
@LewisWorkshop For a split second I thought they meant programming language with software language and was really confused by it saying welsh.
@onokoto Intel has been acting a bit iffy with their open-source projects so I’m not sure what the future might hold.
To be on the safest side in terms of long term driver support I’d recommend any somewhat recent AMD card.

@m3tti I know lefties tend to dislike Xlibre because of political disagreements with its lead developers / maintainer.
Putting politics aside though it’s pretty much just continued Xorg slowly adding updates which haven’t been added in the last couple of years thanks to a silent feature freeze on the Xorg project.

I use it as my main display server because I don’t like Wayland and it functions as a simple drop-in replacement for Xorg.

@prettygood I just opened Mastodon…!
Listen, bub: I *paid* for 8 processors and 32 gigs of RAM, and I'm going to *use* them.
#hardware #linux

https://social.emucafe.org/naferrell/windows-10-to-11-and-linux-10-22-25/

From an October 14, 2025 report in Brussels Signal:

  • “A group of protesters gathered outside Microsoft’s EU office to complain about the company’s decision to end security updates for its older devices running the Windows 10 operating system.”
  • “[This] includes millions of older devices that cannot run its newer operating system, Windows 11.”
  • “Right to Repair Europe, which organised the protest, said Microsoft had now made users choose between a system that will become steadily more insecure, or buying a new laptop.”

I have been running Linux exclusively since August 2020. I switched to Linux when I built a new desktop computer to replace the previous desktop I had built back in 2011, so it was not a forced obsalescence case. However, I did once have a Windows XP netbook that I could not upgrade. It was my only laptop. Instead of purchasing a new laptop, I installed Ubuntu on it. All I really knew about Linux was that it was a free operating system that some tech people used. I am sure I chose Ubuntu because that was the only Linux thing I had heard of. It went fine. While I am not going to say that everyone can switch from Windows to Linux like I did, I would encourage even those people who need to “upgrade” to a Windows 11 laptop re-purpose their old laptops with a shiny new Linux distribution and give it a go. Some without specific work-related concerns may find that Linux works as well or better for them than Windows.

#linux #windows

[Note] Windows 10 to 11: Enter Linux For Old Computers?

I recommend that Windows 10 users facing device obsolescence with the end of support for 10 at least consider trying Linux on their old computers.

The Emu Café Social
@Bluedepth And then here I am using the Zen kernel with experimental patches that are not even part of the main branch

Configure nullmailer with a relay host

edafe.de/nullmailer

If you wish to receive status updates from your Debian or Ubuntu system, you need to install and configure a mail transfer agent (MTA). nullmailer is a relay-only forwarding MTA that can be used as an alternative to more complex MTAs, such as Exim, Sendmail or Postfix.

A relay host, also referred to as a smarthost, can be defined as an email server for outgoing mail that is being afforded a good reputation by its peers. In this example, we use Fastmail because email deliverability depends on a number of different factors.

Configuration of nullmailer with Email Service Providers (ESPs) other than Fastmail should be similar, given that all ESPs implement the Simple Mail Transfer Protocol (SMTP).

Step 1

Generate an app password

Log into your Fastmail account and set up a new app password for SMTP authentication.

Create an alias

Set up a dedicated Fastmail alias to receive incoming messages.

Step 2

Use copy and paste to enter the following commands. Be careful not to miss any punctuation.

Create the new directory /etc/nullmailer and the file /etc/nullmailer/adminaddr.

$ sudo mkdir /etc/nullmailer && sudo nano /etc/nullmailer/adminaddr

The Fastmail alias you created in Step 1 should be the only entry in /etc/nullmailer/adminaddr.

[email protected]

Step 3

Install the required packages.

$ sudo apt-get install --yes nullmailer mailutils

Step 4

Enter the system mailname. If you are setting up on a home network, you should use home.arpa as the domain name.

Configuring nullmailer

Mailname of your system:

tux.home.arpa

Ok

Configuring the smarthost

Configure nullmailer to use the Fastmail SMTP server as a smarthost. Use your Fastmail username and the app password from Step 1.

Configuring nullmailer Smarthosts: smtp.fastmail.com smtp --port=587 --auth-login --starttls [email protected] --pass=password Ok

Step 5

Test your configuration with the following command.

$ echo "Test mail from nullmailer on tux.home.arpa to the local root user and forwarded on to Fastmail" | mail -s "Test nullmailer" root

Check your inbox!

Step 6

You can reconfigure nullmailer at any time by issuing the following comand.

$ sudo dpkg-reconfigure nullmailer #debian #email #exim #fastmail #howto #internet #linux #linuxmint #postfix #raspberrypi #rpi #sendmail #smtp #ubuntu
Configure nullmailer with a relay host

"If you want to receive status updates from your Debian or Ubuntu system, you need to employ the help of a mail tansfer agent (MTA). nullmailer is a relay-only forwarding MTA that can be used as an alternative to more complex MTAs such as Exim, Sendmail or Postfix."

edafe.de

Die Linux-Distribution eures Vertrauens ist zwar i.d.R. für euch kostenfrei, kann aber langfristig nur mit finanzieller Unterstützung weiterentwickelt werden.

Das gilt natürlich auch auch für andere nicht kommerzielle Open Source Projekte.

Spenden sind da sinnvoll.

#Linux #OpenSource #FLOSS #GNU