this post was submitted on 24 Apr 2025
216 points (100.0% liked)

Linux

7107 readers
458 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

I tried running a 2nd instance of Roblox simultaneously on macos 15 with another account but this shows up, if my mac can handle it then why can't it just let me do it? If I have two copies of an app like Roblox in separate User/Applications folders, macos moves them to the /Applications/ folder.

Sometimes it won't run apps claiming to be corrupted, so I then have to do sudo xattr -cr /Applications/someapp.app in the terminal and they run perfectly fine. It always nags me if I download apps from anywhere but mac app store. Some of these messages can only be gotten rid of by disabling system integrity protection, but then macos blocks you from running MAS apps due to having "permissive security".

I don't daily drive macOS anymore, I switched to Linux on my M1 mac where I can do whatever the hell I want.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 4 days ago (6 children)

We've been mucking around with how to pre-configure Raspberry Pis after flashing at $DAYJOB and basically, the way the Raspberry Pi Imager works is that it writes a firstrun.sh onto the SD card which gets run during first boot.

How does it know to not run that script from the second boot onwards? Well, one of the lines in that script is:

rm -f firstrun.sh

...it deletes itself while it's running. ๐Ÿ™ƒ

[โ€“] [email protected] 2 points 4 days ago

That's pretty clever

load more comments (5 replies)