由买买提看人间百态

topics

全部话题 - 话题: xterm
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w*s
发帖数: 7227
1
it's a little bit complicated,
1. i have a script starts 20 xterms like this,
xterm -e "uml ..."
here uml is the open source virtual machine.
so basically i run 20 umls in my pc, each in a xterm so i can check
the progress.
2. each of uml will automatically start my application,
which is multithreaded, has pipes, sockets etc.
basically instead of 20 pcs run my app to stress test the server
in the other end. I use UML to do this in 1 pc.
when i do this, every once a while some x... 阅读全帖
g*********s
发帖数: 1782
2
来自主题: Programming版 - xterm的title恢复问题 (转载)
【 以下文字转载自 Linux 讨论区 】
发信人: gandjmitbbs (Nothing), 信区: Linux
标 题: xterm的title恢复问题
发信站: BBS 未名空间站 (Wed Feb 27 19:33:00 2008)
用RedHat 企业版。每次开一个xterm我会给一个title,例如MyProject以便记忆。
如果在xterm里vi某个文件foo.c,我希望看到文件名,所以在.vimrc里加了set title
。这时vi foo.c的话xterm title就是foo.c。
但是从vi退出时,我希望title会回到原来的MyProject,但是实际上,显示的是环境变
量$PS1的内容,例如$PS1=[u@\h \w]\$,这时的xterm title就是user@host ~/
fullpath。
在网上搜索了一下也没找到答案。有谁知道啊?多谢了。
b*s
发帖数: 82482
3
用konsole,default ctrl-shift-c ctrl-shift-v是copy & paste。
xterm太古老了吧……

在mac上用vnc+xterm工作,发现copy/paste很不方便: xterm default的paste快捷
键是shift+insert, 问题是mac没有insert键,所以这个操作一直只能用鼠标中键代替
。非常不方便。尤其在没有鼠标的情况下,mac键盘更是没有任何办法实现paste。
所以问题来了:如何在vnc里面的xterm中重定义键盘按键?比如我想定义ctrl+v就是
shift+insert,如何实现?
s****n
发帖数: 700
4
来自主题: Programming版 - Linux shell: xterm -e "commands" problem
I am going to automatically run some comands after launching xterm.
For example,
xterm -e ssh -t HOST "cd /DIR && /bin/bash -i -l"
will launch xterm , ssh to HOST, and go to the directory DIR.
I am going to do a little bit more complicated work by using awk.
the follow below is the script I wrote, however it failed to run. Is
anyone could help me out on this ?
xterm -fg white -bg black -geom 36x7+2150+731 -T buran -e ssh -t buran
"tail -f /home/cmtd/keb/comm0.log | awk '{if( /Initial Margin/ ) p
b****u
发帖数: 2
5
我用cygwin 。 startx 之后打开几个xterm , 可是每次我想从一个xterm 切换到另一个
时,总要拨弄一下鼠标。似乎只有鼠标指到这个xterm的范围之内时才可以进行键盘输入

我想知道有什么方法可以在几个xterm 只见快速切换的.
我自己估摸着试了几个快捷键组合都不行。
谢谢了。
w***z
发帖数: 1848
6
在mac上用vnc+xterm工作,发现copy/paste很不方便: xterm default的paste快捷
键是shift+insert, 问题是mac没有insert键,所以这个操作一直只能用鼠标中键代替
。非常不方便。尤其在没有鼠标的情况下,mac键盘更是没有任何办法实现paste。
所以问题来了:如何在vnc里面的xterm中重定义键盘按键?比如我想定义ctrl+v就是
shift+insert,如何实现?
w***z
发帖数: 1848
7
在mac上用vnc+xterm工作,发现copy/paste很不方便: xterm default的paste快捷
键是shift+insert, 问题是mac没有insert键,所以这个操作一直只能用鼠标中键代替
。非常不方便。尤其在没有鼠标的情况下,mac键盘更是没有任何办法实现paste。
所以问题来了:如何在vnc里面的xterm中重定义键盘按键?比如我想定义ctrl+v就是
shift+insert,如何实现?
w***z
发帖数: 1848
8
来自主题: Programming版 - 如何在xterm里重定义键盘按键?
在mac上用vnc+xterm工作,发现copy/paste很不方便: xterm default的paste快捷
键是shift+insert, 问题是mac没有insert键,所以这个操作一直只能用鼠标中键代替
。非常不方便。尤其在没有鼠标的情况下,mac键盘更是没有任何办法实现paste。
所以问题来了:如何在vnc里面的xterm中重定义键盘按键?比如我想定义ctrl+v就是
shift+insert,如何实现?
w***z
发帖数: 1848
9
来自主题: Software版 - 如何在xterm里重定义键盘按键?
在mac上用vnc+xterm工作,发现copy/paste很不方便: xterm default的paste快捷
键是shift+insert, 问题是mac没有insert键,所以这个操作一直只能用鼠标中键代替
。非常不方便。尤其在没有鼠标的情况下,mac键盘更是没有任何办法实现paste。
所以问题来了:如何在vnc里面的xterm中重定义键盘按键?比如我想定义ctrl+v就是
shift+insert,如何实现?
p*****m
发帖数: 31
10
来自主题: Unix版 - HELP:scorllbar on xterm window
if you run xterm without scrollbar, you can also
click ctrl+MidMouse to enable Scrollba

xterm -sb
man xterm for more options
中提到: 】
w*y
发帖数: 74
11
Hello,everybody,
I am a new user of cygwin, and I got a telnet problem now.
I installed cygwin and it runs great. But when I try to run telnet in the
xterm windows, there is no response(shell prompt come out). Do you know what's
the problem?
Here is the detail:
1.type "cygwin" in dos window.
2.cygwin window pop out.
3.type "startx" in cygwin window.
4.xterm window pop out.
5.type "telnet" in xterm window.
6.another line of shell prompt come out.
Any suggestion? Thanks for your help.
wyy
d*b
发帖数: 21830
12
比如纽约这种破版,一天才几个帖子啊?这么多版主版副亲友团的一大帮,真正干事的
一个没有,全不懂xterm,现在想起来了,竟然还要再招一个懂xterm的帮丫的整理版面
,我看钻风根本就不应该批准这种版副申请,不懂xterm的人根本就不应该做版主。
T*******t
发帖数: 9274
13
更新一下
必须xterm -e /usr/bin/bash -l才行
怎么让xterm一启动自己就load bash呢?
x****s
发帖数: 921
14
uml crash/exit后,xterm也结束了吧。 你可以试下 xterm -e "sleep 5"
w*s
发帖数: 7227
15
i setup the way such that xterm can stay.
Most xterms can stay running, if my app crashes, i can see the seg fault etc.
s*******e
发帖数: 2
16
来自主题: Unix版 - HELP:scorllbar on xterm window
In normal terminal window of Sun solaris, I use "xterm&" to
create another
xterm window. But it hasn't the scorllbar, how can I make a
scrollbar?
Thanks.
h**h
发帖数: 132
17
来自主题: Unix版 - HELP:scorllbar on xterm window
xterm -sb
man xterm for more options

中提到: 】
m*******m
发帖数: 182
18
来自主题: Unix版 - How to change the title of an xterm?

xterm -title 'string'
xterm -T 'string'
w**n
发帖数: 88
19
来自主题: Unix版 - xterm
xterm is available, in /usr/openwin/bin/xterm
also if you'd like use CDE, try dtterm(/usr/dt/bin/dtterm)
c*****t
发帖数: 198
20
来自主题: Unix版 - Set DISPLAY for xterm
I am using Succeed.NT now and trying to open an xterm. My purpose is to set
display to my local IP automatically once I start an x-session. The command
line is like:
xterm -bg black -fg white -display "???"
But I don't know what should "???" be? Please help me out. Thanks,
w*y
发帖数: 74
21
I installed all the pkg related to net.
I guess I need to set up sth so that the xserver could work, since I got the
following message when I type "startx" and then close the pop out "xfree86"
window:
$ startx
login: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"xterm:
xinit: connection to X server lost.ed) or KillClient on X server ":0.0"
waiting for X server to shut down XIO: fatal IO error 104 (Conne
j******e
发帖数: 232
22
我以前的xterm on cygwin没有这种问题
我现在换了最新的xorg X11
xterm中键不能paste了
其他软件每没有问题(我试了emacs而已)
any ideas?
How do I debug it?
Thanks1
l*****g
发帖数: 56
23
来自主题: Unix版 - My trouble with xterm
Just updated Exceed 6.0 to 8.0 then found can't use backspace and delete in
new xterm windows. Don't know the reason, putty, ssh secure shell orginal
windows all ok, while any new started xterm window failed to use
backspace/delete. Have to use ^H, and tested a few bindkeys like ESC-^B, not
working. Where to look for the trouble? Everything is fine under my old Exceed
6.0.
x****s
发帖数: 921
24
就是说在你的环境下,using exactly same command line, just replace "uml ..."
with "sleep 5", your xterm will stay?
if yes, then I have no idea.
w*s
发帖数: 7227
25
sth. like
xterm -e "my app; sh"

"
Z**0
发帖数: 1119
d******r
发帖数: 4
27
来自主题: Unix版 - 怎么弄出彩色的xterm?
我用的是台破Sun workstation. 我的terminal是彩色的,可开
出来的xterm确实单色的.怎么把它弄成彩色的啊?还有怎么设置
不同类型的文件在list的时候显示不同的颜色?
谢了.
d******r
发帖数: 4
28
来自主题: Unix版 - 怎么弄出彩色的xterm?
不懂.怎么设成彩色的呢?
我在terminal下telnet bbs.mit.edu看到的是
彩色界面.但是用xterm联却是黑白的.该怎么
设啊?
s*****d
发帖数: 258
29
来自主题: Unix版 - 怎么弄出彩色的xterm?
there's a color xterm program called
"nxterm" under redhat linux.
Don't know where to download it for sun.
a******a
发帖数: 10
30
来自主题: Unix版 - How to change the title of an xterm?
Any one knows how to change xterm's title after it was launched??
3x,
h**h
发帖数: 132
31
来自主题: Unix版 - How to change the title of an xterm?
He was asking AFTER launching xterm.
I used to have a xtitle utility, but it turns out that
it's not a standard package.
w*****n
发帖数: 94
32
来自主题: Unix版 - How to change the title of an xterm?
Xterm-Title mini HOWTO
j***y
发帖数: 2074
33
many of my colleagues like to use xterm, instead of tcshell.
i don't why. any difference?
thanks,
e**o
发帖数: 131
34
来自主题: Unix版 - xterm
以前用AIX的时候, 用xterm命令新开一个窗口.请教在Solaris shell下面用什么命令可以
新开一个窗口? thanks.
r******g
发帖数: 43
35
来自主题: Unix版 - xterm
try xterm&

p*u
发帖数: 2454
36
来自主题: Unix版 - [转载] HOw to use Emacs as Xterm?
【 以下文字转载自 Linux 讨论区 】
【 原文由 pxu 所发表 】
看到有人用Emacs当做xterm来用,就是在Emacs下可以输入unix command,很有意思,请
问怎么才能这样?谢谢。
yb
发帖数: 171
37
来自主题: Unix版 - xterm in UNIX
How can I make my xterm transparent?
Thanks a lot!
D****g
发帖数: 2860
38
来自主题: Unix版 - xterm显示不了颜色
我用的是solaris,在xterm里面只有黑白,用emacs -nw,或者telnet到bbs上
也没有颜色,不知道是什么设置的问题,请教.thanks
w*y
发帖数: 74
39
I tried the which command and got a full path of telnet.

the
"xfree86"
":0.0"xterm:
reset
C*********p
发帖数: 213
40
来自主题: Unix版 - xterm winterm
What's the difference between xterm & winterm?
thanks
C*********p
发帖数: 213
41
来自主题: Unix版 - xterm 的外框不见了
xterm 的外框不见了,窗口无法resize,无法移动
请问如何弄回来?
谢谢
a**n
发帖数: 313
42
来自主题: Unix版 - My trouble with xterm
Type this command after you open an xterm.
stty erase ^H
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)