Muhammad HassanforDevOps Journey with M Hassanhassandevops.online·Nov 30, 2023Maximizing Productivity with tmux: A Guide to Multi-Pane Monitoring with topSplit the Terminal Pane: Inside tmux, you can split the terminal pane either horizontally or vertically. Choose one of the following options: Horizontal split: Press Ctrl-b followed by %. Vertical split: Press Ctrl-b followed by ". Navigate t...Discusstmux
Lubos Magatblog.magat.io·Oct 21, 2023My terminal multiplexersBoth screen and tmux are terminal multiplexers that allow you to manage multiple terminal sessions within a single terminal window. They are particularly useful for long-running processes, remote server management, and multitasking in the terminal. B...Discussscreen
Chris Paraisochrisparaiso.hashnode.dev·Aug 20, 2023Revisiting my Development EnvironmentFrom working the usual 9 to 5 job on top of studying data engineering (Python, SQL, DE concepts), I've been feeling a little burnt out with everything. I decided to take a break and revisit my development environment to see what I could add, remove o...Discuss·1 like·26 readsneovim
travblog.techsavvytravvy.com·Jun 20, 2023FeaturedMaking a Spotify “Now Playing” Widget for tmuxThis is going to be a "quick" little guide to customizing the tmux status bar to include a scrolling Spotify “Now Playing” widget. I’m going to be doing this on macOS, but you should be able to adapt it to Linux and I'll try to assist where I can. If...Arthur Andrews and 1 other are discussing this2 people are discussing thisDiscuss·48 likes·654 readstmux
Joy Ayiteycharadstokes.hashnode.dev·May 23, 2023Hacking Linux OS and Making it Look Futuristic with DWMMotivation & Inspiration Over the past few months, I have been committed to following many senior software engineers like the owner of Inkdrop - Takuya Matsuyama, the owner of LunarVim - Christian Chiarulli, Neovim's core contributor - Tj DeVries and...Discuss·31 likes·93 readsfishshell
Charles DraniProcdrani.dev·May 21, 2023Present Spotify Data in Tmux with ApplescriptTLDR: This article demonstrates how to use AppleScript to control Spotify and display song information in a tmux status bar. Tmux is a terminal multiplexer: it enables several terminals to be created, accessed, and controlled from a single screen. T...Discuss·65 readsLearn with MeSpotify
Larry Lularrylu.dev·Nov 2, 2017Boost Productivity with tmux: Master Terminal SessionsYou can find the Chinese version of this article at 終端機 session 管理神器 - tmux. As a developer, you should be familiar with the Terminal. Whether you want to create git branches, run the scripts, or ssh to the remote machine, you will need to use the T...Discuss·283 readsterminal
Harekrishna Raiblog.harekrishnarai.me·May 10, 2023In AWS, how to keep running processes for ssh connections that keeps breaking?Hey folks, I started my AWS cloud journey last year, and then learnt about launching the AWS instances and creating the key pairs. In this article, basically we'll be solving an issue which I faced frequently while connecting to the instances. If you...Discuss·71 readsBug Bounty Hunting Series - Automating ReconAWS
raju ghoraicoderj001.hashnode.dev·Feb 27, 2023Creating a Mouseless Coding Environment with tmux and NeovimHey as this is my first time writing a blog so I will keep it short and descriptive. Why use? The reason might be different from person to person, someone just wanted to boost their dev experience or want to pretend to be cool. Few people want to giv...Discuss·74 readsneovim
Nishant Bhansalinishantbhansali-ai.hashnode.dev·Nov 23, 2022TMUX for Machine Learning EngineersWhat is Tmux TMUX (Terminal Multiplexer) is a program which helps create and manage various terminal sessions created from a terminal itself. We can detach these newly created terminal which helps in asyncronously running multiple programs. These te...Discuss·40 readstmux