Notes for using the Fire Stick for streaming and emulation (from a Canadian user). https://bit.ly/2ONhen3
property AIRDROP_FOLDER : "Path:to:AirDrop:Folder:in:Alias:format" | |
property QUARANTINE_KEY : "59" | |
property GET_QUARANTINE_COMMAND_START : "ls -l -@ '" | |
property GET_QUARANTINE_COMMAND_END : "' | tr '\\n' ' ' | sed 's/.*com\\.apple\\.quarantine\\s*\\(\\d*\\)/ \\1/' | awk '{$1=$1};1'" | |
on adding folder items to this_folder after receiving added_items | |
repeat with i from 1 to length of added_items | |
set current_item to item i of added_items | |
set quarantine_type to getQuarantineType(POSIX path of current_item) |
# Version: v1.10.8 | |
# Build ID: 5142440 | |
# Build on: 11/20/18 16:45 | |
# Copyright: 2012-2018 Ubiquiti Networks, Inc. | |
# HW model: EdgeRouter Lite 3-Port | |
# | |
# Gavlenet Edgerouter lite | |
# | |
# Complete settings with Firewall and VPN | |
# |
#!/usr/bin/env python | |
#coding:utf-8 | |
import sys | |
import os | |
import glob | |
import platform | |
import re | |
import random | |
import string |
#!/bin/bash | |
<<ABOUT_THIS_SCRIPT | |
----------------------------------------------------------------------- | |
Written by:William Smith | |
Professional Services Engineer | |
Jamf | |
[email protected] | |
https://gist.github.com/talkingmoose/9faf50deaaefafa9a147e48ba39bb4b0 |
If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
For what it's worth (and with all the usual disclaimers about potentially making your mac unstable by disabling system services), here's some commands that will manipulate this service and services like it. Note the $UID in the command, that's just a bash shell variable that will resolve to some number. That's your numeric UID. You just run these commands from a Terminal command line. No special privileges needed.
If you want to disable it entirely, the first command stops it from respawning, and the second kills the one that is currently running:
launchctl disable gui/$UID/com.apple.photoanalysisd
launchctl kill -TERM gui/$UID/com.apple.photoanalysisd
(If you kill it without disabling it will die, but a new one will respawn and pick up where the old one left off)
ℹ️ Enable iCloud end-to-end encryption:
- Nobody knows that, but iCloud actually supports end-to-end encryption (see “Advanced Data Protection for iCloud”) but it's disabled by default. If you care about data privacy, you should turn it on.
System settings
→Apple ID
→iCloud
→ SetAdvanced Data Protection
toOn
.System settings
→Apple ID
→iCloud
→ DisableAccess iCloud Data on the Web
.
- It supports almost all the native Apple apps, with the notable exceptions of iCloud Mail, Contacts, and Calendars. See official data protection matrix for more info.
So I have been stuck at home and was getting between 30% and 55% packet loss intermittently.
I was getting constant "your connection is unstable" messages in zoom and dropping calls every 60-120 seconds or so
It would hang for a moment and then reconnect.
At first I thought it was just that everyone was at home using internet, but then I isolated my connection and connected my laptop straight to my modem and the issue was resolved.
So I have been stuck at home and was getting between 30% and 55% packet loss intermittently.
I was getting constant "your connection is unstable" messages in zoom and dropping calls every 60-120 seconds or so
It would hang for a moment and then reconnect.
At first I thought it was just that everyone was at home using internet, but then I isolated my connection and connected my laptop straight to my modem and the issue was resolved.