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

相关文章:

  • 2021-10-13
  • 2022-01-10
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案