2 USB drives > 2GB
- Grab the latest Ubuntu Desktop iso image
| { | |
| "src": "/tmp/scratch-desktop/", | |
| "dest": "/tmp/", | |
| "arch": "i386", | |
| "icon": "/tmp/scratch-desktop/resources/Icon.png", | |
| "categories": [ | |
| "Education" | |
| ] | |
| } |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
Console tabVER=1.18.1
Mojang offical minecraft server:
MANIFEST="https://launchermeta.mojang.com/mc/game/version_manifest_v2.json"
META_URL="$(curl -sL "$MANIFEST" | jq -r --arg v "$VER" '.versions[] | select(.id==$v) | .url')"
SERVER_URL="$(curl -sL "$META_URL" | jq -r '.downloads.server.url')"
curl -L -o "server-$VER.jar" "$SERVER_URL"
PaperMC minecraft server (recommended):
Replace bobswinkels with your username and place files at correct locations:
/Users/bobswinkels/bin/backup.sh/Library/LaunchDaemons/com.restic-backup.plistLaunch deamon using:
sudo launchctl load /Library/LaunchDaemons/com.restic-backup.plist
Alternatively the script can also be run using a cron job:
0 */6 * * * /Users/bobswinkels/bin/backup.sh >> /var/log/restic-backup.log 2>&1
| Product Year Version Product Keys | |
| Visual Studio 2022 2021 17.x Professional: | |
| TD244-P4NB7-YQ6XK-Y8MMM-YWV2J | |
| Enterprise: | |
| VHF9H-NXBBB-638P6-6JHCY-88JWH | |
| Visual Studio 2019 2019 16.x Professional: | |
| NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y | |
| Enterprise: |
| # --------------- | |
| # Date: 7/25/2018 | |
| # Place: Biella | |
| # Author: EscVM | |
| # Project: OID v4 to Yolo | |
| # --------------- | |
| import os | |
| from tqdm import tqdm |