Skip to content

Instantly share code, notes, and snippets.

View MartinN3's full-sized avatar

Martin Novák MartinN3

  • Staffers
  • Czech Republic
  • 21:54 (UTC +02:00)
View GitHub Profile
@MartinN3
MartinN3 / install-openvpn3-kali.sh
Last active October 11, 2023 11:57 — forked from stuartw1/install-openvpn3-kali.sh
install openvpn3 and dependencies on Kali Linux in ARM64 image
#!/bin/bash
# The following commands should install openvpn3 successfully on Kali Linux as of 2023-04-17
# PM me if broken and I will update
# Thanks to the following for bug reports / additions
# asingh-lp, Pyr0technicien
# update packages
sudo apt update
# too slow for our usecase of fast installation
@MartinN3
MartinN3 / youtube-dl.sh
Created September 10, 2019 10:36 — forked from mskian/youtube-dl.sh
Bash Shell Script - youtube-dl Downloader for Termux Terminal Emulator
#!/bin/bash
# -----------------------------------------------------------------------------
# Info:
# author: Santhosh veer
# file: youtube-dl.sh
# created: 18.09.2018
# revision: 18.09.2018
# version: 0.3
# -----------------------------------------------------------------------------