@[email protected] to linuxmemes • 1 year agoIt's (usually) already installedlemmy.mlimagemessage-square148fedilinkarrow-up11.28Karrow-down167
arrow-up11.21Karrow-down1imageIt's (usually) already installedlemmy.ml@[email protected] to linuxmemes • 1 year agomessage-square148fedilink
minus-square@Michael717link2•edit-21 year agoImaging not enjoying the internet via raw sockets having fun decrypting manually.
minus-squareRowan Thorpelinkfedilink3•1 year agoprintf ‘GET / HTTP/1.0\r\n’ | openssl s_client -connect example.com:443 -ign_eof | html2text
Imagine not enjoying the internet via curl
Imaging not enjoying the internet via raw sockets having fun decrypting manually.
printf ‘GET / HTTP/1.0\r\n’ | openssl s_client -connect example.com:443 -ign_eof | html2text