为linux enterprises 6安装图形桌面教程 by:授客 QQ:1033553122 安装系统后发现没图形界面,安装Xwindow[为了避免权限不足,以root登录] 步骤1.启动图形界面 # startx 出错了,提示xinit: No such file or directory(errno 2): no server “/usr/bin/X”in PATH 步骤2,查看已挂载文件系统 # mount 没看到光盘文件 步骤3,设置连接虚拟光驱 步骤4,创建挂载目录 # cd /m
Java ssh 访问windows/Linux 工作中遇到的问题: Java code运行在一台机器上,需要远程到linux的机器同时执行多种命令.原来采用的方法是直接调用ssh命令或者调用plink的命令. google下java的其他ssh方法,发现有个包. 具体介绍如下: Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java.It allows one to connect