码迷,mamicode.com
首页 >  
搜索关键字:redhat openssl openssl升级    ( 8855个结果
flutter 切换环境
flutter 切换环境 终端运行flutter channel命令查看当前flutter 环境 分支 Mac:~ mac$ flutter channel Flutter channels: master dev beta * stable 带有*号的为当前分支切换分支命令 flutter cha ...
分类:其他好文   时间:2021-05-04 16:27:02    阅读次数:0
教你用vscode调试redis代码. 逐行学习效率高
2021-05-01,9点51 自己写测试debug redis代码:错误:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o: In function `_start':(.text+0x20): undefined re ...
分类:其他好文   时间:2021-05-03 12:30:41    阅读次数:0
zabbix监控服务邮箱告警的三种配置方式
zabbix监控服务邮箱告警的三种配置方式 环境说明: 环境 IP地址 主机名 需要安装的应用 系统版本 服务端 192.168.110.30 zabbix.example.com lamp架构 zabbix_server zabbix_agent redhat 8.2 客户端 192.168.11 ...
分类:其他好文   时间:2021-04-28 12:08:54    阅读次数:0
腾讯云CentOS7升级自带Git版本
起因 CentOS7自带Git1.8版本,版本太低。 更新步骤 1 卸载旧版本Git yum remove git 2 下载依赖(环境配置) yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel as ...
分类:其他好文   时间:2021-04-27 15:16:15    阅读次数:0
Centos 7建立本地内网源
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:其他好文   时间:2021-04-27 14:52:02    阅读次数:0
Linx中常用命令
1、系统版本 cat /etc/redhat-release uname -rm 2、主机名和ip hostname cat /etc/hosts 3、节点添加普通用户www,作为web服务器管理用户 useradd -u 1001 www id www 4、配置www用户登录其他机器不用密码。密钥 ...
分类:其他好文   时间:2021-04-27 14:29:24    阅读次数:0
2021-04-23【Git连接GitHub过程中遇到的问题】
1 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master) 2 $ git push origin master 3 fatal: unable to access 'https://github.com/xxx/test.git/': OpenSSL S ...
分类:其他好文   时间:2021-04-24 13:43:19    阅读次数:0
CentOS 7 安装 Docker 并使用阿里云镜像加速
1、确认系统版本 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2、yum 安装 gcc 相关 yum -y install gcc gcc-c++ 3、卸载旧的版本 yum -y remove docker docker- ...
分类:其他好文   时间:2021-04-23 11:54:07    阅读次数:0
rhel | centos7上配置python3环境和pip
这个东西折腾了一天,在rhel7上死活pip不能用,网上找了各种方法,基本都是垃圾文章,在无数次试验后,终于这篇文章成功装上了 rhel红帽时面对企业的,centos是基于redhat重新编译后的开源免费版,网上找不到适用rhel的很多东西和操作,以后还是用centos吧,两个差不多 centos7 ...
分类:编程语言   时间:2021-04-22 16:07:34    阅读次数:0
CentOS7 yum安装、配置PostgreSQL 9.6
PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:数据库   时间:2021-04-21 12:51:42    阅读次数:0
8855条   上一页 1 ... 3 4 5 6 7 ... 886 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!