04 2020 档案

摘要:前序:最近开始研究Hadoop平台的搭建,故在本机上安装了VMware workstation pro,并创建了Linux虚拟机(centos系统),为了方便本机和虚拟机间的切换,准备使用Xshell直接连接Linux虚拟机。 在此之前,需要对Linux虚拟机的网络进行一定的配置。故有了下面这段记录 阅读全文
posted @ 2020-04-30 09:43 王小欠儿 阅读(545) 评论(0) 推荐(0)
摘要:Linux定时任务是Linux自带的一款常用工具。 如何启用定时任务[root@centos73 init.d]# service crond startRedirecting to /bin/systemctl start crond.service如何编写定时任务[root@centos73 r 阅读全文
posted @ 2020-04-29 16:18 王小欠儿 阅读(642) 评论(0) 推荐(0)
摘要:[root@ebs-46753 ~]# vi /etc/init.d/delete.sh 内容: #!/bin/bashdir=/upload/file/images/login/qrcode //要删除文件的文件夹路径files=`ls ${dir}`for file in $filesdoif 阅读全文
posted @ 2020-04-29 15:12 王小欠儿 阅读(2898) 评论(0) 推荐(0)
摘要:CentOS6.5系统安装1、首先打开网易开源镜像站: http://mirrors.163.com/ 当然,大家也可以使用阿里开源镜像站:http://mirrors.aliyun.com/ 2、点击进入centos目录。 3、因为我们选择安装centos6.5版本系统,所以点击进入6.5/目录 阅读全文
posted @ 2020-04-29 14:07 王小欠儿 阅读(2394) 评论(0) 推荐(0)