linux centos7怎样更新Yum源 1. 备份原来的yum源 $sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2.设置al... 06月02日 Comment Favorites 阅读全文
linux wget 下载整个网站,或者特定目录 需要下载某个目录下面的所有文件。命令如下 wget -c -r -np -k -L -p www.xxx.org/pub/path/ 在下载时。有用到外部域名的图片或连接。如果需要同时下载就要用-H参... 04月03日 Comment Favorites 阅读全文