This year, I moved from NixOS to Ubuntu. This post outlines my experience through that process, as well as a new philosophy for how I manage my machine and configuration which embraces the defaults and more contemporary applications.| Jon Seager
For a long time I've wanted to have a thing for resuming interrupted ssh sessions. The typical scenario is that I connect to a server with ssh, start a long-running task, and leave the window open so I can watch it. Then something causes the connection to break. Maybe I los...| Ansuz - mskala's home page
Supercharge your terminal experience with tmux.| juliu.is
Easily run processes withing your project and forget about Foreman.| pragmaticpineapple.com
This post presents several tips and tricks to make the Windows Terminal experience more productive for developers and system administrators| Freshman — Articles and Tutorials on Software Development
A tale of wanting nice things on Linux for Vim, Tmux and Alacritty and how it ended in a filthy shell script.| George Ornbo
I keep getting asked how my setup works, how I use tmux and nvim over ssh… all that good stuff. I wrote this series of posts in an attempt to explain it. Meta I think I should start from the principle: how I actually work, in a more general sense, before we get into software — and this will be part 1. On subsequent parts I’ll dig more into software and configurations.| carlosbecker.com
I wanted to share a quick thing that made my life easier on tmux lately, but before we dig into that, I feel like I need to explain how I usually work. How my workflow looks like It has 2 main modes: Mode 1: Local I open an Alacritty windows and run: $ tmux Mode 2: Remote This is the mode I use the most: I open an Alacritty window and run:| carlosbecker.com
In today’s Rails quick tip we’ll look at my local development workflow, specifically tmux, Overmind, and tmuxinator. tmux tmux is what’s called a “terminal multiplexer”. The documentation explains what exactly that means as follows: It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. The following screenshot shows a single tmux window with 3 panes: one displaying a greeting v...| citizen428.net
A writeup of our journey to improve the performance of Zellij| Improving the Performance of our Rust app