top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Multiple windows shell multiplexer on centos

0 votes
217 views

I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/

I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...

Anyone knows a good *multiple windows* shell multiplexer...?

posted Jun 19, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Tmux is my favorite at this point.

answer Jun 19, 2013 by anonymous
Just to add, Tmux is available in both repoforge (nee rpmforge) and EPEL.
Only dependency is libevent, available in base)

Haven't used mssh so not sure of the differences, but tmux can do multiple
windows.
Similar Questions
0 votes

I've installed CentOS 7 in a KVM powered VM on my CentOS 6 desktop. I'm not getting any sound.
Google seams to have no clue what to do. How about you?

+1 vote

During yum upgrade a couple days ago, I saw this:

Cleanup : kernel-3.10.0-229.20.1.el7.x86_64  35/64
warning: file /lib/modules/3.10.0-229.20.1.el7.x86_64/modules.softdep: 
remove failed: No such file or directory
warning: file /lib/modules/3.10.0-229.20.1.el7.x86_64/modules.devname: 
remove failed: No such file or directory

Should I be concerned about this? What could have caused it?

+1 vote

Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or mod_h2)?
I'd like to try out http2 without having to compile my own httpd.

+1 vote

I have a problem in that at first all my log files were dated 12-31-1969 and logrotate has:

# more /var/lib/logrotate.status
logrotate state -- version 2
"/var/log/yum.log" 1969-12-31-20:26:1
"/var/named/data/named.run" 1969-12-31-20:26:1
"/var/log/httpd/error_log" 2015-8-27-4:43:1
"/var/log/wtmp" 1969-12-31-20:26:1
"/var/log/chrony/*.log" 2015-8-19-22:0:0
"/var/log/spooler" 1969-12-31-20:26:1
"/var/log/btmp" 1969-12-31-20:26:1
"/var/log/maillog" 1969-12-31-20:26:1
"/var/log/wpa_supplicant.log" 2015-8-19-22:0:0
"/var/log/secure" 1969-12-31-20:26:1
"/var/log/ppp/connect-errors" 2015-8-19-22:0:0
"/var/log/messages" 1969-12-31-20:26:1
"/var/log/cron" 1969-12-31-20:26:1
"/var/log/httpd/access_log" 2015-8-27-4:43:1

How do I get this file rebuilt with the dates currently on the files listed?

+1 vote

Is it possible to get the QEMU guest agent on a CentOS 5.11 virtual machine? Has anyone installed from source? I am running the VM on a CentOS 7 virtual host with qemu-1.5.3.

...