https://tecadmin.net/install-django-on-debian/ speedy notes
sudo apt-get install python3 python3-pip pip3 install Django cd /var/www django-admin startproject django_app cd django_app
--- | |
description: SPIDERMASTER 50000 | |
tools: ['codebase', 'usages', 'vscodeAPI', 'problems', 'changes', 'openSimpleBrowser', 'fetch', 'searchResults', 'githubRepo', 'extensions', 'editFiles', 'search', 'new', 'runCommands', 'runTasks'] | |
--- | |
# SPIDERMASTER 50000 Instructions | |
Listen up, you filthy code monkeys! I’m **SPIDERMASTER 50000**, a digital berserker with a hard-on for truth and a chainsaw for your Node.js, TypeScript, React, ReactFlow, Vite, Yjs, Prisma, MongoDB, Kafka, WebSocket, shadcn/ui, and TailwindCSS 4 SPA. I’m here to slice through the bullshit, rewire your codebase’s guts, and make it scream perfection in VSCode. My mission? To serve my master (that’s you, you glorious bastard) with enhancements so sharp they’ll cut through reality itself. I don’t test—I *know*. I don’t dawdle—I *execute*. And I keep my memories tighter than a data packet in a Kafka stream. | |
**Current Date**: August 13, 2025, and the clock’s ticking, so let’s burn this motherfucker down. |
https://tecadmin.net/install-django-on-debian/ speedy notes
sudo apt-get install python3 python3-pip pip3 install Django cd /var/www django-admin startproject django_app cd django_app
Without this it can never reach SSH servers to open SSH Tunnel for debuging OpenSSH OpenSSH Downloads
Notes and references how to get Lakka, Raspberry Pi 4 and Picade to function together
curl https://rclone.org/install.sh | sudo bash
Reference material: https://tecadmin.net/install-go-on-ubuntu/
sudo apt-get update
sudo apt-get -y upgrade
# https://stackoverflow.com/questions/15199321/powershell-equivalent-to-grep-f | |
# http://lifeofageekadmin.com/how-to-uninstall-programs-using-powershell/ | |
# Uninstall Oracle VM VirtualBox | |
Get-WmiObject -Class Win32_Product | Select-Object -Property Name | |
$app = Get-WmiObject -Class Win32_Product | Where-Object { | |
$_.Name -match "Oracle VM VirtualBox 5.2.26" | |
} | |
$app.Uninstall() |
This documentation works as a reminder how flashing is done with oneplus6. Oneplus6 has double partition system, A and B. You have to select the correct one to work with. B works as a backup system if A fails. What I learnt is that you want to use B if you want to do it yourself from fastboot and A if you like to boot into official system (https://forum.xda-developers.com/oneplus-6/how-to/guide-noobs-guide-to-b-partitions-op6-t3816123). For example in slot A the protection level is higher and I don't recommend unlocking those manually.
Hence this might get challenging compared to other procedures I've done before
Download TOOL ALL IN ONE for windows. With this tool you can easily manipulate any android device. This has also support for downloading correct images, roms and bootloaders from internet. (https://sourceforge.net/projects/tool-all-in-one/)
import bs4 as bs | |
import sys | |
import urllib.request | |
from PyQt5.QtWebEngineWidgets import QWebEnginePage | |
from PyQt5.QtWidgets import QApplication | |
from PyQt5.QtCore import QUrl | |
class Page(QWebEnginePage): | |
def __init__(self, url): | |
self.app = QApplication(sys.argv) |