通信码农,Emacs爱好者,业余IOS程序员,更业余的PM
全部博文(111)
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间:2012-12-29 15:55:00
一。什么是epel如果既想获得 RHEL 的高质量、高性能、高可靠性,又需要方便易用(关键是免费)的软件包更新功能,那么 Fedora Project 推出的 EPEL(Extra Packages for Enterprise Linux)正好适合你。EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。二。我是在安装rpm fusion的时候遇到的问题。提示说是Requires: epel-release >......【阅读全文】