I hereby claim:
- I am jordigg on github.
- I am jordigg (https://keybase.io/jordigg) on keybase.
- I have a public key ASDFCuaC95nUjJ6FJ5gBByQd2NGkuD0R0WrOz-pqg9V4Ggo
To claim this, I am signing this object:
hdiutil create -o /tmp/mojave.cdr.dmg -size 7130m -layout SPUD -fs HFS+J | |
hdiutil attach /tmp/mojave.cdr.dmg -noverify -mountpoint /Volumes/install_build | |
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build | |
hdiutil detach /Volumes/Install\ macOS\ Mojave | |
mv /tmp/mojave.cdr.dmg ~/Desktop/InstallSystem.dmg | |
hdiutil convert ~/Desktop/InstallSystem.dmg -format UDTO -o ~/Desktop/mojave.iso | |
mv ~/Desktop/mojave.iso.cdr ~/Desktop/mojave.iso | |
rm ~/Desktop/InstallSystem.dmg |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# MacOS Big Sur isntaller to ISO conversion | |
# Version 11-2020 | |
# Creator: Jordi Garcia | |
# Github: Jordigg | |
hdiutil create -o /tmp/bigsur.cdr.dmg -size 14000m -layout SPUD -fs HFS+J | |
hdiutil attach /tmp/bigsur.cdr.dmg -noverify -mountpoint /Volumes/install_build |
<# This script downloads Google Credential Provider for Windows from | |
https://tools.google.com/dlpage/gcpw/, then installs and configures it. | |
Windows administrator access is required to use the script. | |
If Chrome enterprise is not present, it will also download and install it | |
and it will enroll them to the Chrome Enterprise | |
#> | |
<# Specify a -user parameter if you want to bind the current user account to a Google account. | |
-User [email protected] -> to specify email to enroll current windows account | |
-MDMvalue 1 -> to enable automatic MDM Enrollment to Google Endpoint Management |
package main | |
import ( | |
"context" | |
"encoding/json" | |
"fmt" | |
"github.com/jomei/notionapi" | |
"github.com/pkg/errors" | |
) |
import wikipedia | |
import requests | |
from datetime import datetime | |
from ics import Calendar, Event | |
import argparse | |
import warnings | |
from bs4 import GuessedAtParserWarning | |
# Parses command line arguments | |
parser = argparse.ArgumentParser() |
import csv | |
import requests | |
import json | |
import base64 | |
import os | |
from datetime import datetime | |
import re | |
from tqdm import tqdm | |
# File to store the processed documents |
<?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>PayloadContent</key> | |
<array> | |
<dict> | |
<key>FilterBrowsers</key> | |
<false /> | |
<key>FilterDataProviderBundleIdentifier</key> |