All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
bartoo's Avatar

bartoo / win2016-openssh.ps1

0 likes
0 forks
1 files
Last active 1 month ago
1 # Run as Admin in PowerShell
2
3 # Download and extract OpenSSH-Win64
4 mkdir C:\openssh-install
5 cd C:\openssh-install
6 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
7 Invoke-WebRequest -Uri "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip" -OutFile .\openssh.zip
8 Expand-Archive .\openssh.zip -DestinationPath .\openssh\
9 Move-Item .\openssh\OpenSSH-Win64 "C:\Program Files\OpenSSH-Win64" -Force
bartoo's Avatar

bartoo / htb_scraper.py

0 likes
0 forks
1 files
Last active 1 month ago
1 import os
2 import sys
3 import time
4 import random
5 import re
6 import requests
7 from urllib.parse import urljoin, urlparse
8 from dotenv import load_dotenv
9
10 def rewrite_image_paths(content, session, output_dir, base_url):
bartoo's Avatar

bartoo / pi-web-omp.md

0 likes
0 forks
1 files
Last active 1 month ago

└─$ cat /tmp/pi-web-omp.md

Running PI WEB with Oh My Pi (OMP)

This guide explains how to run PI WEB against an existing Oh My Pi (omp) installation.

PI WEB is built for upstream Pi Coding Agent. OMP is built on the same ecosystem, so PI WEB can usually be made to work, but the integration needs a compatibility layer because PI WEB expects a pi CLI and ships its own bundled upstream Pi SDK.

What Works

With the setup below, PI WEB can:

Newer Older

Powered by Opengist ⋅ Load: 52ms⋅

日本語
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文