文章分类 -  学习linux

摘要:rsync --delete-before -d /tmp/empty/ /the/folder/you/want/delete/ 不要忘记文件夹后的“/” 附: rsync的跟删除相关的参数 rsync --help | grep delete --del an alias for --delet 阅读全文
posted @ 2019-05-07 13:16 放飞oo 阅读(3203) 评论(0) 推荐(0)
摘要:1.下载阿里云的镜像源wget -O /etc/yum.repo.d/Centos-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repoCentos6系统将Centos-7.repo改为Centos-6.repo 2.重新设置缓存yum cle 阅读全文
posted @ 2019-04-18 13:52 放飞oo 阅读(113) 评论(0) 推荐(0)
摘要:买了个新minipc,于是最近在虚拟机中安装了centos6.8,用于学习。 1、奈何虚拟机和主机互ping不通 2、虚拟机ping百度却通。 3、确认使用的是nat模式,由于第2点,虚拟链路没问题。 4、两个机ping网关都不通,route -n(windows中是在cmd执行route prin 阅读全文
posted @ 2019-04-17 10:53 放飞oo 阅读(632) 评论(0) 推荐(0)
摘要:cannot find -lbz2,编译不通过,找不到依赖 阅读全文
posted @ 2019-04-10 17:54 放飞oo 阅读(1054) 评论(0) 推荐(0)