A minimal table to compare the Espressif's MCU families.
ESP8266 | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | ESP32-C6 | |
---|---|---|---|---|---|---|
Announcement Date | 2014, August | 2016, September | 2019, September | 2020, December |
# python | |
@local_manager.middleware | |
@Request.application | |
def application(request: Request): | |
# gunicorn error | |
Traceback (most recent call last): | |
File "/home/rich/v14/env/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 134, in handle | |
self.handle_request(listener, req, client, addr) | |
File "/home/rich/v14/env/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 177, in handle_request |
00:000 00:000 BS: Starting OpenCore application... | |
00:000 00:000 BS: Booter path - \EFI\BOOT\BOOTX64.EFI | |
00:000 00:000 OCFS: Trying to locate filesystem on D5129218 D5101F98 | |
00:000 00:000 OCFS: Filesystem DP - \EFI\BOOT\BOOTX64.EFI | |
00:000 00:000 BS: Trying to load OpenCore image... | |
00:000 00:000 BS: Relative path - EFI | |
00:000 00:000 BS: Startup path - EFI\OpenCore.efi (0) | |
00:000 00:000 BS: Fallback to absolute path - EFI\OC\OpenCore.efi | |
00:000 00:000 BS: Read OpenCore image of 843776 bytes | |
00:000 00:000 OCM: Loaded image at D5101918 handle |
00:000 00:000 BS: Starting OpenCore application... | |
00:000 00:000 BS: Booter path - \EFI\BOOT\BOOTX64.EFI | |
00:000 00:000 OCFS: Trying to locate filesystem on D5129218 D5101F98 | |
00:000 00:000 OCFS: Filesystem DP - \EFI\BOOT\BOOTX64.EFI | |
00:000 00:000 BS: Trying to load OpenCore image... | |
00:000 00:000 BS: Relative path - EFI | |
00:000 00:000 BS: Startup path - EFI\OpenCore.efi (0) | |
00:000 00:000 BS: Fallback to absolute path - EFI\OC\OpenCore.efi | |
00:000 00:000 BS: Read OpenCore image of 845400 bytes | |
00:000 00:000 OCM: Loaded image at D5100E98 handle |
#!/bin/bash | |
# To force particular keys to only use git, prefix their entry on authorized_keys with: | |
# command="/home/user/ssh-git.sh" ssh-ed25519 AAAAC3NzaC.... | |
# Only allows git commands | |
if [ -z "$SSH_ORIGINAL_COMMAND" ] || [ "$SSH_ORIGINAL_COMMAND" = "${SSH_ORIGINAL_COMMAND#git-}" ]; then | |
echo "Sorry, only git allowed" | |
else | |
client_arr=( ${SSH_CLIENT} ) | |
client_ip=${client_arr[0]} |
class GDrive: | |
""" | |
Class that allows file upload and download from a 'mounted' GDrive folder | |
using pydrive2 in a local Google colab runtime | |
Usage: | |
First create and copy your settings.yaml according to this: | |
https://docs.iterative.ai/PyDrive2/oauth/ | |
Then copy this code as a file and import or copy/paste |
#!/bin/bash | |
# Get current swap usage for all running processes | |
# Erik Ljungstrom 27/05/2011 | |
# Modified by Mikko Rantalainen 2012-08-09 | |
# Pipe the output to "sort -nk3" to get sorted output | |
# Modified by Marc Methot 2014-09-18 | |
# removed the need for sudo | |
SUM=0 | |
OVERALL=0 |
#!/usr/bin/env bash | |
# Copyright (c) 2023, CaseSolved.co.uk | |
if [ -z "$1" ]; then | |
echo "supply hostname character length" | |
exit 1 | |
fi | |
clength="$1" | |
if [ -z "$2" ]; then |
#!/usr/bin/env bash | |
# Copyright (c) 2023, CaseSolved.co.uk | |
# Whole linux server offsite backup using rclone (Ubuntu 22.04) | |
# tar should achieve roughly 50% compression | |
read -r -d "" usage << EOM | |
arg1: rclone remote | |
arg2: remote directory | |
optional: |
These are either the official advertised versions, recommended or known working versions:
frappe version | year | postgres | mariadb | redis | nginx | node.js | yarn | python | wkhtmltopdf | bench | ubuntu |
---|---|---|---|---|---|---|---|---|---|---|---|
v15 | 2023 | 14 | 10.6 | 6 | 1.18 | 18 | 1.22 | 3.10 | 0.12.6 | 5.19.0 | 22.04 |
v14 | 2022 | 12-14 | 10.6 | 6 | 1.14 | 14 | 1.22 | 3.10 | 0.12.6 | ? | |
v13 | 2020 | 9.5 | 10.3 | 5 | 1.14 | 12 | 1.12-1.22 | 3.7 | 0.12.6 | 5.8.1 | |
v12 | 2020 | 9.5 | 10.2 | 5 | 1.14 | 8 | 1.12 | 3.6 | 0.12.5 | 4.1 | |
v11 | 2018 | - | 10.0 | 5 | 1.14 | 8 | 1.12 | 2.7/3.5 | 0.12.2 | 4.0 | |
v10 | 2017 | - | 10.0 | ? | ? |