Skip to content

Instantly share code, notes, and snippets.

View 808codist's full-sized avatar

Dave Pascua 808codist

  • Kentik
  • Honolulu HI
View GitHub Profile
@808codist
808codist / choco.md
Last active August 17, 2022 23:21
how I rebuild my environment after fresh Windows install

Process

  1. Ctrl-X, A to start PowerShell as Administrator
    1. Rename-Computer -NewName “the-new-name”
    2. Copy & run PowerShell install command from chocolatey install page.
    3. choco feature enable -n=allowGlobalConfirmation
    4. choco install 7zip Firefox PDFXChangeViewer autohotkey ditto git GoogleChrome grammarly grammarly-chrome jetbrainsmono obsidian sharex signal stretchly vim vlc slack zoom
  2. Log into password manager.
  3. Manually install & register
    • xplorer2
  • IDE
@GiovanniGrieco
GiovanniGrieco / podman_on_wsl2.md
Last active April 19, 2024 16:26
Install Podman on WSL2

Install Podman on Windows Subsystem for Linux 2 (WSL2)

This guide allows a safe and rootless installation of Podman on WSL2. Head over the hyperlinks to discover more about these two wonderful technologies!

This guide assumes that Debian 11 "bullseye" is installed as WSL2 base OS. To do it, simply open your Windows Powershell console under Admin rights and run

PS> wsl install -d Debian

After installation, please check that you are under the latest Debian. If not, please upgrade it.