Skip to content

Instantly share code, notes, and snippets.

View apiwhichway's full-sized avatar
🛥️

apiwhichway apiwhichway

🛥️
View GitHub Profile
@bGZo
bGZo / v2proxy.sh
Last active July 2, 2024 12:46
docs: proxy command references
# ____
# __ _|___ \ _ __ _ __ _____ ___ _
# \ \ / / __) | '_ \| '__/ _ \ \/ / | | |
# \ V / / __/| |_) | | | (_) > <| |_| |
# (_)_/ |_____| .__/|_| \___/_/\_\\__, |
# |_| |___/
# +---------------+---------------------------------------+
# | updated | 20230210 |
# | author | bGZo |
# | test command | curl www.google.com |
@bmaupin
bmaupin / free-database-hosting.md
Last active July 16, 2024 16:41
Free database hosting
@martinsotir
martinsotir / conda_4.6_powershell.md
Last active June 26, 2024 06:37
Enable conda in powershell

Enabling conda in Windows Powershell

First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):

set-executionpolicy unrestricted

Then makes sure that the conda Script directory in is your Path.