Skip to main content

Questions tagged [tmux]

tmux is a terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.

2 votes
1 answer
40 views

I am using tmux 3.4 on Ubuntu noble 24.04.3. I would like tmux to handle bells as follows: If a bell occurs in the current window, echo it and don't do anything else. If a bell occurs in a window ...
jwodder's user avatar
  • 502
1 vote
1 answer
58 views

If there are no sessions (eg tmux a returns "no sessions") a call to start tmux under a namespace (eg sudo ip netns exec ns1 tmux new -s test) will have the shells within (even newly spawned ...
Hashbrown's user avatar
  • 214
0 votes
1 answer
84 views

I use nix and home manager, zsh and tmux. My problem is that in tmux splits the nix command does not exist. I tried setting default shell in tmux to /bin/zsh -l sourcing files etc, I notice the PATH ...
Darek's user avatar
  • 541
0 votes
2 answers
69 views

I'm running Ubuntu server (version 24.04.2 LTS). I'm quite happy with it. Sometimes I need longrunning processes, therefore I start them in a tmux session. But I have a small issue when I run tmux. In ...
Rogier Lommers's user avatar
0 votes
0 answers
38 views

I recently moved from running minecraft bedrock server inside PM2 to systemd. If I put the executable inside ExecStart normally, I can't enter commands to the mcbe console. When I search for solution, ...
Choomai's user avatar
1 vote
1 answer
147 views

Trying to login to my local server with user1, the shell freezes after the login banner: Linux server 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 The programs included ...
Bastian's user avatar
  • 25
-1 votes
1 answer
75 views

This command works as expected if I run it in the tmux command line: list-panes -a -F "pane ID: #{p3:pane_id} TTY: #{p11:pane_tty}" Output: pane ID: %1 TTY: /dev/pts/35 pane ID: %2 TTY:...
Hauke Laging's user avatar
  • 94.7k
0 votes
1 answer
44 views

recently I've learned this new part of Linux known as tmux, and my overall thought: a absolute beauty, tmux has helped me more and more as I get deeper into Linux and as I make more projects, but for ...
AuraWare's user avatar

15 30 50 per page
1
2 3 4 5
92