摘要:
http://cn.bing.com/search?q=java&go=&first=31&FORM=PERE first就是分页参数 阅读全文
摘要:
装lsb_release 使用yum安装lsb,具体命令如下: [root@localhost Desktop]# yum install -y redhat-lsb 然后进如自动安装阶段,直到安装命令自动运行完毕。如下图所示: 3.验证lsb是否已经安装 执行命令,发现可以查看系统版本。 [roo 阅读全文
摘要:
[root@lenmomDesktop Downloads]# repoquery --nvr --whatprovides libappindicator3.so.1 libappindicator-gtk3-12.10.0-13.el7 [root@lenmomDesktop Downloads 阅读全文
摘要:
https://blog.csdn.net/youshijifen/article/details/73472434 近期,国家互联网应急中心漏洞(CNCERT)公告中提到Linux kernel4个拒绝服务漏洞,对应CNVD-2017-07509、CNVD-2017-07508、CNVD-2017 阅读全文
摘要:
http://www.mamicode.com/info-detail-1538676.html Linux入门之CentOS7内核编译三部曲(1) 我们知道,一个Linux系统的主要组成是由liunx内核核心和一些支持模块组合而成的。但是在某些场合中,需要某项功能,而当前内核的核心或者模块不支持此 阅读全文
摘要:
Step 1 - Update and upgrade CentOS 7 The first thing we must do before upgrading the kernel is to upgrade all packages to the latest version. Update t 阅读全文
摘要:
yum syntax to update all except Kernel The syntax is: yum --exclude=packgeName\* update yum --exclude=packgeName1\* --exclude=packgeName2\* update yum 阅读全文
摘要:
1.查看当前kernel版本 2.查看已安装版本 3.查看可升级kernel版本 4.升级kernel版本 5.删除旧的内核 方法一:安装yum-utls: 设置你想要保留多少旧的内核,比如我想保留两个: 方法二:直接删除对应版本 6.设置永久的内核安装数量 设置installonly_limit= 阅读全文
摘要:
执行vmware-installer -l,可以看到我们安装的vmware系列的软件。其中的vmware workstation就是我们安装的虚拟机了。 然后执行命令:vmware-installer -u vmware-workstation。 系统会自动弹出一个卸载界面。 然后执行命令:vmwa 阅读全文
摘要:
uname -r You should receive a result similar to the following: 2.6.32-431.11.2.el6.x86_64 The output can be interpreted with the following key: 2 – Ke 阅读全文