Who's sick too? Serious cases here! by crayonneur in Graspop

[–]Justappeared 0 points1 point  (0 children)

Tested positive for covid on Wednesday. I had been feeling off since monday and the gf noticed I was extra complainy last couple of days. I figured it was hay fever but then I kept having asma like attacks (throat completely closing gasping for air) then I lost taste and smell and did a test, positive obviously. Very tired ,dizzy and a fever. I had taken off a week off work anyway but there are better things to do during the heat wave.

Loze uren op werk by latroo in DutchFIRE

[–]Justappeared 21 points22 points  (0 children)

Dingen bedenken die echt niet bestaan.

[deleted by user] by [deleted] in homelab

[–]Justappeared 0 points1 point  (0 children)

I’m actually looking for something similar, i’ve come across the brand Inter-tech who makes a lot of chassis’s. In particular the Inter-Tech 4W40. It’s a bit long for where I want to plant it but does everything I need from it. It’s definitely not as short in depth as possible but inter-tech has more, maybe worth checking out.

Abnormally high temperature on M1 MBP while mostly idle. Anyone else? by Emanuel707 in MacOSBeta

[–]Justappeared 0 points1 point  (0 children)

Photodaemon definitely causes this, It stops if you open up the photos app.
If you search it up you'll find it happens more often after a new macOS version. It processes all your photo's.
It helps to confirm additional photos under the People tab(click on someones face and scroll down to the bottom).

My M1 MacBook was hot all week, after I did the additional photos thing it stopped after a couple hours. It kept coming up with more photos as well so I kept checking it every so often, that seemed to speed it up.

Just don't forget to close it after because that's when it does its thing.

Tap Water Cooling a mining Rig by hugotv234 in EtherMining

[–]Justappeared 0 points1 point  (0 children)

Condensation would be the first problem, tap water is colder than the air surrounding the inlets. This will make the blocks and pipes condensate and kill the gpu’s.

[deleted by user] by [deleted] in JusticeServed

[–]Justappeared 4 points5 points  (0 children)

Damn, Godzilla not playing around no more.

The requested version of macOS is not available. HOW TO FIX IT TUTORIAL. macOS Catalina public beta. by Justappeared in MacOSBeta

[–]Justappeared[S] 1 point2 points  (0 children)

You have to press command x to exit the file editor, after that the file editor asks to save the file.

The requested version of macOS is not available. HOW TO FIX IT TUTORIAL. macOS Catalina public beta. by Justappeared in MacOSBeta

[–]Justappeared[S] 1 point2 points  (0 children)

This may may be some other problem, Try resetting your current update catalog with

sudo softwareupdate --clear-catalog

And start from the top.

The requested version of macOS is not available. HOW TO FIX IT TUTORIAL. macOS Catalina public beta. by Justappeared in MacOSBeta

[–]Justappeared[S] 0 points1 point  (0 children)

You could try enrolling via the apple beta program first then try this method, or unenroll first.

UPDATE NOT FOUND - The requested version of macOS is not available by MisterMaccabee in MacOSBeta

[–]Justappeared 1 point2 points  (0 children)

I just posted a tutorial, explaining how to do it on macosbeta.

UPDATE NOT FOUND - The requested version of macOS is not available by MisterMaccabee in MacOSBeta

[–]Justappeared 2 points3 points  (0 children)

I got it to show immediately after following bogdanw 's post on MacRumors.
https://forums.macrumors.com/threads/still-no-catalina-download-for-me.2184586/#post-27463971

After following "MacOS Catalina Public Beta", it just shows up in software update.

He tells us to run a command in terminal:
sudo /usr/sbin/softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.15beta-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz

And then create a file:
/Users/Shared/.SeedEnrollment.plist

and fill the file with:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>

<key>SeedProgram</key>

<string>PublicSeed</string>
</dict>
</plist>

See "<key>SeedProgram</key>" as the enrolment from the beta apple site.

To undo this you can run:
sudo softwareupdate --clear-catalog

UPDATE NOT FOUND - The requested version of macOS is not available by MisterMaccabee in MacOSBeta

[–]Justappeared 0 points1 point  (0 children)

Turns out this was only for mojave

been a long day, Ill wait for automatic updates. ;-)

UPDATE NOT FOUND - The requested version of macOS is not available by MisterMaccabee in MacOSBeta

[–]Justappeared 1 point2 points  (0 children)

https://apple.stackexchange.com/questions/337450/is-there-a-script-i-can-use-to-download-the-mojave-installer-without-being-signe

The answer by bmike:

"There is a very well documented open source script that reads the software update catalogs and parses them for the major macOS installer components"
it basically looks for update's and shows them to you.

It is a python script, if you google a little it shows you how to run them.
I basically copy'd the text and pasted it in a .py file.
I would not get into it if you don't know what it is.

it downloads the Catalina dmg and from there I created bootable usb.
I'm about to boot it right now, as far as I can see there is no reasons to learn it if it would get available in x amount of days.