- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
alias sudo='sudo ' | |
alias dfh='df -h' | |
alias duh='du -h --max-depth=1 | sort -hr' | |
alias l='ls -lAhs' |
### 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: |
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. |
# top view | |
df -h | |
# per folder | |
du -h --max-depth=1 | sort -hr |
export DOCKER_HOST=localhost:2375 |