Skip to content

Instantly share code, notes, and snippets.

View MalfiRG's full-sized avatar

PiotrTarach MalfiRG

View GitHub Profile
@gwalkey
gwalkey / gist:b168d532b472333e96663cf607bf84eb
Last active October 13, 2025 15:16
Create a NuGet Package to Install a Powershell Module
Download the CLI Version of NuGet
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
--Create Work Paths
md c:\nuget
md c:\nuget\source
md c:\nuget\publish
-- One-Time - Create local NuGet Repo/feed using a local drive path
cd c:\nuget
@artificialsoph
artificialsoph / jupyter_ngrok.md
Last active March 23, 2025 15:36
Quickest way to get Jupyter notebook running on a remote server.

Log into your server with ssh, something like

ssh -i "my_secret.pem" ubuntu@12.123.12.123

If it's a new server, you'll need to install a few things.

Install conda with