一,查看本地centos的版本: [root@localhost lib]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 说明:架构森林是一个专注架构的博客,对应的源码可以访问这里获取 https://github.com ...
分类:
其他好文 时间:
2020-02-25 12:36:01
阅读次数:
78
CentOS 是免费的的 RedHat需要付费 1、IP地址配置 setup #使用setup工具 (这种方式配置的永久有效 同时还可以配置掩码 网管等) 直接输入setup就会弹出 vi /etc/sysconfig/network-scripts/ifconfig-eth0 打开该文件吧ONBO ...
分类:
其他好文 时间:
2020-02-25 00:04:03
阅读次数:
86
查看系统、内核cat/etc/redhat-release//查看系统uname-r//查看内核查看CPUgrep"CPU"/proc/cpuinfo运行时间uptime查看系统位数getconfLONG_BIT查看硬盘和分区df-h软件安装与卸载yumupdate//更新系统yummakecache软件名//更新软件源缓存yumsearch软件名//搜索软件yuminstal
分类:
系统相关 时间:
2020-02-24 22:15:09
阅读次数:
90
文本关键字:Linux、软件管理、YUM工具、解决依赖。YUM的全称是:Yellowdog Updater Modified,是一个基于RPM包管理的Shell前端软件包管理器。由于是基于RPM包管理器,那么使用的场景也就和RPM类似,主要支持的Linux操作系统为:RedHat、CentOS、Fedora。YUM还提供了图形化前端工具:yumex和kyum,需要在yum正常工作的前提下使用。
分类:
系统相关 时间:
2020-02-21 18:19:06
阅读次数:
86
一、部署Redis单实例[RDB持久化] ## 操作系统环境说明 [root@node31 ~]# cat /etc/redhat-release;uname -r;uname -m; CentOS Linux release 7.5.1804 (Core) 3.10.0-862.el7.x86_6 ...
分类:
数据库 时间:
2020-02-21 09:47:11
阅读次数:
79
服务器:centos 客户端:windows(pgAdmin) 1、服务器yum安装 地址:https://www.postgresql.org/download/linux/redhat/ 选择对应要安装的版本,服务器版本后自动会给出地址 dnf install https://download. ...
分类:
数据库 时间:
2020-02-20 15:36:38
阅读次数:
104
工作中可能会涉及处理pdf文件,PyPDF2就是这样一个库, 使用它可以轻松的处理pdf文件,它提供了读、写、分割、合并、文件转换等多种操作。官方地址:http://mstamy2.github.io/PyPDF2/ 安装 1. RPM式系统(Redhat、CentOS) 1 pip install ...
分类:
其他好文 时间:
2020-02-20 00:17:13
阅读次数:
95
centos7 上安装 postgresql 安装 postgresql 1 更新源 yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch ...
分类:
数据库 时间:
2020-02-19 23:39:34
阅读次数:
107
说明:python3.6后安装时自行安装pip,setuptools 1. 升级的环境信息1.1 操作系统: [root@mongodba bin]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.0 (Santi ...
分类:
编程语言 时间:
2020-02-18 20:14:15
阅读次数:
87