composer global require "laravel/lumen-installer"
composer global require "laravel/installer"
| #### General PFCTL Commands #### | |
| $ pfctl -d disable # packet-filtering | |
| $ pfctl -e enable # packet-filtering | |
| $ pfctl -q # run quiet | |
| $ pfctl -v -v # run even more verbose | |
| #### Loading PF Rules #### | |
| $ pfctl -f /etc/pf.conf # load /etc/pf.conf | |
| $ pfctl -n -f /etc/pf.conf # parse /etc/pf.conf, but dont load it | |
| $ pfctl -R -f /etc/pf.conf # load only the FILTER rules | |
| $ pfctl -N -f /etc/pf.conf # load only the NAT rules |
| [Interface] | |
| PrivateKey = *********************** | |
| Address = 192.168.10.2/32, fc::2/128 | |
| DNS = 1.1.1.1, 2606:4700:4700::1111 | |
| [Peer] | |
| PublicKey = *********************** | |
| AllowedIPs = 0.0.0.0/0, ::/0 | |
| Endpoint = endpoint.domain.tld:51820 |
| #!/bin/bash | |
| # | |
| # ./makeitrain.sh bitcoin-qt.crashdump.core | |
| # __ _ _ __ ___ __ ____ ____ | |
| # / ( \/ )/ _\ / __)/ _\/ ___(_ ) | |
| # ( O ) (/ ( (_ / \___ \ )( | |
| # \__(_/\_\_/\_/\___\_/\_(____/(__) | |
| # | |
| # Donations: | |
| # btc: 34fDhMUkvGVr1s2jQvhwmBfw1xqjstrLed |