xterm
美
英 
例句
You can test to see whether all is correct by opening a new xterm window and typing the commands shown in Listing 3.
可以通過打開一個新的xterm窗口并鍵入清單3中的命令來測試一切是否正常。
As an aside, getting simple applications like xterm and mutt on Linux to support UTF-8 encodings can be quite challenging as well.
此外,給Linux的一些簡單應用(如xterm、mutt)加上UTF-8編碼支持,也是一項很有趣的挑戰。
The vmstat command is typically run in a separate xterm window in the foreground with the output going to the terminal.
vmstat命令通常在前臺的獨立xterm窗口中運行,其輸出將發送到終端。
That's an xterm, waiting for you to decide where to place it.
那是一個xterm,它在等您決定將它放在哪里。
All events within the xterm window will now be printed as they occur.
現在將輸出xterm窗口內發生的所有事件。
Both the graphical indicator and the xterm running the top command show a CPU utilization problem.
圖形指示器和運行top命令的xtermBoth都指示CPU使用率的問題。
Take the time to get a terminal program installed, too; I recommend osso-xterm.
另外,請花一些時間安裝一個終端程序;推薦使用osso-xterm。
On execution of this command, the xterm title bar displays Hello.
執行這個命令之后,xterm標題欄顯示Hello。
A command-line shell is started each time a [pseudo-]terminal is created (using term for instance).
一個命令行Shell在每次打開一個[偽]終端(比如說使用xterm)時開始運行。
Regardless, start an Xterm on your control node.
不論怎樣,請在控制節點上啟動一個Xterm。
If you are already logged into a graphical window manager session, such as GNOME or KDE, start an Xterm.
如果已經登錄到圖形窗口管理器會話,例如GNOME或KDE,請啟動一個Xterm。
Some people prefer to use an xterm as the session program, and run the window manager in the background.
有些人喜歡使用xterm作為session程序,并在后臺運行窗口管理器。
Fire up an xterm session, and let's begin to explore object files by creating a clean workbench.
啟動一個xterm會話,讓我們先創建一個空白的工作臺,并開始對目標文件進行研究。
Start the xterm, fire up your favorite editor, and let's begin creating a useful . gdbinit file!
啟動xterm,調出您最喜歡的編輯器,讓我們開始創建一個有用的.gdbinit文件吧!
Enter xhost + contrl_node_ip in the xterm that appears once your X session has started.
在X會話啟動后出現的xterm中輸入xhost+contrl_node_ip。
Run xterm instead of gnome-terminal.
用xterm代替gnome終端。
Listing 12 shows how to display the current folder name in the xterm title bar along with the prompt.
清單12演示如何在xterm標題欄和提示中同時顯示當前文件夾名。
Mined relies on X-based terminal emulators, like xterm in UTF-8 mode, rvxt-unicode, or the Linux console to detect UTF-8 encodings.
Mined依賴于基于X的終端模擬器來檢測UTF-8編碼,這些終端模擬器包括UTF-8模式的xterm、rvxt-unicode或者Linux控制臺。
Launch another xterm, and then use strace to trace the nweb server that is running.
啟動另一個xterm,然后使用strace來跟蹤正在運行的nweb服務器。
Or, more simply, how do you launch an xterm window on the remote system?
或者,更簡單地說,如何在遠程系統中啟動一個xterm窗口呢?
This creates a new X server; give it something to show by also launching on your AIX host xterm -display : 2.
這會新建一個X服務器;另外,請在AIX主機上啟動xterm-display:2,以便提供一些用于顯示的數據。
Use option 3 (VT220) for Windows and option 4 (xterm) for UNIX or Linux.
Windows使用3(VT220)選項,UNIX或Linux使用4(xterm)選項。
The first is that xterm is installed out of the box; this is a big improvement.
第一個變化是xterm安裝成開箱即用的;這是一個大的改進。
It can then send this information to X clients such as Xterm, xv, that may run on different computers.
然后它將該事件的信息發送給X客戶端,如Xterm,xv等,這些客戶端也可以運行在其他計算機上。
For example, you can print some basic information on the xterm title bar using the echo command.
例如,可以使用echo命令在xterm標題欄上顯示一些基本信息。
(You likely now realize that xterm is its own process and, within xterm, the shell is a separate process spawned by xterm). Next, type
(您現在可能會認識到,xterm就是它本身的進程,在xterm中,shell是由xterm產生的一個獨立進程)。
Making progress, but Bacchus hasn't authorized Delphi to use its X server yet (we need to switch to a local xterm to fix this)
繼續前進,但Bacchus尚未授權Delphi使用它的X服務器(我們需要切換到本地xterm來修正這個問題)
If all has gone well with the installation, you can start Geronimo from an xterm window by typing the following commands
如果安裝一切正常,就可以通過鍵入下列命令從xterm窗口中啟動Geronimo。
Listing 8: Breakpoint information in the GDB Debugger xterm
清單8:GDB調試器xterm中的斷點信息