[ltp] SXGA+ versus XGA resolution, any suggestions?
linux-thinkpad@linux-thinkpad.org
linux-thinkpad@linux-thinkpad.org
Fri, 19 Aug 2005 11:52:24 +0100 (BST)
On Thu, 18 Aug 2005, prosolutions@gmx.net wrote:
>>
>> Still don't see how I can reproduce the above - sorry to be dim, I'm
>> sure the answer's obvious. To simplify the example I want konsole
>> to start with one tab logged in locally, and one tab logged into
>> a remote machine. Going by your recipe, I start konsole, click on
>> "New Shell", and run "ssh remotehost" (optionally exec'ing it).
>>
>
> that can definitely be done with rxvt and also with screen, e.g.
>
> rxvt -e mutt & # start mutt in an rxvt console
>
>
> screen -d -m -S "Mail screen" mutt & # start mutt in a (detached)
> screen session
>
>
> starting a term logged into a remote box is the same:
>
> rxvt -e ssh remote.host.org # copy public ssh id to remote machine for
> passwordless login
Thanks - sure, I'm just difficult :) My original mail's buried way
back now, but I do use screen, but two different screen sessions one
on my local laptop in one tab, and one on my remote server, which
stays up forever and I detach often. Thus the need for tabs too.
Honey