机房放着台机架机,闲着也是耗电,平时偶尔用putty登上去,没有图形界面还是有些不方便。

搜了一下,发现好几个软件可做这样的事,Xming是开源的,所以选择使用Xming+putty来远程连linux的桌面。

试用了一下,果然不错。

需要修改/etc/ssh/sshd_config,添加:

X11Forwrding yes

需要配置一下PuTTY,Connection-SSh-X11中选中Enable X11forwarding 其中X display location里填入localhost:0

运行Xming,再用putty连到服务器上,运行程序,就OK了。就好像windows下的本地程序一般。整合性很好。

Continue reading

powerbook笔记本装Mac OSX 10.2,我嫌太慢了,就装了gentoo,所有的东西都是从软件编译,费了很长的时间,CPU太慢了。原来的硬盘只有10G,后来我又换了60G的硬盘,就是现在要备份数据的硬盘了。换硬盘的时候,没有换系统,我从livecd里进去,把系统打包,并对新硬盘进行分区。然后拆机换硬盘,还是从livecd进去,把新硬盘格式化,把原来的硬盘挂上去,把打包的系统解压到新的分区里,并初始化一些系统的设定,把用户数据拷进去。换硬盘不换系统。这个当时没记录下来。后来有一次手痒,重新编译了glibc,把其它的local都去掉,只留下中文的。可是这一次搞了有问题,系统总有点莫名其妙的问题。

06年,我就想换个系统算了。找人刻了张os9.2的盘,自己刻了张netbsd的盘。装双系统

os9.2可以用微软的office 2001,还有ie5.5,不过都不是很好用。最爽的是可以用很多做图软件,photoshop,coredraw,illustrator等等啊。当年在合肥还帮很多同学处理过照片,因为6级考试要上传的图片要求是10k以下,很多人压到10k都看不清了,我用photoshop压到10k还能看清人.^_^.

Continue reading

用PITA算法做靶标预测的时候,要用到ViennaRNA包做结构的折叠,这个包是被修改过的,原来的包在我机子上是可以装的。但是这个修改过的包编译不通过。很奇怪的错误,不知道怎么改。

好在它有两个版本,64位和32位的。我弄到大型机上去编译32位的,也是出错,不过是命名空间的问题,我改两个头文件就可以通过了。最近又要算。那个大型机最近被搬走了。只能本机上做。

Continue reading

用了好多年linux,现在用windows越来越少了,但是还是得用。没办法,上taobao买个东西,上网银都得用ie,有时候还得用office等其它一些软件。

实验室里有台机子是做文件服务的,装的是windows 2003 server。之前使用rdesktop远程桌面,最近发现配合seamlessrdp可以让rdesktop实现更好的效果,运行windows程序,就像linux中原生程序一样。。

> [下载
> seamlessrdp.zip](http://www.cendio.se/files/thinlinc/seamlessrdp/seamlessrdp.zip)
> 解压丢在C盘。

在linux下运行这样的指令

> rdesktop -A -s "c:\\seamlessrdp/seamlessrdpshell.exe C:\\Program
> Files\\Internet Explorer\\iexplore.exe" ip:3389 -u administrator -p
> password

就可以在linux下运行服务器端的ie了。windows下所有程序都没问题。

Continue reading

根据主页Screen的描述 “Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows the user to move text regions between windows.

Continue reading

Author's picture

Guangchuang Yu

a senior-in-age-but-not-senior-in-knowledge bioinformatician

Postdoc researcher

Hong Kong