Skip to content

Instantly share code, notes, and snippets.

View hoang-himself's full-sized avatar

Hoàng hoang-himself

View GitHub Profile
@webketje
webketje / README.md
Last active January 26, 2025 14:43
Soundcloud Downloader Clean - Tampermonkey userscript OR bookmarklet

Tampermonkey userscript - Soundcloud Downloader Clean

An ad-less, multilingual, clean Soundcloud downloader with robust code. Adds a 'Download' button to all single track views.

Features

  • No third-party embeds, redirects or ads, directly uses the Soundcloud API.
@asheroto
asheroto / Public-Key-Authentication-Troubleshooting.md
Last active December 22, 2024 11:24
OpenSSH on Windows - working sshd_config for public key authentication

Public key authentication troubleshooting

Make sure you don't have ANY instances of sshd or ssh-agent running (important):

  • Run PowerShell as Administrator:
Stop-Service sshd
Stop-Service ssh-agent
taskkill /f /im sshd.exe
taskkill /f /im ssh-agent.exe