Skip to content

Instantly share code, notes, and snippets.

@tatumroaquin
tatumroaquin / archlinux-qemu-kvm.md
Last active August 12, 2026 13:34
QEMU-KVM Installation for Arch Linux

QEMU-KVM in Arch Linux

Check Virtualization Support

lscpu | grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD

Ensure that your kernel includes KVM modules

@BenKato151
BenKato151 / VTube Studio [Arch Linux Guide].md
Last active May 6, 2026 14:22
A Guide to get VTube Studio and VSeeFace working on Linux. Tested on Arch Linux

VTube Studio/OpenSeeFace/VSeeFace Guide (tested on Arch Linux)

Requirements:

  • Latest Proton (GE-Proton, Proton-Experimental are both okay)
  • git
  • wine64
  • lutris (winetricks)
  • Install system packages for python (3.11.3 is okay):
@5kr1p7
5kr1p7 / open_tracker_list.txt
Last active March 26, 2026 15:24
Open BitTorrent trackers
http://0123456789nonexistent.com:80/announce
http://0d.kebhana.mx:443/announce
http://1337.abcvg.info:80/announce
http://aboutbeautifulgallopinghorsesinthegreenpasture.online:80/announce
http://bittorrent-tracker.e-n-c-r-y-p-t.net:1337/announce
http://bt1.xxxxbt.cc:6969/announce
http://bt.poletracker.org:2710/announce
http://bt.rer.lol:2710/announce
http://buny.uk:6969/announce
http://bvarf.tracker.sh:2086/announce
Zula Europe curl, https://curl.haxx.se/ Average rating: Unknown; My rating: Unknown 7.64.0 8/6/2021 4.41 GB No X86 SteamHelper.exe uninstall 513650 S:\SteamLibrary\steamapps\common\Zula EU Steam No No SteamHelper.exe uninstall /silent 513650
ZOMBI Average rating: Unknown; My rating: Unknown 8/6/2021 21.17 GB No X86 SteamHelper.exe uninstall 339230 S:\SteamLibrary\steamapps\common\ZOMBI Steam No No SteamHelper.exe uninstall /silent 339230
ZeroTier One ZeroTier, Inc. Average rating: Unknown; My rating: Unknown 1.10.2 11/2/2022 8.48 MB No X86 MsiExec.exe /X{49E28DB8-25E1-4B84-81B8-D6C7C8091A40} https://www.zerotier.com/ C:\ProgramData\chocolatey\lib\zerotier-one\tools C:\Program Files (x86)\ZeroTier\One Windows Installer Yes No {49E28DB8-25E1-4B84-81B8-D6C7C8091A40} {49E28DB8-25E1-4B84-81B8-D6C7C8091A40} MsiExec.exe /qb /X{49e28db8-25e1-4b84-81b8-d6c7c8091a40} REBOOT=ReallySuppress /norestart
ZeroTier One ZeroTier, Inc. Average rating: Good; My rating: Unknown 1.10.2 11/2/2022 8.52 MB No X86 msiexec.ex
@TayouVR
TayouVR / DynamicPenetrationSystem.md
Last active July 28, 2025 04:38
A Guide to the Dynamic Penetration System

Dynamic Penetration Guide (EN) (日本語版)

for Dynamic Penetration System v1_21 (Gumroad)
I noticed some things aren't super clear for the Dynamic Penetration System, there is a lack of documentation to some extent.
This Guide does not describe how to set up penetrators using the provided script, but rather aids people in the manual process. Instructions for the Script may come at a later point.


Channels:

Light Ranges correspond to channels.

@DenchiSoft
DenchiSoft / ip.txt
Created March 29, 2021 00:21
ip.txt syntax for experimental VTube Studio network tracking with OpenSeeFace
# To listen for remote connections, change this to 0.0.0.0 or your actual IP on the desired interface.
ip=0.0.0.0
# This is the port the server will listen for tracking packets on.
port=11573
@emilianavt
emilianavt / BestVTuberSoftware.md
Last active July 12, 2026 14:34
Best VTuber Software

Best VTuber software

This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.

Additional explanations:

  • iPhone means that an iPhone is basically required
  • iFacialMocap support means that tracking data can be received from the iFacialMocap iPhone app
  • VMC protocol means that the application can send and/or receive tracking data from other VMC protocol capable applications, allowing the combination of multiple tracking methods (e.g. VSeeFace receiving VR tracking from Virtual Motion Capture and iPhone/ARKit face tracking from Waidayo)
  • Tobii means that the Tobii eye tracker is supported
@haideralipunjabi
haideralipunjabi / main.py
Created June 15, 2020 02:30
Python Script to scrape an OpenDirectory
import requests
from bs4 import BeautifulSoup as soup
import os
from progress.bar import Bar
import wget
from urllib.parse import unquote
base = "http://www.meeshdesigns.com/Western%20Fonts/"
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'}
@joshuakraemer
joshuakraemer / instructions.md
Last active April 14, 2026 19:56
How to install Windows Media Player 11 to a Proton prefix
  1. Download Windows Media Player 11, 64 bit (wmp11-windowsxp-x64-enu.exe):
    $ cd /tmp/
    $ curl -O https://web.archive.org/web/20190512112704/https://download.microsoft.com/download/3/0/8/3080C52C-2517-43DE-BDB4-B7EAFD88F084/wmp11-windowsxp-x64-enu.exe
  2. Extract the archive:
    $ cabextract wmp11-windowsxp-x64-enu.exe -d wmp11
  3. Run and close the game through Steam. A Proton prefix is created on the first run.
  4. Go to the game's folder inside Steam's compatdata folder:
    $ cd $HOME/.local/share/Steam/steamapps/compatdata/287290
  5. Set prefix to Windows XP: $ WINEPREFIX=$PWD/pfx wine winecfg