[updates]
name=Fedora updates
baseurl=ftp://ftp.sjtu.edu.cn/fedora/linux/updates/$releasever/$basearch/
enabled=1
gpgcheck=0
[fedora]
name=Fedora $releasever - $basearch
baseurl=ftp://ftp.sjtu.edu.cn/fedora/linux/releases/$releasever/Everything/$basearch/os/
enabled=1
gpgcheck=1
gpgk ...
- 10:13
- 浏览 (32)
- 评论 (0)
通用线程:学习 Linux LVM
http://www.ibm.com/developerworks/cn/linux/filesystem/lvm/lvm-1/
http://www.ibm.com/developerworks/cn/linux/filesystem/lvm/lvm-2/
逻辑卷管理
http://www.ibm.com/developerworks/cn/linux/l-lvm2/
----
http://ds9a.nl/lvm-howto/HOWTO//cvs/lvm-howto/output/lvm-howto.html
什么是逻辑卷管 ...
- 14:09
- 浏览 (30)
- 评论 (0)
在网上搜到Plone这个东东,装来玩玩。
在 http://sourceforge.net/projects/zopeasia/ 下载了安装包,安上了却没有进Plone的界面,上网去找安装文档,才发现原来安装路径中不能有空格。。。 。。。
很晕,因为默认的安装路径里就有空格,各位注意了。。。 。。。
一本入门的小书:http://blog.csdn.net/bohvt_it/archive/2007/01/18/1486820.aspx
- 19:14
- 浏览 (84)
- 评论 (0)
一直想搞明白什么叫call back function, 昨天似乎弄明白一点了。
发现如果对一个东西的motivation了解了,理解起来就容易多了。
都说call back是“函数的指针”,其实只要我们看看指针的作用是什么就明白了。
指针给了我们一个“自由度”,可以让我们动态的指向需要的东西。
那么函数指针也是一样,可以在编写程序的时候不确定需要的函数是什么,只要参数列表能对上就ok。很多地方都举了排序的例子,在范型编程里应该有很多call back的应用。
[code]
int i;
for (i = 0; i < length; i++)
{
if ...
- 17:44
- 浏览 (61)
- 评论 (0)
图形学就要开始写作业了,记录几个网站
http://www.cecs.csulb.edu/~pnguyen/Using%20OpenGL%20in%20Visual%20Studio%202005.htm
很详细的安装教程
http://blog.csdn.net/wangwei200508/archive/2008/02/29/2133552.aspx
中文的安装教程
http://www.chinaitpower.com/A/2004-02-24/72509.html
中文的。c#
http://forums.microsoft.com/MSDN/ShowPost.aspx? ...
- 21:37
- 浏览 (64)
- 评论 (0)
http://hpc.ee.ntu.edu.tw/~ydlin/Ver2/psrs/index.html
以为很麻烦,今天上课听骆老师讲了一下,也不麻烦,挺有意思的。
A lower bound for the worst case
在decision tree裡,由root到各個leaf的路徑中最長的就是這個演算法在worst-case下所要做之比較的次數。顯然,這就是這個decision tree的高度(height)。也就是說,decision trees之高度的lower bound,也將是所有比較型排序演算法所需執行時間的lower bound。
Theorem: Any d ...
- 13:48
- 浏览 (65)
- 评论 (0)
http://9i7.cn/
http://gollum.easycp.de/
http://www.seariki.com/
- 09:56
- 浏览 (82)
- 评论 (0)
当我们在啃一本98年的教材的时候,书的作者黄锴老师在南加州大学的课程是这样的:
http://gridsec.usc.edu/Hwang.html
我们经常说差距,其实差距是自己造成的。
Course Description: (Updated2005under a new title)
The scope of this course has been significantly widened from Parallel Processing to Parallel and Distributed
Computing, reflecting state of the art in supe ...
- 09:33
- 浏览 (100)
- 评论 (0)
进程
http://www.gbunix.com/htmldata/2005_06/1/3/article_1227_1.html
http://blog.chinaunix.net/u1/43935/showart_438017.html
vsftpd
http://www.linuxsir.org/main/?q=node/152#5
http://www.chinaunix.net/jh/15/589108.html
http://vsftpd.beasts.org/vsftpd_conf.html
http://bbs.chinaunix.net/viewthread.php?tid ...
- 20:23
- 浏览 (91)
- 评论 (0)
服了,彻底服了。
selinux,我记住你了,一次又一次。
配置vsFtp,上传就是不好使,怎么整也不好使
把selinux关了,好使了。
在/etc/selinux/config 把之disable了
世界从此清静了。。。
vsftp+ldap有那么难?原来配过一次,再配就不行了,是谁的问题。。。
把原来的拷过来就ok了,目前看来问题出在/etc/pam.d/vsftpd 中的type的顺序,这个。。。看来是有顺序的,不能打乱。
系统本身也是用ldap认证的,结果我崩溃了,直接用系统的认证就搞定了:
auth required pam_listfile.so i ...
- 19:53
- 浏览 (108)
- 评论 (0)







评论排行榜