Tagged Questions
1
vote
1answer
328 views
Running an xterm remotely with ssh -Y, defies the coloring I setup in .Xresources
The xterm seems to not read the colors I set in my ~/.Xresources file when I connect to a Linux PC remotely.
Basically, if I'm sitting in front of my PC and I run an xterm from Xsession, the colors ...
1
vote
0answers
274 views
How to efficiently use Console2 with screen/tmux/byobu?
I'm using Console 2 and msysgit's bash to SSH into my Linux machines. There, I'm using screen (but considering tmux and/or byobu), but currently simply with one single-terminal session per ...
3
votes
1answer
356 views
SSH within SSH displays the wrong machine name in the xterm title bar
I am working on a distributed system connecting to several servers at once. Nothing is started manually in the program I am working on, but this is how to recreate the error manually.
I start a xterm ...
1
vote
2answers
421 views
Is there a clipboard on non-GUI Ubuntu / Linux systems? Can I synchronize it with my local (OS X) clipboard?
I spend a lot of time on Mac OS X as a desktop system, and on the Mac there are two nice little utilities for the command line, pbcopy and pbpaste which can accept stdin and write to stdout. Is there ...
2
votes
2answers
145 views
using watch with ssh
I have a script:
export TERM=xterm
watch -t -d -n 1 'netstat -veeantpo | grep 43597
when we run this script though ssh, it does not determine the monitor resolution. so lines are wrapped although ...
3
votes
1answer
289 views
Xterm is not completely erasing field lines
We are running Windows Clients with Cygwin XServer that has a bash script application running on AIX Unix. We have a login script using expect to ssh into the server and then xterm to create the ...