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
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
相关文章: