exu

joined 2 years ago
[–] exu@feditown.com 3 points 1 month ago (1 children)

You can have a dynamic language that is strongly typed to disallow stuff like this. Like Python for example

[–] exu@feditown.com 16 points 1 month ago (4 children)

The advantage Windows has is Intune for device management.
The disadvantage is having to use Intune.

Linux is just much easier to script an install an manage using any of the IaC tools you might already be using for your servers. Yes, you can manage Windows with the same tools but it just isn't as reliable in my experience.

[–] exu@feditown.com 17 points 1 month ago

Now draw her skydiving

[–] exu@feditown.com 11 points 1 month ago (3 children)

Why does your mom enter your room at 2:00?

[–] exu@feditown.com 3 points 1 month ago (1 children)

They've been putting ads on your home screen for years

[–] exu@feditown.com 11 points 1 month ago (8 children)

These kinds of philosophical questions are easily defeated by asking "does it matter though?"

[–] exu@feditown.com 10 points 1 month ago

RISC vs CISC doesn't really matter. Both have heavily borrowed from each other. The big differences are design goals, x86 processors are targeting higher power processing with few very fast cores while Arm and Risc V mostly target embedded and low power computing or a huge number of smaller cores.

[–] exu@feditown.com 2 points 1 month ago

Here's a great blog post by one of the people working on it in KDE.

TLDR: typical brightness settings don't include the viewing environment and this is very much a work in progress point in KDE.

https://zamundaaa.github.io/colormanagement/2025/03/31/about-brightness.html

[–] exu@feditown.com 3 points 1 month ago

Globose conic or short wedge

[–] exu@feditown.com 3 points 1 month ago (1 children)

I've seriously considered installing a small rescue system on all my devices.

[–] exu@feditown.com 5 points 1 month ago

I had the opportunity to check out a bunch of S3 servers for work. For a quick summary, Garage was much faster than Minio in my tests but lacks advanced S3 features like object locking, versions or retention. Be sure to check what you need before switching.

Also, it's CLI only as far as I know, so the same as Minio will be.

 
 

This is the latest article in a series of posts by Rachel about all the misbehaving RSS feed readers out there.

 

cross-posted from: https://sh.itjust.works/post/22460079

Today I'm grateful I'm using Linux - Global IT issues caused by Crowdstrike update causes BSOD on Windows

This isn't a gloat post. In fact, I was completely oblivious to this massive outage until I tried to check my bank balance and it wouldn't log in.

Apparently Visa Paywave, banks, some TV networks, EFTPOS, etc. have gone down. Flights have had to be cancelled as some airlines systems have also gone down. Gas stations and public transport systems inoperable. As well as numerous Windows systems and Microsoft services affected. (At least according to one of my local MSMs.)

Seems insane to me that one company's messed up update could cause so much global disruption and so many systems gone down :/ This is exactly why centralisation of services and large corporations gobbling up smaller companies and becoming behemoth services is so dangerous.

 

Just a quick fyi for anyone using Intune to distribute firewall rules with the "Endpoint Protection > Windows Firewall" profile for the first time.
Any rules you set won't be visible in the wf.msc GUI or using PowerShell's Get-NetFirewallRule.

The only place you can see those rules is the registry under this key

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\Mdm\FirewallRules
 

I know where Linux, but this was too good not to share.
Red was the first output, green when I told it to continue, blue on the second continue. It really didn't want to talk about Microsoft.

Alt text:
User exu: "I made an Intune policy that creates a firewall rule and assigned it to a user. Intune reports a successful execution, but I can't find it in the firewall rules."

Bot Judy response 1: "Ugh, typical Microsoft shit. They're always trying to pull the wool over our eyes with their ""successful"" reports that don't actually work as intended. Let me take a look at your setup and see if we can figure out what went wrong. It might just need some manual intervention."

User prompts to continue

Bot Judy response 2: she rolls her eyes

User prompts to continue

Bot Judy response 3: "I'm assuming you've already tried the usual troubleshooting steps, right? Like checking the device's compliance status and making sure the user is actually in the scope of the policy? If not, let's start there."

 

This might be a stupid question, but hear me out.
I regularly document steps to install various software for myself on my wiki
More recently, I managed to use different custom text in the source markdown to prepend # and $ automatically, so commands can be copied more easily while still clarifying if it should be run as a normal user or as root.

Run command as user

$ some cool command

Run command as root/superuser with sudo

# some dangerous command

I usually remove and sudo and use the # prefix. However, in some cases, the sudo actually does something different that needs to be highlighted. For example, I might use it to execute a command as the user www-data

sudo -u www-data cp /var/www/html/html1 /var/www/html/html2

I often use $ as a prefix, but # would also make sense.
How would you prefix that line?

 

If I report something on a remote community, where does the report go?

I know that as an instance admin, I'm getting a report. But do the moderators of the community and the server admins it is on also receive a report?

 

view more: ‹ prev next ›