Reverse Shell from an OpenVPN Configuration File (2018)medium.com2 points·by psophis·2 years ago·0 comments
psophis·2 years ago·discussNot HDMI, but SDI over fiber is basically this. It can be muxed and is used in the broadcast industry for long haul camera feeds.
psophis·2 years ago·discussThis message is for Hawaii.Edit:Now as of "1154 AM PST Thu Dec 5 2024" the warning is canceled:https://www.tsunami.gov/events/PAAQ/2024/12/05/so1aq0/3/WEAK...
psophis·3 years ago·discussI use this zsh function and define my git alias in my git config. # No arguments: `git status` # With arguments: acts like `git` function g() { if [[ $# > 0 ]]; then git $@ else git st fi } # Complete g like git compdef g=git
psophis·4 years ago·discussThe argument [0] has been made that Twitter was why the US had as good of a response to COVID-19 as it did.[0]: https://stratechery.com/2020/defining-information/
psophis·6 years ago·discussYou can also use add a hyphen ( <<-EOF ) to suppress leading tabs but not spaces. https://linuxhint.com/bash-heredoc-tutorial/