文本关键字: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
                             
                    
                        
                            
                            
                                (Linux查看版本当前操作系统内核信息) (Linux查看当前操作系统版本信息) (Linux查看版本当前操作系统发行版信息) (Linux查看cpu相关信息,包括型号、主频、内核信息等) ...
                            
                            
                                分类:
系统相关   时间:
2020-02-17 16:08:18   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                Linux上安装percona-xtrabackup-24(innobackupex工具) Centos: # wget https://www.percona.com/redir/downloads/percona-release/redhat/0.1-4/percona-release-0.1- ...
                            
                            
                                分类:
系统相关   时间:
2020-02-17 15:46:20   
                                阅读次数:
267
                             
                    
                        
                            
                            
                                1.通过catalog部署php过程: (1)填写catalog表单生成builds,deployment,service等一系列对象,貌似等价于执行oc new-app; (2)PHP builds容器启动 执行S2I build; (3)从GitHub上下载代码; (4)运行assemble脚本 ...
                            
                            
                                分类:
Web程序   时间:
2020-02-17 00:42:52   
                                阅读次数:
121