- 博客(5)
- 收藏
- 关注
转载 CentOS搭建内网离线yum仓库(以postgresql安装为例)
内网yum仓库服务端配置 192.168.126.146 Web服务端主机,已安装有Nginx 下载离线rpm包,参见Postgresql10离线安装方法 创建repodata目录 [root@bogon html]# createrepo -pdo postgresql/x86_64/ postgresql/x86_64/ 将下载完成的rpm包存放到到repodata工作目录 更...
2019-08-05 22:42:00
420
转载 Postgresql10离线安装方法
在联网的机器上安装postgresql yum 源,官网链接 [root@localhost yum.repos.d]# yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm 或者 [root@localhos...
2019-08-05 22:11:00
875
转载 Centos系统删除旧内核解决boot空间不足
首先使用uname -r查看当前使用内核版本 [root@localhost boot]# uname -r 3.10.0-957.21.3.el7.x86_64 查看所有内核文件 [root@localhost boot]# rpm -q kernel kernel-3.10.0-693.el7.x86_64 kernel-3.10.0-957.21.3.el7.x86_64...
2019-08-05 16:48:00
295
转载 RedHat配置阿里yum源
系统版本如下uanme -a: Linux localhost 2.6.32-431.20.3.el6.x86_64 #1 SMP Thu Jun 26 11:55:21 ICT 2014 x86_64 x86_64 x86_64 GNU/Linux [root@localhost ~]# yum update Loaded plugins: axtu-plugin, securit...
2019-08-05 00:08:00
1121
转载 Linux三种进程类型
Linux操作系统包括三种不同类型的进程,每种进程都有自己的特点和属性。 1.交互进程是由一个Shell启动的进程。交互进程既可以在前台运行,也可以在后台运行。 2. 批处理进程和终端没有联系,是一个进程序列。 3.监控进程(也称系统守护进程)是Linux系统启动时运行的进程,并常驻后台。例如,httpd是著名的Apache服务器的监控进程。 init...
2019-06-23 18:36:00
1060
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人