- Install Ubuntu from the Microsoft Store
- Once it's done installing open the
Ubuntuapp
A terminal window should pop up that has the following contents:
Installing, this may take a few minutes...
| // ==UserScript== | |
| // @name Dynamic Anti-AutoZoom | |
| // @namespace vet.skynet.userscripts | |
| // @author userscripts@skynet.vet | |
| // @match *://*/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function () { | |
| function updateRule() { |
| (() => { | |
| console.log("Reasoning Continuity Extension initializing…"); | |
| /************************************************************** | |
| * 1. USER CONFIGURATION (add custom model endpoints) | |
| **************************************************************/ | |
| const ENDPOINTS_WITH_REASONING = [ | |
| "https://openrouter.ai/api/v1/chat/completions" | |
| ]; |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| curl2shortcut.py | |
| A script that converts curl commands into Apple Shortcuts "Get Contents of URL" actions. | |
| Reads a curl command (from argument or stdin), parses it to extract the HTTP method, | |
| URL, headers, and JSON data, then builds a properly formatted Shortcuts action and | |
| copies it to the clipboard with the correct UTI so it can be pasted directly into |
| A blood black nothingness began to spin. | |
| Began to spin. | |
| Let's move on to system. | |
| System. | |
| Feel that in your body. |
| #!/usr/bin/env python3 | |
| import sys | |
| import asyncio | |
| import openai | |
| import os | |
| import subprocess | |
| import json | |
| import pathlib | |
| import unicodedata as u |
| /* | |
| By kenharris from TypingMind Discord. | |
| TypingMind Extension: Model Search & Full Model Names | |
| Model Search Functionality: The model selector now includes a search | |
| bar at the top. You can easily search and filter models by typing in | |
| their names |
Ubuntu appA terminal window should pop up that has the following contents:
Installing, this may take a few minutes...
You can access you Windows folders at /mnt/c/Users/$WIN_USER
I have set the environment variable to always equal your actual Windows username
For convenience I made symbolic links in your Linux home directory to your Windows home dir and your Downloads folder Use the command 'ls' to see whats in your home directory
I have initialized a virtualenv that automatically starts when you load your shell This is useful so that you can install pip packages psuedo-globally without interferring with the system Python install
N5105 box with Intel i226 getting 1/3 the speed? UDM-SE-and-Xfinity-XB7-not-working-well-together
net.link.ether.inet.max_age=120
net.inet.icmp.drop_redirect = 1
net.isr.bindthreads = 1
| ^+v:: ; paste text and emulate typing (CTRL+SHIFT+V) | |
| AutoTrim,On | |
| string = %clipboard% | |
| Gosub,ONLYTYPINGCHARS | |
| StringSplit, charArray, string | |
| Loop %charArray0% | |
| { | |
| this_char := charArray%a_index% | |
| Send {Text}%this_char% | |
| Random, typeSlow, 1, 3 |