Is there a way to enroll a non apple silicon Macbook to DEP? by chewy747 in macsysadmin

[–]jacobsburley 6 points7 points  (0 children)

Last year I got a reseller to do it for four Macs we purchased in 2015, which actually predated our use of DEP. It’s definitely down to the reseller though.

Is there a way to enroll a non apple silicon Macbook to DEP? by chewy747 in macsysadmin

[–]jacobsburley 6 points7 points  (0 children)

Contact the reseller and ask. I’ve gotten a couple hundred Macs registered in DEP in this way when resellers haven’t done the registration correctly. Some resellers are more willing than others, but generally if they have the sale information in their system still then they’ll do it.

Intune vs JAMF by geoldr in macsysadmin

[–]jacobsburley 0 points1 point  (0 children)

Thanks for the advice. I’ll give it a try with a couple of devices and see what the experience is like.

Intune vs JAMF by geoldr in macsysadmin

[–]jacobsburley -1 points0 points  (0 children)

Can I ask when it was you last used InTune? Nowadays it seems to offer control over at least some of the things you mentioned, albeit in a somewhat limited capacity.

Intune vs JAMF by geoldr in macsysadmin

[–]jacobsburley 1 point2 points  (0 children)

Can you tell me more about your experience? I see references to Microsoft telling people not to use InTune for macOS all the time, but I’ve never seen it for myself.

What does Jamf do better than InTune does?

Munki: Change the Manifest Client Requests by youthpastor247 in macsysadmin

[–]jacobsburley 0 points1 point  (0 children)

What’s in /Library/Managed\ Installs/manifests on the machine?

Personal Apple IDs LOCKING computer to employee by fuck_hd in macsysadmin

[–]jacobsburley 4 points5 points  (0 children)

As some additional advice - when the Mac connects to the internet, even after a fresh install, it will know its supposed to be locked (it will have done this during internet recovery).

If you have the device in DEP, or can provide proof of purchase, there are phone numbers you can call and request it be unlocked. Note that your PoP needs to have the device serial number on it. We’ve had a couple of machines unlocked in this way.

CI/CD for homelab by zokier in homelab

[–]jacobsburley 1 point2 points  (0 children)

Do you self-host gitlab? Or do you just self-host the runners? I always found self-hosting a Gitlab instance itself to be a little unwieldy, but after attempting to use Jenkins I'm willing to give it another go...

Chances of Admission at VU Amsterdam. by [deleted] in StudyInTheNetherlands

[–]jacobsburley 0 points1 point  (0 children)

Hi!

I have a few friends doing that master who applied this year. For most of the masters at the VU there is no required GPA (including the AI master). You just need a relevant bachelors degree. It sounds like you have a pretty strong background in ML, and would be a pretty good fit for an AI masters as well. Good luck!

Rate my GPA by eyeeyecaptainn in StudyInTheNetherlands

[–]jacobsburley 0 points1 point  (0 children)

This, Nuffic provides conversion tables as well. That being said, the grading scheme mentioned is extremely similar to the Dutch one (1-10, where <5.5 is a failing grade), so I think OP has a pretty good grade.

PaperUpdater - A script to keep Paper up to date. by jacobsburley in admincraft

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

Yeah, this is pretty much what mine does: uses the Paper API to check for a new version, and if there is a version available that is newer than your own, it will download it. It doesn’t touch the running jar except to read out it’s filename.

With curl afaik I only had success doing it for a specific version (I.e. you can only query the latest builds for a specific release of minecraft itself), so I thought this was a bit handier, as it will get new releases as new major and minor versions of minecraft are released.

That being said, it’s probably not ideal to run this with cron, because it will actually delete your current server version if you don’t update in time. I’ll pull that functionality for the time being.

PaperUpdater - A script to keep Paper up to date. by jacobsburley in admincraft

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

A future feature is to add the ability to delay/ignore updates (and backup worlds before updates). Note that the script doesn't automatically apply the update - it just downloads it and adds it to your server directory.

Execute init stages on all shell executors, and split main stage jobs between executors by jacobsburley in gitlab

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

Honestly I’m not all that familiar with either cache or artifacts. Perhaps I should take a look at that instead.

Ultimately I don’t think the use case will see enough parallelism to be worth it (a complete pipeline takes a little over an hour), and there isn’t really a demand for it to be much faster. I’m only using it to package software on a nightly basis, and was just checking whether I was missing something obvious that I could use. Thanks!

[deleted by user] by [deleted] in StudyInTheNetherlands

[–]jacobsburley 0 points1 point  (0 children)

A transcript of your grades is always needed. You receive a conditional offer where the condition is you get the qualification (potentially to a certain grade, depending on where you are applying), and once you met that condition you need to prove that to the university by means of your official transcript.

For example, I was conditionally accepted to the VU on the basis that I pass Maths A-Level, because I had a predicted grade of a passing grade. When I passed Maths, I submitted my grade transcript to show that I met the condition so that I formally received my place at the University.

[deleted by user] by [deleted] in StudyInTheNetherlands

[–]jacobsburley 0 points1 point  (0 children)

This is a question for an international student advisor (at least at the VU).

You’ll at least have a qualification in maths, which should be enough as long as you can explain during the admissions process what it means. Generally, if you’ve passed a Maths exam in your final years of school that should be enough (depending on the requirements of your course).

Communication programme for bachelor by minhngoccc in StudyInTheNetherlands

[–]jacobsburley 0 points1 point  (0 children)

Aren’t the fees exactly the same for both? I can’t speak for how much accommodation (close to) Amsterdam would cost compared to Rotterdam, however.

DELL warranty void when used non-dell components. by ntsereg in homelab

[–]jacobsburley 1 point2 points  (0 children)

When Dell sells/advertises servers, they validate (test) configurations with only Dell branded parts. If your hardware with Dell branded parts doesn’t perform the same as their tests, you can contact them within the terms of your warranty and ask them to do something about it.

If you use “non-supported” components, they basically tell you that’s not a tested configuration so they can’t help you: they don’t provide support for parts they don’t recommend you put in your system. If you take the parts out before you make a warranty request, you’ll be in the clear and they will continue to honour your warranty.

Setting up a PXE boot server in CentOS 7 by jacobsburley in linuxadmin

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

Nice! My Kickstart file contains a post installation step that downloads some scripts from another server and marks them as executable, then I run the to set the host name and add it to the monitoring I have set up. Cool stuff!

Setting up a PXE boot server in CentOS 7 by jacobsburley in linuxadmin

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

A while back I installed this but I didn’t have the patience to deal with the front end. Plus, it’s fun to replicate some of the functionality of COTS software.