admin 发布的文章
adminUOS下使用wget镜像epel的归档版本到本地
运维工作中 在内网中 还是有不少EL5系列的老系统需要用到el5系列的更新源或epel5的源为了方便 所以在笔记本(UOS)上玩了玩……rsync 好像fedora上没有提供归档版本的地址lftp 好像又被屏蔽了wget 尝试了多个软件和方式 最后还是wget要靠谱点下例中,在国内的话,可能需...
Ubuntu最简化安装gnome桌面环境
apt install gnome-shell gnome-panel gnome-menus gnome-session
wget镜像epel的更新源
wget -b -q -np -nH --cut-dirs=4 -r -c -L --accept=rpm,gz,xml https://dl.fedoraproject.org/pub/archive/epel/5/x86_64/ -P /repos/epel/5/https://fedor...
apache tomcat 版本更新
最新版本下载:http://tomcat.apache.org/进入解压目录执行tar -xf apache-tomcat-8.5.58.tar.gzcd apache-tomcat-8.5.58/ rm -rf ./{conf,logs,temp,webapps,work,BUILDING....
Linux下使用wget进行整站下载
wget加上参数之后,即可成为相当强大的下载工具。wget -r -p -np -k https://seeyon.ren-r, --recursive(递归) specify recursive download.(指定递归下载)-k, --convert-links(转换链接) make ...