I integrated this[1] with my MOTD on ssh login.. :) With random effect each time. 1: https://keeb.dev/static/login.mp4
TTE: Terminal Text Effects
201–210 of 279 posts
Re: TTE: Terminal Text Effects
#202Awesome! Someone please use this in a film or TV show.
Re: TTE: Terminal Text Effects
#203Earlier quoted context omitted.
I did something similar once when something broke while I was on a plane. The plane wifi was blocking ssh (I HATE when they do this) so I opened up an existing digital ocean instance, sshed into my home computer from it via the web interface, then uploaded some large files from the home computer and did a kubectl apply. The latency was insane but luckily the file upload was fast since my home connection is fast. It w…
Smart, and not something someone would realize if they'd been too insulated from how things work. Regarding planes/cafes/guest/etc. WiFi, I now usually put any "emergency remote plumbing access" on port 443 (though usually not HTTPS), to reduce the likelihood of some random non-SPI ruleset blocking us in an emergency.
Re: TTE: Terminal Text Effects
#204Re: TTE: Terminal Text Effects
#205Re: TTE: Terminal Text Effects
#206Re: TTE: Terminal Text Effects
#207Earlier quoted context omitted.
I think my first action in a situation like that would be an attempt to install mosh from a local mirror.
That needs a binary to run on the remote host for protocol support, doesn't it? I wonder how long that'd take to get transferred and running, over as slow a link as it sounds like this was.