⚠️ To prevent data loss make sure you understand howrclone sync
andrclone copy
work.
-
Download iSH from the AppStore
-
Open iSH and install
rclone
andnano
with the following command:
apk add rclone nano
import requests | |
import pandas as pd | |
GITHUB_USERNAME = 'your-username' | |
GITHUB_TOKEN = 'your-github-token' | |
def fetch_repos(url, headers): | |
response = requests.get(url, headers=headers) | |
if response.status_code != 200: | |
raise Exception(f"GitHub API Error: {response.status_code} {response.json()}") |
import requests | |
# Replace 'your-username' with your actual GitHub username | |
# Replace 'your-github-token' with your actual GitHub personal access token | |
USERNAME = "your-username" | |
TOKEN = "your-github-token" | |
# The GitHub API endpoint for user repositories | |
GITHUB_REPO_API = f"https://api.github.com/users/{USERNAME}/repos" |
mkcert
is an incredibly useful toolbrew install mkcert
// Paste in development console | |
$x('//div[contains(text(), "Home Assistant")]') | |
.map((innerDiv) => innerDiv.parentNode.parentNode) | |
.map((parentDiv) => parentDiv.getElementsByTagName("button")[0]) | |
.forEach((button) => { | |
fetch( | |
`https://alexa.amazon.fr/api/phoenix/appliance/${encodeURIComponent(button.getAttribute( | |
"appliance-id" | |
))}`, | |
{ |
# DO NOT PUT THE WIFI DONGLE IN THE DEVICE BEFORE MENTIONED EXPLICITLY BELOW | |
# Brief note, after this the UI will not show the usb dongle, | |
# the wifi does work and I get an IP address, so all works, | |
# but I don't go into detail of making it show on the Raspbian UI. | |
# (for this purpose I don't care about the UI) | |
# For the use of this I connected my device to an ethernet connection and through the Router could see the IP which I can SSH into. | |
## STEP 1: Prepare machine and install packages needed |
{ | |
"MAJOR_IN": { | |
"static": { | |
"2/7": "Testing Day", | |
"1/1": "New Year's Day", | |
"1/26": "Republic Day", | |
"5/1": "Labor Day", | |
"3/17": "Independence Day", | |
"4/22": "Earth Day", | |
"7/4": "Independence Day", |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.