Skip to content

Instantly share code, notes, and snippets.

View fworks's full-sized avatar
🍔
Always hungry!

Flavio Castro fworks

🍔
Always hungry!
View GitHub Profile
export DOCKER_HOST=localhost:2375
# top view
df -h
# per folder
du -h --max-depth=1 | sort -hr
@fworks
fworks / lubuntuVPN.txt
Last active September 12, 2018 09:22
Lubuntu VM for VPN Bridge
How to config a Lubuntu VM on Virtual Box to use as a VPN bridge.
1) download the last Lubuntu 64bits. https://lubuntu.net/downloads/
2) create a VM on VirtualBox with 2 networks: one NAT, one Host Only
3) boot the VM with the Lubuntu iso. Install Lubuntu on the VM.
4) install Lubuntu software for VPN: openconnect, network-manager-openconnect-gnome
5) config the rinetd.conf to do the port forward and done.
### Keybase proof
I hereby claim:
* I am fworks on github.
* I am fworks (https://keybase.io/fworks) on keybase.
* I have a public key ASAE2hdNGvZFZDLzyQfQkuh-xZMmZ0pN874zHt0U22Kn1go
To claim this, I am signing this object:
@fworks
fworks / alias.sh
Created March 27, 2019 11:34
Bash Alias
alias sudo='sudo '
alias dfh='df -h'
alias duh='du -h --max-depth=1 | sort -hr'
alias l='ls -lAhs'
@fworks
fworks / install-zsh-windows-git-bash.md
Last active April 19, 2024 19:52
Zsh / Oh-my-zsh on Windows Git Bash