Chinaunix首页 | 论坛 | 博客
  • 博客访问: 686083
  • 博文数量: 111
  • 博客积分: 2109
  • 博客等级: 上尉
  • 技术积分: 1124
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-25 12:11
个人简介

通信码农,Emacs爱好者,业余IOS程序员,更业余的PM

文章分类

全部博文(111)

文章存档

2018年(2)

2016年(2)

2015年(2)

2014年(13)

2013年(21)

2012年(71)

发布时间:2013-03-25 15:53:02

http://blog.csdn.net/minico/article/details/5723065......【阅读全文】

阅读(926) | 评论(0) | 转发(0)

发布时间:2013-03-24 17:24:55

* My requirment:   I use vnc-client in the Ubuntu 12.04 to connect the lab which was the RH el5,  But I found that, I cannot copy from the app in the client to the server.  how to show the version of your system:  # cat /proc/version to show the version.  # lsb_release.........【阅读全文】

阅读(1102) | 评论(0) | 转发(0)

发布时间:2013-03-24 17:18:59

在 X window system中,窗体之间传输数据,使用的是“selection”,也就是常说的“剪贴板”  X window system中支持任意的selection.  其中,最重要的是PRIMARY selection,然后是CLIPBOARD selection,还有已经废弃的CUT_BUFFER(0~7)。  在VNC中,服务器和客户端之间使用了CUT_BUFFER0来传输数据。  而在X.........【阅读全文】

阅读(1366) | 评论(0) | 转发(0)

发布时间:2013-03-07 19:56:50

http://www.cnblogs.com/chateldon/archive/2012/03/30/2425198.html......【阅读全文】

阅读(946) | 评论(0) | 转发(0)

发布时间:2013-01-25 13:22:35

1. sed -i '2d' filename      删除文本的第二行    -i --in-place[=SUFFIX]    edit files in place (make backup if extension supplied)2. 替换    比如某文本里我想把/abc 替换成/kkk    sed -i.........【阅读全文】

阅读(999) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册