1、uname 命令用于查看系统内核与系统版本等信息,格式为“uname [-a]”。 2、查看当前系统版本的详细信息,则需要查看 redhat-release 文件 ...
分类:
其他好文 时间:
2019-01-05 22:38:41
阅读次数:
231
liunx 系统介绍 系统版本 系统信息 1 uname [root@oldboy56 201 ~] uname help a, all print all information, in the following order, except omit p and i if unknown: s, ...
分类:
其他好文 时间:
2019-01-05 21:31:35
阅读次数:
176
CentOS7.4系统信息[root@localhostiso]#uname-aLinuxlocalhost.localdomain3.10.0-693.el7.x86_64#1SMPTueAug2221:09:27UTC2017x86_64x86_64x86_64GNU/Linux[root@localhostiso]#cat/etc/redhat-releaseCentOSLinuxrelea
分类:
数据库 时间:
2019-01-04 14:32:03
阅读次数:
374
centos7安装docker 1、查看linux发行版,内核 [root@docker~]# cat /etc/redhat-release #查看版本号 CentOS Linux release 7.1.1503 (Core) [root@docker ~]# uname -r #查看Linux ...
分类:
其他好文 时间:
2019-01-03 18:15:47
阅读次数:
147
系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT / ...
分类:
系统相关 时间:
2019-01-02 17:20:27
阅读次数:
190
Docker Compose (容器编排工具) 1、docker compsoe 工具安装方式如下: sudo curl L "https://github.com/docker/compose/releases/download/1.23.1/docker compose $(uname s) $ ...
分类:
其他好文 时间:
2019-01-01 16:13:02
阅读次数:
204
造冰箱的大熊猫,本文适用于Ubuntu 16.04@cnblogs 2019/1/1 1、查询Linux内核版本 在命令行中通过命令“uname -rv”获取内核版本信息,执行实例如下所示。其中,标红的文字为内核发行版(kernel release),蓝色为内核版本(kernel version)。 ...
分类:
系统相关 时间:
2019-01-01 11:03:38
阅读次数:
241
安装很简单,但是难免会遇到问题:1、安装curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker- ...
分类:
其他好文 时间:
2018-12-31 19:00:11
阅读次数:
307
1、To Find Swap, RAM, and OS Version 对于 Solaris 操作系统,查看 Swap, RAM, and OS Version 的方法: swap -l /usr/sbin/prtconf | grep -i memory uname -r 2、To Determi ...
分类:
数据库 时间:
2018-12-31 15:50:46
阅读次数:
228
1.sudoapt-getupdate2.sudoapt-getinstall-ycurllinux-image-extra-$(uname-r)linux-image-extra-virtual3.sudoapt-getinstall-yapt-transport-httpsca-certificates4.curl-shttp://yum.dockerproject.org/gpg|sudoa
分类:
系统相关 时间:
2018-12-30 23:19:50
阅读次数:
304