Install Software


Explorer++ with Tabs


Torrents (2025)

Torrent Sites:

Guides & Aggregators:

Old/Archived:


Utilities


Programming Tools

  • txt2re ? Generate regular expressions from sample text.

Notepad++

Tips:

  • Ctrl + Shift + L ? Delete current line
  • Ctrl + Shift + ? / ? ? Move line

Add text to every line:

  1. Press Ctrl + H for Find/Replace.
  2. Find: ^
    Replace with: your-text
  3. Click Replace All

Guide: Stack Overflow Link


Timelapse & Camera Tools


Video Editing


Design

SketchUpBack to top

SketchUp shortcutsBack to top

Basic Tools & Navigation
Spacebar: Select Tool
L: Line Tool
R: Rectangle Tool
P: Push/Pull Tool
M: Move Tool
Q: Rotate Tool
S: Scale Tool
O: Orbit Tool (or Middle Mouse Button)
H: Pan Tool (or Shift + Middle Mouse Button)
Z: Zoom Tool (or Mouse Wheel Scroll)
E: Eraser Tool
B: Paint Bucket
T: Tape Measure 
Modifiers & Advanced Functions 
Shift (with tool): Locks inference to an axis or toggles functions (e.g., Shift+Move copies).
Ctrl (with tool): Adds to selection or creates copies (e.g., Ctrl+Move).
Ctrl+Z: Undo
Ctrl+Y: Redo
Ctrl+S: Save
Ctrl+O: Open
Ctrl+C / Ctrl+V: Copy / Paste
Ctrl+G: Make Group
G: Make Component
Shift+Z: Zoom Extents (Fit All in View). 

YouTube Downloader: yt-dlp

Example CommandsBack to top

# MP3 audio download from playlist
yt-dlp --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s" --yes-playlist "<YouTube playlist URL>"

# Best quality video/audio with chapters
yt-dlp -f bestvideo+bestaudio/best --add-metadata --output "%(title)s.%(ext)s" --embed-chapters --yes-playlist "<YouTube playlist URL>"

# Full path FFmpeg usage
./yt-dlp.exe --ignore-errors -f bestvideo+bestaudio/best --add-metadata --output "%(title)s.%(ext)s" --embed-chapters --ffmpeg-location "C:\Path\To\ffmpeg.exe" --yes-playlist "https://youtube.com/playlist?..."

Download as .m4a

./yt-dlp -f 139 https://www.youtube.com/watch?v=saZ3EHWFZSY

Longplay Music Downloads

./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=maGd0hDdq_Y
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=56N7tzInaD0
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=0Ru9O_oWrzE
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=SQM38DJdaeU
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=Ax98mPq0bvA
./yt-dlp.exe -f 139 https://www.youtube.com/watch?v=Tp7qJxfmrfo

iPad & Tweak Tools


System Tools & Utilities


Disk & System Cleanup


Disk & Boot Tools


Adobe Genuine Service ? Disable Popup

  1. If popup is showing, open Task Manager ? End task on popup.
  2. Run GenP as admin:
    C:\Users\username\Downloads\GenP.v3.5.0-CGP\GenP 3.5.0.exe
  3. In GenP:
    • Select: Main - Pop-up (remove)
    • Tools: Remove AGS

Audio Mixer

Virtual audio routing, EQ, and more. Donationware.


Audio player DIY - Squeezebox

LMS Lyrion Music Server Squeezebox https://www.reddit.com/r/squeezebox/comments/lwb7tf/squeezebox_radio_replacement/

Time to DIY?

https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/

https://www.raspberrypi.org/products/iqaudio-digiamp-plus/ (you also need a power supply for this, which will also power the Pi)

https://www.raspberrypi.org/products/raspberry-pi-touch-display/

https://smarticase.com/products/smartipi-touch-pro

https://www.picoreplayer.org/ and the Jivelite frontend (can easily be added from the web interface).

You also need a set of speakers of your choice to plug into it; the unit becomes a fully self-contained Squeezebox equivalent, with optional LMS on the device itself.

This is what mine looks like. You may want smaller speakers... though the 35 watt amp really does a solid job driving my old B&W.

https://imgur.com/a/Ub1D677

Assembling the unit is very easy. Use the Raspberry Pi Imager to write Picoreplayer 7 to a small MicroSD card (you do need an SD card reader slot somewhere) and then just screw everything together, it all just plugs together using simple instructions.


Safe Browser & Tools


Git Tools

{upload}