• xstart 工具使用


    xstart 工具使用
    1.安装xterm
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    [root@proc1 Downloads]# yum install xterm
    Loaded plugins: refresh-packagekit, security
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package xterm.x86_64 0:253-1.el6 will be installed
    --> Finished Dependency Resolution
      
    Dependencies Resolved
      
    ==================================================================================================================
     Package                  Arch                      Version                         Repository               Size
    ==================================================================================================================
    Installing:
     xterm                    x86_64                    253-1.el6                       oel6                    357 k
      
    Transaction Summary
    ==================================================================================================================
    Install       1 Package(s)
      
    Total download size: 357 k
    Installed size: 931 k
    Is this ok [y/N]: y
    Downloading Packages:
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : xterm-253-1.el6.x86_64                                                                         1/1 
      Verifying  : xterm-253-1.el6.x86_64                                                                         1/1 
      
    Installed:
      xterm.x86_64 0:253-1.el6                                                                                        
      
    Complete!

    2.打开xterm

     

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    [root@proc1 Downloads]# xterm
      
    Warning: This program is an suid-root program or is being run by the root user.
      
    The full text of the error or warning message cannot be safely formatted
      
    in this environment. You may get a more descriptive message by running the
      
    program as a non-root user or by removing the suid bit on the executable.
      
    xterm Xt error: Can't open display: %s
      
    xterm:  DISPLAY is not set

     

     3. 打开 xstart工具

     





  • 相关阅读:
    WPF 使用Code创建Canvas,StackPanel,DockPanel。Grid,Border,UniformGrid,ViewBox,WrapPanel等
    myeclipse6.5安装maven2插件教程 (Maven+MyEclipse6.5)
    myeclipse使用maven教程
    【技术贴】如何汉化 myeclipse 中的svn插件
    【技术贴】小米利用Connectify共享无线网卡连接教程
    Myeclipse 自动生成 javadoc 教程
    MyEclipse6.5配置Tomcat7.x
    maven构建项目自动部署到tomcat中遇到的各种sb问题总结
    吐槽之程序猿
    html5 css3构造的漂亮表格
  • 原文地址:https://www.cnblogs.com/djinmusic/p/2909987.html
Copyright © 2020-2023  润新知