摘要: --steps--1. cat /etc/issue 找出Linux的版本信息2. 开启VNC viewer服务: vncserver //此处默认你的Linux是安装有VNC服务的3. 输入密码:长度八位4. 注意现实:‘X’ desktop is XX:2 中的2或者1.5. 打开本机的vnc-viewer,输入服务器IP:2(4步中的).6.输入密码,桌面显示。 阅读全文
posted @ 2014-04-02 13:10 GAN_REPLACE 阅读(210) 评论(0) 推荐(0)
摘要: namespace mainEnter { using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Runtime.InteropServices; using System.IO; //using System.Diagnostics; public class Enter ... 阅读全文
posted @ 2014-04-02 09:01 GAN_REPLACE 阅读(720) 评论(0) 推荐(0)