linux初探

首页

应用服务器

Linux技巧

中文文档

Linux初级

服务器源代码

命令详解

Linux技术应用

Linux安全应用

Linux业界新闻

UniX技术文章

Linux编程与内核

Linux数据库

Linux服务器

Linux安装指导

Linux论坛


首页>>Linux技术应用>>

热门文章

·使用usb接口鼠标安装红旗5.0
·Linux系统中给命令指定别名(
·Linux高手课堂关闭 X 相关的
·按装完fedora 6,可是重新启
·红旗5.0 不能装
·红旗安装问题
·新手求助!!!!!linux问题
·超级终端com1登陆redhat9.0登
·[求助]CPU无法自动降频,C
·鸟哥的教程我下了六部分,可

推荐文章

RHE4远程启动一个图行界面应用程序


1.modify the /etc/X11/gdm/gdm.conf file and search for the following line:

#DisallowTCP=true

This line will need to be uncommented and made false to allow X to listen for TCP connections.

DisallowTCP=false

2.Once complete, GDM will need to be restarted. To do so, type the following as root user to set your system to runlevel 3:

# telinit 3

This will set the system in runlevel 3. Now to bring GDM back up to runlevel 5:

# telinit 5

3.告诉你的X-server允许远程机器上的客户端再你的屏幕上显示图像:
xhost +remoteserver

4. 登录到远程主机remoteserver:
slogin -l username remoteserver


5. 现在你已经登录到remoteserver上,并且你执行的每条命令都在remoteserver上执行


6. export DISPLAY=localip:0.0


7. 运行程序 比如:
netscape &

相关文章:

·了解Linux知识:普通用户和伪装用户
·安装linux下flash插件
·inux中的tty与pts
·Ubuntu Linux中在不登录情况下,获得root权限
·Ubuntu Linux中:在安装Windows后恢复GRUB启动菜单
·Linux Ext3日志模式
·Linux中KDE桌面即时通讯Kopete概述
·Linux系统优化之使用低负荷的桌面环境或窗口管理器
·几种关于Linux的开源软件名字的读音

Copyright@2005 www.linuxGoo.com All Right Reserved