摘要: 环境 Red Hat Enterprise Linux 4 Red Hat Enterprise Linux 5 Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 7 问题 x86 / x86_64系统上的物理CPU,CPU内核和逻辑CPU之间有 阅读全文
posted @ 2019-03-27 15:22 augusite 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 今天在使用yum安装东西的时候报错 yum list There was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was: libssl.s 阅读全文
posted @ 2019-03-25 13:27 augusite 阅读(12843) 评论(0) 推荐(1) 编辑
摘要: 我在执行yum -y install nc命令的时候出现如下报错 There was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was: ca 阅读全文
posted @ 2019-03-20 10:59 augusite 阅读(494) 评论(0) 推荐(0) 编辑
摘要: http://www.361way.com/change-lvm-size/1792.html 阅读全文
posted @ 2019-02-25 15:43 augusite 阅读(136) 评论(0) 推荐(0) 编辑
摘要: LVM管理之减少LV的大小 规定动作 1.umount filesystem 2.e2fsck filesystem 3.resize2fs filesystem 4.lvreduce 实例演示————减少/home目录的大小,由40G调整到15G: 1.当前环境的VG,PV,LV的相关信息: [r 阅读全文
posted @ 2019-02-25 15:40 augusite 阅读(2424) 评论(0) 推荐(0) 编辑
摘要: Linux 系统的文件要传到Windows系统里面,传输过程中网络不稳定,为了判断文件是否完整传输,所以就用md5的方式判断是否同一个文件 Linux系统 [root@augusite ~]# md5sum 002._Python基础及数值型、布尔型.pdf 7cbb3b3369be3745cbdc 阅读全文
posted @ 2019-01-14 10:37 augusite 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 情景一、内核文件损坏 /boot/vmlinuz-2.6.32-642.el6.x86_64 内核文件 1、故障现象 2、解决方法:挂载光盘,进入rescue(救援)模式 3、选择——English——us——No——Continue——OK——OK。 4、进入shell,重新安装内核 # mkdi 阅读全文
posted @ 2018-12-06 14:22 augusite 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: 系统环境 [root@augusite yum.repos.d]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) 软件版本 [root@augusite yum.repos.d]# vsftpd -v vsftpd: ver 阅读全文
posted @ 2018-12-05 10:46 augusite 阅读(4165) 评论(0) 推荐(0) 编辑
摘要: 我的博客即将入驻“云栖社区”,诚邀技术同仁一同入驻。 阅读全文
posted @ 2018-11-29 14:49 augusite 阅读(103) 评论(0) 推荐(0) 编辑
摘要: VSFTP是一个基于GPL发布的类Unix系统上使用的FTP服务器软件,它的全称是Very Secure FTP 首先安装 主配置文件:/etc/vsftpd/vsftpd.conf 【匿名用户】 anonymous_enable=yes 是否可以匿名访问 anon_umask=022 设置匿名用户 阅读全文
posted @ 2018-11-29 14:14 augusite 阅读(939) 评论(0) 推荐(0) 编辑