Tabbed Terminal Emulator
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > Tabbed Terminal Emulator




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Tabbed Terminal Emulator  
grid


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-09-06 01:08 PM

Hi,
I have to telnet/rlogin to different machines to get my work done.Is
there any tabbed terminal emulator available for free.Using putty, I
have to open a new window for each connection and it gets lil confusing
after some time.
I am on a windows workstation, and any good clients you know  ( X
emulators would also work if free  ) of should really help.I am using
cygwin,but its not so lightweight.I am looking for something like the
konsole app in Linux.

Thanks,
Rohitash





[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
Nils O. Selåsdal


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-09-06 01:08 PM

grid wrote:
> Hi,
>  I have to telnet/rlogin to different machines to get my work done.Is
> there any tabbed terminal emulator available for free.Using putty, I
> have to open a new window for each connection and it gets lil confusing
> after some time.
>     I am on a windows workstation, and any good clients you know  ( X
> emulators would also work if free  ) of should really help.I am using
> cygwin,but its not so lightweight.I am looking for something like the
> konsole app in Linux.
Read up on the screen program.
Quickstart:
run screen , hit ctrl-a c to create another shell/window.
navigate between the screens with e.g ctrl+a 1 ,ctrl+a 2 and so on.
disconnect with ctrl+a d , reconnect the session with screen -d -r





[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
Maurizio Loreti


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-09-06 10:55 PM

mrxvt - http://materm.sourceforge.net/
(runs under X).  excellent.

--
Maurizio Loreti                         [url]http://www.pd.infn.it/~loreti/mlo.html[/ur
l]
Dept. of Physics, Univ. of Padova, Italy              ROT13: ybergv@cq.vasa.
vg





[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
Jan Panteltje


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-09-06 10:55 PM

On a sunny day (Thu, 09 Mar 2006 14:57:41 +0100) it happened
examnotes <NOS@Utel.no> wrote in
<44103455$1@news.broadpark.no>:

>grid wrote: 
>Read up on the screen program.
>Quickstart:
>run screen , hit ctrl-a c to create another shell/window.
>navigate between the screens with e.g ctrl+a 1 ,ctrl+a 2 and so on.
>disconnect with ctrl+a d , reconnect the session with screen -d -r

Very nice solution,. did not know about that one.
Been doing it with fvwm and 9 xterms in the pager (9 virtual screens).






[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
Kasper Dupont


Report This Message To A Moderator Edit/Delete Message


 
03-09-06 10:55 PM

"Nils O. Selåsdal" wrote:
>
> navigate between the screens with e.g ctrl+a 1 ,ctrl+a 2 and so on.

If you have more than ten windows in screen you can switch
with sequences like ctrl+' 10 enter
Other good combinations to remember are
ctrl+a space (Next window)
ctrl+a ctrl+a (Switch between two most recent windows)
ctrl+a ? (Information about key bindings)

--
Kasper Dupont -- Rigtige mænd skriver deres egne backupprogrammer
#define _(_)"d.%.4s%."_"2s" /* This is my new email address */
char*_="@2kaspner"_()"%03"_("4s%.")"t\n";printf(_+11,_+6,_,6,_+2,_+7,_+6);





[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
Micah Cowan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-09-06 10:56 PM

Jan Panteltje <pNaonStpealmtje@yahoo.com> writes:

> On a sunny day (Thu, 09 Mar 2006 14:57:41 +0100) it happened
> examnotes <NOS@Utel.no> wrote in
> <44103455$1@news.broadpark.no>:
> 
>
> Very nice solution,. did not know about that one.
> Been doing it with fvwm and 9 xterms in the pager (9 virtual screens).

I use konsole, which has tabbed terms--despite the fact that in at
least one case, I'm running GNOME. I have noticed some light,
occaisional graphics glitches in my copy of it, though.

kterm also allows you to "detach" a tab, which is useful when I need
to see two terms at the same time.

-Micah





[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
Lee Sau Dan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-11-06 07:48 AM

>>>>> "grid" =3D=3D grid  <prohit99@gmail.com> writes:

grid> Hi, I have to telnet/rlogin to different machines to get my
grid> work done.Is there any tabbed terminal emulator available
grid> for free.Using putty, I have to open a new window for each
grid> connection and it gets lil confusing after some time.=20=20

My "solution" is  to open a Cygwin Xserver.   Then, open xterms inside
that Xserver window and do ssh  from those xterms.  (Or use "ssh -X -f
remote_host  xterm".)   Still many  xterms.   But  they all  "grouped"
together into one X-server window.

You can easily  run a second X-server (or the  same X-server, but with
multiple screens (see the -screen  option)) to create another group of
xterms.  That  makes things more  manageable under Windows  stupid GUI
which lacks virtual terminals.


grid> I am on a windows workstation, and any good clients you know
grid> ( X emulators would also work if free  )=20

No  X emulators.  They  are real  X servers.   Cygwin includes  a free
X-server.


grid> of should really help.I am using cygwin,but its not so
grid> lightweight.I am looking for something like the konsole app
grid> in Linux.

Windows itself is much more heavy-weight than Cygwin.  


--=20
Lee Sau Dan                     =A7=F5=A6u=B4=B0                          ~=
{@nJX6X~}

E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee





[ Post a follow-up to this message ]



    Re: Tabbed Terminal Emulator  
John Fusco


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-11-06 10:51 PM

grid wrote:
> Hi,
>  I have to telnet/rlogin to different machines to get my work done.Is
> there any tabbed terminal emulator available for free.Using putty, I
> have to open a new window for each connection and it gets lil confusing
> after some time.
>     I am on a windows workstation, and any good clients you know  ( X
> emulators would also work if free  ) of should really help.I am using
> cygwin,but its not so lightweight.I am looking for something like the
> konsole app in Linux.
>
> Thanks,
> Rohitash
I use cygwin on Windows with a gnome-terminal running on Linux. Works
well for me. For example,

ssh -X mymachine gnome-teriminal

The gnome terminal can spawn new terminals from the menu, either in tabs
or new windows.

John





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 02:21 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register