vi /etc/resolv.conf

nameserver ip

du -sh * 统计当前目录大小 human可阅读的单位
du -b -s * 统计当前目录大小 byte
统计当前目录有多少文件 ll | wc -l

安装subversion

./configure --with-ssl --with-apr=/opt/app/apache2 --with-apr-util=/opt/app/apache2
make
make install

Posted on 2007-06-26 10:52  古代  阅读(305)  评论(0编辑  收藏  举报