
Unix
FredLzy
热爱技术,热爱生活,热爱运动,希望认识更多志同道合的朋友,未来在那里,
不靠爹,因为我爸不是李刚,也不是什么部长,主任。
不靠辛苦劳动拼体力,因为我知道比不过那些刚毕业的学生,有生存的压力。
不靠拼财力,我没有家财万贯,也经不起无厘头的折腾,一点积蓄还待养老养子。
我靠人脉了,靠自己的圈子发财。我靠能力了,靠自己的知识谋生。我靠思想了,靠自己的经验取胜。
我很努力吗?我比的是耐力,不是冲刺力,这是经验的总结。
我拼人品吗?品行还不可以立传,但可以让身边的人舒服和愉悦。
快来认识我吧,最好约到酒吧见面,或者球场上较劲,或者找个安静的公园散步吧。
展开
-
VNC介绍及相关命令总结
What is VNCserver? VNC stands for Virtual Network Computing. It was originally developed by AT&T as a way to administer machines without using the console. If you have usedWindows Terminal Services (原创 2012-05-31 13:59:49 · 6291 阅读 · 1 评论 -
VNC manage Commands
This section describes the following commands, which you can use to manage your VNC session: Set your VNC session password using vncpasswd. Start a session using vncserver_once. Check you s转载 2012-05-31 14:09:37 · 856 阅读 · 0 评论 -
Use Xmanager connect solaris 10 Xwindows
1> Firstly you need to enable xmanager for solaris 10 . 通过cde-login服务进行管理 ps-ef|grep dtlogin 可以查看到是否启用,默认是启动了,但是无法进行连接,因为配置文件没有启用 需要更改gdm.conf文件 vi /etc/X11/gdm/gdm.conf 找到[xdmcp]这段话 将Enable=f原创 2012-07-11 16:40:39 · 1691 阅读 · 0 评论 -
怎么查看Unix系统下某个进程的详细信息及端口对应的进程信息
通常情况我们可以通过ps来检查unix的某个进程。 比如:ps -ef|grep java root 917 915 0 03:35:20 ? 0:01 java -classpath /opt/sas/SIMS/RACE.jar com.sas.race.SIMSClient.SIMSService Sola noaccess 991原创 2012-07-20 17:03:33 · 6825 阅读 · 0 评论