07 2021 档案

摘要:在linux中,经常使用yum来进行软件的安装,更新与卸载,那我们会发现,在使用yum的时候,通常有下面两种指令模式: ①yum install xxx ②yum -y install xx 那这两种方式有什么不同呢?对于小白来说这是挺容易困惑的事。 其实呢,这两种方式,用起来的作用是一样的,都能成 阅读全文
posted @ 2021-07-30 16:58 Rainy0426 阅读(347) 评论(0) 推荐(0)
摘要:CentOS访问Windows共享文件夹的方法 1 在地址栏中输入下面内容: smb://Windows IP/Share folder name,smb为Server Message Block协议的简称,是一种IBM协议,运行在TCP/IP协议之上。 从Windows 95开始,Microsof 阅读全文
posted @ 2021-07-29 00:30 Rainy0426 阅读(590) 评论(0) 推荐(0)
摘要:一、下面是red hat/CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永 阅读全文
posted @ 2021-07-23 14:08 Rainy0426 阅读(945) 评论(0) 推荐(0)
摘要:恢复内容开始 null 恢复内容结束 阅读全文
posted @ 2021-07-22 12:55 Rainy0426 阅读(110) 评论(0) 推荐(0)