Reverse Shell from an OpenVPN Configuration File (2018)medium.com2 points·by psophis·vor 2 Jahren·0 comments
psophis·vor 2 Jahren·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·vor 2 Jahren·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·vor 3 Jahren·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·vor 4 Jahren·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·vor 6 Jahren·discussYou can also use add a hyphen ( <<-EOF ) to suppress leading tabs but not spaces. https://linuxhint.com/bash-heredoc-tutorial/