- usb4vc SDCard image from https://github.com/dekuNukem/USB4VC/releases/tag/0.3.3
- Raspbian OS Lite 32-bit (armhf)
32-bit Raspbian armhf is required, running on 64-bit Raspbian will start usb4vc, but give errors in the debug log,
32-bit Raspbian armhf is required, running on 64-bit Raspbian will start usb4vc, but give errors in the debug log,
// ==UserScript== | |
// @name Threads | |
// @description Userscript to load Following feed by default in threads.net | |
// @match https://www.threads.net/* | |
// ==/UserScript== | |
sessionStorage.setItem("feed_variant", "FOLLOWING"); |
#!/bin/zsh | |
# shellcheck shell=bash | |
# addloc 0.2.1 (beta) | |
# add CLIs to /var/db/locationd/clients.plist | |
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/local/bin:/opt/local/sbin:"$HOME"/.local/bin:"$HOME"/.local/sbin | |
rehash &>/dev/null |
I wanted my iPad Pro to be able to use the Magic Keyboard in portrait mode, but the current Smart Connector configuration does not allow this. With too much time on my hands, I made a short jumper cable using a section of USB cable, 5-pin POGO connectors (the 5-pin works using pins 1, 3, and 5, and removing pins 2 and 4), a small electrical project box, 3mm N52 magnets, and some epoxy and Sugru to pack everything into place. My cable and connections orientation had more to do with the boxes I found to encase the connector (with holes on the small end) than anything else. Obviously, there will be many ways to do this.
 | |
// clang -fmodules -shared -Wall -Os -o libsafariinject.dylib safariinject.m | |
// | |
// If SIP off: | |
// DYLD_INSERT_LIBRARIES=$PWD/libsafariinject.dylib /Applications/Safari.app/Contents/MacOS/Safari | |
// | |
// If SIP on, you can demo this by manually removing Safari's code signing signature, but many | |
// features (eg saved logins) won't be readable by the resigned app: | |
// cp -a /Applications/Safari.app ./ | |
// codesign --remove Safari.app/Contents/MacOS/Safari |
[CmdletBinding()] | |
Param( | |
[switch]$Install, | |
[switch]$ListThemes, | |
[switch]$Force | |
) | |
$OhMyPosh = "$env:LOCALAPPDATA\Oh-My-Posh" | |
$OhMyPoshExe = Join-Path $OhMyPosh "oh-my-posh.exe" | |
$OhMyPoshThemes = "~\.poshthemes" |
#!/bin/bash | |
# Modified by Chris Richardson (https://github.com/christr and https://twitter.com/christr77) on 09/20/2020 | |
# Previous versions of this script don't work because they hadn't been updated since 2012. There are now more steps involved to set this up. | |
# This script update is based on information found here: https://developers.linode.com/api/v4/domains-domain-id-records-record-id/#put | |
# You first must find out the domain ID and resource ID numbers. In order to do this follow the steps below. | |
# 1. Create a Linode API Key through your account profile at https://cloud.linode.com/dashboard. Give it rights to read/write to domains only. | |
# 2. From a shell run the following command: LINODE_API_KEY=[insert API key from step 1 here] | |
# 3. Run the following command to get the domain ID number for the domain you want to manage: curl -H "Authorization: Bearer $LINODE_API_KEY" https://api.linode.com/v4/domains/ |
# Download latest dotnet/codeformatter release from github | |
$repo = "jgm/pandoc" | |
$filenamePattern = "*x86_64.zip" | |
$pathExtract = "C:\Tools\pandoc" | |
$innerDirectory = $true | |
$preRelease = $false | |
if ($preRelease) { | |
$releasesUri = "https://api.github.com/repos/$repo/releases" |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"disabledProfileSources": [ | |
"Windows.Terminal.Wsl" | |
], | |
"profiles": { | |
"defaults": { |
#### .bash_profile ################################################# | |
# | |
# Fawzi Salama | |
# Sep 17, 2020 | |
# | |
#################################################################### | |
#⌾⌾⌾⌾⌾⌾⌾⌾ VARIABLES ⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾⌾# | |
#◌◌◌◌◌◌◌◌ path definitions ◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌# | |
#◌◌◌◌◌◌◌◌ other paths ◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌◌# |