摘要: 软件包安装总结 1、二进制:rpm和yum(能解决关联问题是因为有yum源repo) rpm -ivh (虽然可以加-- nodeps不要依赖性,不过软件就不好用了) rpm -ivh (-- force覆盖安装) rpm -ql +软件包名 rpm -qf +文件名 》查文件由什么软件包生产 rp 阅读全文
posted @ 2017-11-12 12:59 森森2017 阅读(209) 评论(0) 推荐(0)
摘要: 看内存大小 free -m 正在使用的内存905,空闲内存445(74+0+370) [root@localhost yum]# free -m total used free shared buff/cache available Mem: 976 658 72 3 245 93 Swap: 20 阅读全文
posted @ 2017-11-12 12:57 森森2017 阅读(307) 评论(0) 推荐(0)