2011年3月11日星期五

又一个为了不忘却的纪念

2011年3月6-11日
一点都不悲伤,值得珍藏,但是不值得留恋。

一定要NB!!!!!

2010年6月4日星期五

今天

要记住

blogspot 能写不能看……

2009年9月30日星期三

细胞膜工作的理论保证

现在能够基本成型的证明下面的结论:
对于周期边界的,小变形的细胞膜,在控制张力为0的条件下,平均曲率等于自发曲率。

现在的疑问来自两个方面:
  1. 证明的过程中用到了假设 F(h, A(h)) = F_H(h) + F(A(h)) 这样的分解存不存在?在几阶的近似条件下是对的?
  2. MD中控制的实际上不是张力为0,而是压强在x的分量为0。在膜为平面膜的时候这两个条件等价,但是在膜弯曲的时候,这个控制条件能够在多大的程度上保证原来结论成立?
现在越来越觉得作的东西有点意思了,因为毕竟做出点数学了啊。但是深深的感觉自己的证明能力退化的很厉害,有些基本的事实都认识不到了,唉。。。

为了不忘却的纪念

2009年8月5日
a big sorrow

2009年8月14日星期五

冒个泡

自从这个博客被封。。。。

冒个泡

纪念ssh隧道设置成功
ssh -qTfnN -D 9999 name@machine &

-q :- be very quite, we are acting only as a tunnel.
-T :- Do not allocate a pseudo tty, we are only acting a tunnel.
-f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.
-N :- Do not execute remote command.
-n :- redirect standard input to /dev/null.

感谢大奥提供隧道~bow~~

2008年12月3日星期三

building up a svn server

I should do the following to test the stablity of the server

basic

repository state checking
svnlook info myposi
svnlook tree myposi
committed message correction
svn setlog myposi new.log -r 12

repository managment
copy all content of a repository to a existing directory
svn dump
svn load

the contents of the repository can be added as "porjects" to the existing repository

with --parent-dir

possible extenstion: cvs2svn


data back up
back up data
in case data are distroied, how go get them back

2008年10月28日星期二

真2装机简记

1,无法su
一般用户必须在wheel组里面的时候才能使用su命令
gpasswd -a user wheel
添加到audio组才能使用声音设备和ALSA
gpasswd -a user audio

2,新的gentoo镜像
GENTOO_MIRRORS="ftp://ftp3.tsinghua.edu.cn/mirror/gentoo"
速度超快。

3,Terminal 太慢
emerge terminal

4,反向依赖关系重建
revdep-rebuild
某一个软件包无法使用(可能由于他依赖的软件包升级或者是当前依赖环境下不可用)时,这个命令帮助我们定位这些软件包,并且重新emerge

5,解决e2fsprogs的Block问题
$ emerge -uDf world # fetch the code
$ emerge -C e2fsprogs, ss, com_err # clear the blockers
$ emerge -uD world # fix the system.