|
Home > Archive > Unix Programming > March 2006 > Tabbed Terminal Emulator
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Tabbed Terminal Emulator
|
|
|
| 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
| |
| Nils O. Selåsdal 2006-03-09, 8:08 am |
| 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
| |
|
|
| Jan Panteltje 2006-03-09, 5:55 pm |
| On a sunny day (Thu, 09 Mar 2006 14:57:41 +0100) it happened
=?ISO-8859-1?Q?=22Nils_O=2E_Sel=E5sdal=22?= <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).
| |
| Kasper Dupont 2006-03-09, 5: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);
| |
| Micah Cowan 2006-03-09, 5:56 pm |
| Jan Panteltje <pNaonStpealmtje@yahoo.com> writes:
> On a sunny day (Thu, 09 Mar 2006 14:57:41 +0100) it happened
> =?ISO-8859-1?Q?=22Nils_O=2E_Sel=E5sdal=22?= <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
| |
| Lee Sau Dan 2006-03-11, 2: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
| |
| John Fusco 2006-03-11, 5: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
|
|
|
|
|