Skip to content

Instantly share code, notes, and snippets.

@phiberoptick
phiberoptick / GetNordVPNWireGuardDetails.md
Created February 22, 2023 19:23 — forked from bluewalk/GetNordVPNWireGuardDetails.md
Getting NordVPN WireGuard details

About

Instructions to obtain WireGuard details of your NordVPN account. These can be used to setup a WireGuard tunnel on your router to NordVPN.

Source: https://forum.gl-inet.com/t/configure-wireguard-client-to-connect-to-nordvpn-servers/10422/27

Prerequisites

If you have any linux machine, use that or install a vm if you don't have one.

Get their official linux app installed. Make sure you have wireguard installed too. And set the used technology to Nordlynx by running nordvpn set technology nordlynx

@phiberoptick
phiberoptick / README.md
Created April 13, 2020 19:26 — forked from hofmannsven/README.md
Git Cheatsheet
@phiberoptick
phiberoptick / encoding-video.md
Created April 13, 2020 17:49 — forked from Vestride/encoding-video.md
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
@phiberoptick
phiberoptick / githubpull.md
Created April 9, 2020 10:44 — forked from Jabarabo/githubpull.md
Gist of a stolen gist