Skip to content

Instantly share code, notes, and snippets.

View wargio's full-sized avatar
:shipit:
ready to share knowledge

Giovanni wargio

:shipit:
ready to share knowledge
View GitHub Profile
@wargio
wargio / wigeguard_setup.md
Created February 6, 2021 19:03 — forked from atomlab/wigeguard_setup.md
Wireguard setup on Ubuntu 18.04

Wireguard setup on Ubuntu 16.04/18.04

Install

# sudo add-apt-repository ppa:wireguard/wireguard
# sudo apt-get update
# sudo apt-get install wireguard

Generate keys

@wargio
wargio / arch-linux-install.md
Created March 4, 2019 09:37 — forked from kylemanna/arch-linux-install.md
Minimal instructions for installing arch linux on an UEFI NVMe system with full system encryption using dm-crypt and luks
@wargio
wargio / hb-ps4.sh
Last active August 29, 2015 13:58 — forked from takeshixx/hb-test.py
added wait
#!/bin/bash
PORT_FOUND="0"
PORT=0
if [ $# -eq 1 ]; then
echo "I'm testing the port"
for port in `seq 1 65535`; do
echo "port=" $port
./hb-test.py $1 -p $port -P >> /dev/null
if [ $? -eq 0 ]; then