- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide
I was ready to throw it away, I opened it up and didn't find anything wrong with it. After a quick Google Search, turns out Apple fucked up their users (again) and locked this drive to only one laptop : the MacBook Air.
Bellow is the tweak (found online) to make it usable on Linux
# Debian/linux only - Linux SCSI generic driver
sudo apt install sg3-utils -y
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/local/bin/bash | |
| # | |
| # Calomel.org | |
| # https://calomel.org/zfs_health_check_script.html | |
| # FreeBSD 9.1 ZFS Health Check script | |
| # zfs_health.sh @ Version 0.15 | |
| # Check health of ZFS volumes and drives. On any faults send email. In FreeBSD | |
| # 10 there is supposed to be a ZFSd daemon to monitor the health of the ZFS | |
| # pools. For now, in FreeBSD 9, we will make our own checks and run this script |
Step 1: download the free Linux 64-bit console version of HDSentinel; extract the single binary file, save it as /root/HDSentinel and make it executable Step 2: Add the following script: /root/hdsentinel.sh
#!/bin/bash
# cron script to warn on HDD health status changes
MinHealth=60
MaxTemp=55
StatusCmd="/root/HDSentinel -solid"
-
SSH into proxmox node and become root user. Run the following commands to download extra software dependencies we'll need.
apt update apt install -y libsasl2-modules mailutils
-
Enable 2FA for the gmail account that will be used by going to security settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import shutil | |
| source_folder = r"E:\demos\files\reports\\" | |
| destination_folder = r"E:\demos\files\account\\" | |
| # fetch all files | |
| for file_name in os.listdir(source_folder): | |
| # construct full file path | |
| source = source_folder + file_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aboutTheBook: <p><em>On War </em>(1832) is widely considered to be a landmark book | |
| on the subject of war. In its serious and thoughtful consideration of why and how | |
| states engage in warfare, it continues to be an influential piece of writing centuries | |
| later.</p> | |
| audioUrl: https://hls.blinkist.io/bibs/62c43ea26cee07000842ea1e/62c43ea26cee07000842ea20-T1657263821.m4a?Expires=1659190024&Signature=Y290xig-HD64Uiop5EtW8dpmywPCR6mSSqxDWC-x4mQbUCwzfqFmybVMrOFiO93NS01aBSQfPvR~rBfFN4A7nVubHyaQc34ssNDBw5~nvy~S0NUatZyLQSqJyHbUIqSbD4QlPkK-v0f43Sijj67Oh2ALTdwfhqzJSFSPml06eDNKhZ95buLzEAnHZU3q5OeZwUFSjkcv7ffyDH8CC4AmENzyH551j8Xh1RKaDlNGX3rfrAuCmSKycC~QNeIDherEMMIELLdkiK0qAU34LPx23-y-n0uVw4IPu4fPu58~e1TCRXyeUtGKTbjqmPH52eTnFywsRumreh9W024ceDFkHg__&Key-Pair-Id=APKAJXJM6BB7FFZXUB4A | |
| author: Carl von Clausewitz | |
| averageRating: 4.2 | |
| browseUrl: /en/nc/browse/books/on-war-en | |
| buyOnAmazonUrl: /en/books/on-war-en/purchase | |
| categories: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rsync -rtvzplogDH --numeric-ids --exclude=/etc/fstab --exclude=/etc/network/* --exclude=/proc/* --exclude=/tmp/* --exclude=/sys/* --exclude=/dev/* --exclude=/mnt/* --exclude=/boot/* /* root@$DESTINATION_HOST:/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # 1. Download and install the QEMU hook helper from here: https://github.com/PassthroughPOST/VFIO-Tools | |
| # 2. Place this file in /etc/libvirt/hooks/qemu.d/NAME OF YOUR VM/prepare/begin/disable-fb.sh | |
| # 3. Make disable-fb.sh executable. | |
| VM_NAME="$1" | |
| echo "libvirt-qemu disable-fb: Disabling efi-framebuffer to prepare to pass GPU to VM $VM_NAME" > /dev/kmsg 2>&1 | |
| echo "efi-framebuffer.0" > /sys/bus/platform/devices/efi-framebuffer.0/driver/unbind |
/etc/ufw/applications.d/plexmediaserver
[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp
[plexmediaserver-dlna]
title=Plex Media Server (DLNA)
description=The Plex Media Server (additional DLNA capability only)
NewerOlder