Terminal Scrollbacks Write Data to Local Disk; Even Over SSH

Geekery

I had always taken for granted that my SSH sessions were, well, secure. I just assumed that the contents of the scrollback buffer in a terminal would not be saved anywhere locally for something like this. My assumption was that it was stored in memory and flushed when the session was over. This allowed me… Read more »

Disabling Empty Tab Completion in Bash to Prevent Delays

Programming

While typing in a terminal, tab completion is a huge time saver. Being able to auto-complete file names or commands is very nice, especially if you can’t quite remember what it is. There are times, however, that this has become quite annoying for me as a developer. More than once a day when I really… Read more »