Install Software
- Ninite ? Install multiple applications automatically.
- Winget Installer
- Ventoy ? Create USB boot drives directly from OS images.
- YUMI Multiboot USB Creator
Explorer++ with Tabs
Torrents (2025)
Torrent Sites:
- ext.to
- extratorrent.st
- torrentgalaxy.one
- 1337x.to
- torrenting.com ? Requires account
- piratesparadise.org
- search.extto.com
- rarbgdump.com
Guides & Aggregators:
Old/Archived:
Utilities
- Advanced IP Scanner ? LAN scanner and shared folder access.
- Fileseek ? File content search.
- Windows Update Stop
- Format FAT32 Tool
- TronScript ? Windows cleanup tool.
- AdwCleaner
- ComboFix.exe (manual tool)
- Serva PXE Server (Community)
Programming Tools
- txt2re ? Generate regular expressions from sample text.
Notepad++
Tips:
Ctrl + Shift + L? Delete current lineCtrl + Shift + ? / ?? Move line
Add text to every line:
- Press
Ctrl + Hfor Find/Replace. - Find:
^
Replace with:your-text - Click Replace All
Guide: Stack Overflow Link
Timelapse & Camera Tools
- Framelapse ? Android timelapse app
\\192.168.1.47\homes\inst\_tools? Network tool path- Capture Boorucam
- Images to Video
Video Editing
- Windows Movie Maker (2018 remake): Download
- DaVinci Resolve ? Free professional editor
- Handbrake ? Video converting
- XMedia Recode
- 4K Slideshow Maker
- DVD Ripping ? Handbrake
Design
SketchUpBack to top
- Table https://www.youtube.com/watch?v=SuLZYtWJiY8
- Shelf https://www.youtube.com/watch?v=3LZuH6Os4pM
- Advanced table https://www.youtube.com/watch?v=zpdMZK6LlDE
- House https://www.youtube.com/watch?v=LVhh5RL6oeI
- Room plan https://www.youtube.com/watch?v=SlAVN9UQMZU
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
- Glary Utilities ? System cleanup (like CCleaner)
- PSTools ? Sysinternals utilities
stretchly.exe? Break reminder & screen time toolcaffeine.exe? Prevent sleep- mRemoteNG ? Remote desktop tool
- FAR ? Bulk Find & Replace
- AstroGrep ? Search file content
- Rockbox ? Open firmware for MP3 players
Disk & System Cleanup
- HD Tune Pro v5.50 ? HDD testing & health
- HWiNFO32 ? Hardware diagnostics
- Destroy Windows 10 Spying
- O&O ShutUp10
- WPD Privacy Dashboard
- W10Privacy
Disk & Boot Tools
Adobe Genuine Service ? Disable Popup
- If popup is showing, open Task Manager ? End task on popup.
- Run GenP as admin:
C:\Users\username\Downloads\GenP.v3.5.0-CGP\GenP 3.5.0.exe - 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.
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
- Brave Browser
- Zotero ? Reference management
Git Tools
{upload}