Skip to content

Instantly share code, notes, and snippets.

View nxvhm's full-sized avatar
🍒

Antoan Partadzhiev nxvhm

🍒
  • Plovdiv, Bulgaria
View GitHub Profile
@nxvhm
nxvhm / ffmpeg.md
Created May 29, 2025 04:27 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet
@nxvhm
nxvhm / explode-opvn.sh
Created September 18, 2023 19:05 — forked from dleonard00/explode-opvn.sh
extract the certificate and key from an .ovpn file
#!/bin/bash
# This script will extract the certificate and key from an .ovpn file
# into their own files, which makes it possible to use them to configure
# the VPN using Ubuntu's network manager
# Usage example:
# >> ovpnconvert username.dev.ovpn
# You can keep following these instructions here: