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

浙公网安备 33010602011771号