Skip to content

Instantly share code, notes, and snippets.

@ViRb3
ViRb3 / OpenVPN Internet Proxy Windows.md
Last active April 18, 2024 16:04
Create an OpenVPN Windows server that proxies internet traffic
Tested on Windows 10 x64, Anniversary Update
17.09.2017

Set up OpenVPN

  1. Set up an OpenVPN connection following this guide

  2. Generate a TA key and place it in the same folder as the other certificates/keys:

@tchamberlin
tchamberlin / how_to_manage_python_on_fedora.md
Last active May 29, 2024 16:23
How to manage Python and related tooling on Fedora 39

How to manage Python via pyenv and pipx on Fedora 39

You want to:

  • not break system Python
  • use multiple, modern versions of Python simultaneously
  • easily install applications (e.g. black, ruff, pylint) in isolated environments
  • keep applications up to date
  • easily upgrade Python

This guide covers two tools to help with the above: