Skip to content

Instantly share code, notes, and snippets.

# http://pyserial.svn.sourceforge.net/viewvc/pyserial/trunk/pyserial/serial/tools/miniterm.py
#!/usr/bin/env python
# Very simple serial terminal
# (C)2002-2011 Chris Liechti <[email protected]>
# Input characters are sent directly (only LF -> CR/LF/CRLF translation is
# done), received characters are displayed as is (or escaped trough pythons
# repr, useful for debug purposes)
# http://pyserial.svn.sourceforge.net/viewvc/pyserial/trunk/pyserial/serial/tools/miniterm.py
#!/usr/bin/env python
# Very simple serial terminal
# (C)2002-2011 Chris Liechti <[email protected]>
# Input characters are sent directly (only LF -> CR/LF/CRLF translation is
# done), received characters are displayed as is (or escaped trough pythons
# repr, useful for debug purposes)
@Woolfy025
Woolfy025 / garlic-os-tips.md
Created March 8, 2024 05:49 — forked from milnak/garlic-os-tips.md
My set of GarlicOS tips #rg35xx

Garlic OS Tips (Windows-based)

GarlicOS Cookbook

Follow these instructions for an easy way to get up and going quickly! These are complete instructions, and will be the easiest way to get started on a new RG35XX.

Set up SD Card

Get a high quality SD (e.g. SanDisk Extreme) card, 128GB or larger, 256GB is recommended. Don't skimp here, they're cheap, and don't use the card that comes with the RG35XX as it's crap.

@Woolfy025
Woolfy025 / stable_diffusion_install.md
Created March 8, 2024 09:53 — forked from milnak/stable_diffusion_install.md
Stable Diffusion Install for Windows

Stable Diffusion Install

These instructions were written for Windows, but are easily adaptable to other platforms.

Note: Stable Diffusion requires PyTorch which only works with Python 3.10.

Install Prerequisites

Install Scoop then do:

@Woolfy025
Woolfy025 / reinstall_VPS_from_inside.txt
Created March 14, 2024 08:18 — forked from 4abhinavjain/reinstall_VPS_from_inside.txt
DIY install debian on Oracle Cloud Infrastructure ( Free Tier ) - ARM64
# should works on any cloud-init enabled hypervisor (openstack.. )
# start from a normal ubuntu 20.04 install as minimal was not available for ARM64
# Since ARM64 machines has higher RAM, Shrinking is desired but not necessary. Instead we will increase tmpfs to 1700MB
# Getting root (if sudo -i doesn't work then set a root password beforehand using 'sudo passwd root'
sudo -i
# make sure we are on the highest kernel, so we can delete all the others ...
@Woolfy025
Woolfy025 / README.md
Created March 22, 2024 12:47 — forked from avoidik/README.md
Migrate Raspberry Pi from SD to USB

Raspberry Pi from SD to USB

How to switch over from SD-card to USB-attached device (USB thumbstick, USB enclosed SSD or HDD, etc.) to have more durable storage option.

Steps

  1. Connect USB device to your RPI

  2. Make sure USB device visible by the system

@Woolfy025
Woolfy025 / unifi_ubuntu_jammy.sh
Created April 30, 2024 10:49 — forked from thimslugga/unifi-ubuntu-jammy.sh
Install Ubiquiti UniFi Controller Software v8.x on Ubuntu 22.04 Jammy
#!/usr/bin/env bash
# Install and setup UniFi Controller Software v8.x on Ubuntu 22.04 aka Jammy
#
# * Download Ubuntu 22.04 - https://releases.ubuntu.com/jammy/
#
# * Updating and Installing Self-Hosted UniFi Network Servers (Linux) - https://help.ui.com/hc/en-us/articles/220066768
# * Self-Hosting a UniFi Network Server - https://help.ui.com/hc/en-us/articles/360012282453
# * UniFi - Repairing Database Issues on the UniFi Network Application - https://help.ui.com/hc/en-us/articles/360006634094
# * UISP Installation Guide - https://help.ui.com/hc/en-us/articles/115012196527-UNMS-Installation-Guide
@Woolfy025
Woolfy025 / install_bionic_on_x1c6.md
Created May 15, 2024 03:25 — forked from bogaotory/install_bionic_on_x1c6.md
Install Ubuntu 18.04 on Thinkpad X1 Carbon 6th Generation

Install Ubuntu 18.04 on Thinkpad X1 Carbon 6th Gen/2018

X1C6 Type: 20KG*

Bionic works out of the box on the new 2018 X1 Carbon. The X1C6 is a beautiful laptop, and Bionic is the best Ubuntu yet. Users of all levels of experties/experiences are recommended to try this combination. The purpose of this documentation is to improve the user's experience.

BIOS/UEFI Changes

Following changes are required by the DSDT patch:

  1. Turn off Secure Boot
@Woolfy025
Woolfy025 / dual_secure_boot.md
Created June 1, 2024 11:53 — forked from vortexavalanche/dual_secure_boot.md
Arch Linux dual secure boot with Windows 11
@Woolfy025
Woolfy025 / howdy-face-recognition-arch-kde.md
Created June 2, 2024 06:27 — forked from pastleo/howdy-face-recognition-arch-kde.md
Setup face recognition authentication on ArchLinux and KDE Plasma using howdy

Setup face recognition authentication on ArchLinux and KDE Plasma using howdy

This is surprisingly easy...basically following Arch Wiki:

https://wiki.archlinux.org/index.php/Howdy

After some investigation, here is step by step and preferences

Install howdy