环境准备:CentOS7 本文使用Vnc 使用xShell连接服务器,如何连接参考上一篇博客 https://www.cnblogs.com/diaoye/p/14457509.html 1.测试yum命令 yum install telnet -y 测试yum命令是否可用,Complete即为可用 ...
分类:
系统相关 时间:
2021-03-01 13:23:25
阅读次数:
0
1. 安装nodejs 1. sudo yum -y install gcc gcc-c++ openssl-devel (安装相关软件) 2. 下载nodejs源码包并解压 wget https://nodejs.org/dist/v8.15.1/node-v8.15.1.tar.gz tar z ...
分类:
Web程序 时间:
2021-03-01 13:21:38
阅读次数:
0
对于 Git 的编译安装,建议参考 BLFS 建议安装软件包 cURL-7.50.1 (needed to use Git over http, https, ftp or ftps), OpenSSL-1.0.2h, Python-2.7.12 可选软件包 PCRE-8.39, Subversio ...
分类:
其他好文 时间:
2021-02-26 13:17:04
阅读次数:
0
到PostgreSQL 官网 https://www.postgresql.org/ 点击 Download 选择安装操作系统(已 CentOS 7 例) 第4点为安装过程。 执行后下面对应的命令。 如需要收到安装可以下载rpm进行安装。 ...
分类:
数据库 时间:
2021-02-26 13:07:21
阅读次数:
0
1.挂载 [root@localhost ios]# mount CentOS-7-x86_64-DVD-1908.iso -o loop /mnt 2.进入到目录查看 [root@localhost mnt]# lsCentOS_BuildTag EFI EULA GPL images isoli ...
分类:
移动开发 时间:
2021-02-26 13:07:04
阅读次数:
0
区分包全名和包名,有些命令只能用包名有的只能用包全名 不写哪个linux平台,只得是哪个linux平台都可以 解决环形依赖,用一条命令同时安装abc 模块依赖实验 找到bin-DVD 的文件 所有的rpm包都在bin-DVD镜像里 通过ISO镜像方法放入ISO镜像 ?????注意要打勾已连接的 li ...
分类:
其他好文 时间:
2021-02-26 12:58:10
阅读次数:
0
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:
其他好文 时间:
2021-02-25 12:03:20
阅读次数:
0
一,服务器安装 yum install -y openldap openldap-clients openldap-servers migrationtools 二,配置ldap服务器 2.1配置ldap的域和密码 vim /etc/openldap/slapd.d/cn\=config/olcDa ...
分类:
系统相关 时间:
2021-02-23 14:32:21
阅读次数:
0
在一台新机器上安装 openssh-clients yum install -y openssh-clients-7.4p1-21.el7.x86_64 使用scp 远程传输文件,出现bash: scp: command not found报错 因为远程机器没有openssh-client,所以导致 ...
分类:
其他好文 时间:
2021-02-23 14:31:28
阅读次数:
0
linux安装docker 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-l ...
分类:
系统相关 时间:
2021-02-23 14:06:38
阅读次数:
0