centos7 centos update http2

centos7 升级curl-8.2.1 支持http2 (yum update)

转载于:https://www.cnblogs.com/huangweimin/articles/15882913.html CentOS 7 默认的 curl 版本最新就到 7.29 ,它是不支持http2的 # curl --version curl 7.29.0 (x86_64-redhat- ......
centos7 centos update http2 curl

centos7 安装 mysql8 ,yum方式

1、添加yum库 sudo yum install -y https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm 2、导入 mysql GPG公钥 失效的:sudo rpm --import https://repo.mys ......
centos7 方式 centos mysql8 mysql

centos7 yum安装Postgresql14和postgis

1.安装postgresql # 安装依赖包 yum install -y glibc-devel bison flex readline-devel zlib-devel pgdg-srpm-macros lz4-devel libicu-devel llvm5.0-devel llvm-tool ......
Postgresql centos7 postgis centos yum

centos安装JDK11

(一)建立目录 mkdir /home/jdk11 (二) 上传JDK的离线liunx包 cd /home/jdk11 示例:jdk-11.0.19_linux-x64_bin.tar.gz (三) 解压上传JDK的离线liunx包 tar -zxvf jdk-8u351-linux-x64.tar ......
centos JDK 11

如何查看Centos用户登陆记录?

转自:https://www.cnblogs.com/johnnyzen/p/17392426.html 目录 0 序言 1 who 2 wtmp 3 last : 列出当前和曾经登入系统的用户信息 4 lastlog : 列出所有用户最近登录的信息 5 lastb : 列出失败尝试的登录信息 X ......
用户 Centos

centos7给文件夹及子文件夹赋权

sudo chown -R 新所有者:新组 /路径/到/文件夹 这里的参数解释如下: sudo 是 “superuser do” 的缩写,它允许普通用户执行需要超级用户权限的命令。 chown 是 “change owner” 的缩写,它用于更改文件或目录的用户所有者和/或组。 -R 或 --rec ......
文件夹 赋权 文件 centos7 centos

CentOS Stream 8 Unit network.service not found

CentOS Stream 8 Unit network.service not found 一、问题现象 在 CentOS Stream 8 操作系统中,配置完静态IP 信息,想重启网络服务。 执行如下命令: systemctl restart network 提示信息如下: Failed to ......
network service CentOS Stream found

centos 查看 某个应用所占用的内存大小

要查看某个应用程序所使用的内存大小,可以使用以下步骤在 CentOS 上进行: 打开终端,并登录到 CentOS 服务器。 使用 ps 命令结合 grep 过滤器来查找特定应用程序的进程ID(PID)。假设要查找名为 "myapp" 的应用程序,可以运行以下命令: ps aux | grep mya ......
大小 内存 centos

每日一模块:httpx解决http2

#!/usr/bin/env python # -*- coding:utf-8 -*- # author:Cloud # datetime:2023/12/18 import httpx """ pip install httpx[http2] -i http://mirrors.aliyun.c ......
模块 httpx http2 http

centos 7.9 安装 python 3.10.5 和 openssl 3.0.12

centos 编译安装 python 和 openssl 安装环境: centos 7.9 : python 3.10.5 和 openssl 3.0.12 centos 6.10 : python 3.10.5 和 openssl 1.1.1 两个环境都能安装成功,可以正常使用。 安装 opens ......
openssl centos python 7.9 10

centos 编译安装 git

centos 编译安装 git 需要的依赖 一定要先安装 zlib-devel, 不知道为什么一定要 zlib-devel, 我手动编译安装了 zlib, 并配置好了路径。但是没有用,还是提示找不到 <zlib.h>,最后没办法,还是安装 zlib-devel yum install zlib-de ......
centos git

搭建CentOS7内网源

需求:因内网环境,无法访问公网,机房新上架一批服务器,使用了centos7的操作系统,为安装软件时方便安装依赖,在内网服务器中搭建了一个centos7的yum源。 yum源服务器:centos7.9系统。 外网服务器操作: 1、在一台能够使用外网的服务器中,搭建好网络源(这里使用阿里的源) curl ......
CentOS7 CentOS

CentOS 服务器如何配置时间

刚安装好的Linux系统时间是错误的,需要进行手动设置 以下是查看当前系统时间的命令 date tzselect 命令修改当前系统时区 Asia/Shanghai timedatectl 查看当前时间和时区 timedatectl set-timezone Asia/Shanghai 设置亚洲/上海 ......
服务器 时间 CentOS

CentOS 7中部署.NET环境

部署环境 操作系统:CentOS 7 内核版本: [root@k8s-worker01 master01]# cat /proc/version Linux version 5.4.258-1.el7.elrepo.x86_64 (mockbuild@Build64R7) (gcc version ......
环境 CentOS NET

虚拟机中安装mysql 完整教程( CentOS7 版本)

一、检查是否安装了Mysql Yum检查 yum list installed | grep mysql 安装则直接删除 yum remove mysql-community-client.x86_64 yum remove mysql mysql-server mysql-libs compat- ......
CentOS7 版本 教程 CentOS mysql

CentOS7下快速升级至OpenSSH9.3p2安全版本

之前的文章可供参考:CentOS7下快速升级OpenSSH至8.9p1安全版本 一、CentOS7服务器上编译生成OpenSSH9.3p2的RPM包 1、编译打包的shell脚本来源于该项目 https://github.com/boypt/openssh-rpms 复制 (图片点击放大查看) un ......
OpenSSH9 CentOS7 OpenSSH 版本 CentOS

【VMware】虚拟机安装centos7安装教程(秒看秒懂)

一、Centos7 背景简介 CentOS 7是一个企业级的Linux发行版本,它源于RedHat免费公开的源代码进行再发行。内核更新至3.10.0、支持Linux容器、支持Open VMware Tools及3D图像即装即用、支持OpenJDK-7作为缺省JDK、支持内核空间内的iSCSI及FCo ......
centos7 教程 VMware centos

使用kubeadm在Centos8上部署kubernetes1.18

// 查看系统版本 cat /etc/centos-release CentOS Linux release 8.1.1911 (Core) // 如果系统环境为8.0(云服务器默认最大安装环境为8.0)使用如下命令进行升级操作 sudo dnf update -y // 配置网络 cat /etc ......

Centos8 硬盘挂载

查看硬盘分区状况 fdisk -l 可以看到数据盘 /dev/vdb 大小为 10Gb,目前还没有进行分区。 对 /dev/vdb 资源盘进行分区 fdisk /dev/vdb //根据提示输入信息: Command (m for help): 输入 n Select (default p): 输入 ......
硬盘 Centos8 Centos

centos7 安装mysql 8.0.34 并配置主从

mkdir -p /data/mysql/data /data/mysql/log groupadd mysqluseradd -g mysql mysqlchown -R mysql:mysql /data/mysql/ #/etc/my.cnf 配置文件 [client]port = 3306 ......
主从 centos7 centos mysql 34

Windows Subsystem for Android (WSA) 下载:在 Windows 11 上运行 Android 应用 (updated Dec 2023)

Windows Subsystem for Android (WSA) 下载:在 Windows 11 上运行 Android 应用 (updated Dec 2023) 适用于 Android™️ 的 Windows 子系统,2023 年 12 月更新:2311.40000.4.0 请访问原文链接 ......
Windows Android Subsystem updated 2023

Windows Server 2019 中文版、英文版下载 (updated Dec 2023)

Windows Server 2019 中文版、英文版下载 (updated Dec 2023) Windows Server 2019 Version 1809,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2019/,查看 ......
英文版 中文版 Windows updated Server

Windows Server 2022 中文版、英文版下载 (updated Dec 2023)

Windows Server 2022 中文版、英文版下载 (updated Dec 2023) Windows Server 2022 正式版,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2022/,查看最新版。原创作品, ......
英文版 中文版 Windows updated Server

Windows Server 2019 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2019 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware

Windows Server 2022 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2022 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware

Windows Server 2025 简体中文版下载 (Inside Preview, updated Dec 2023) - 下一代 Windows 11 Server

Windows Server 2025 简体中文版下载 (Inside Preview, updated Dec 2023) - 下一代 Windows 11 Server Windows Server Next 请访问原文链接:https://sysin.org/blog/windows-serv ......
Windows Server 下一代 中文版 Preview

Windows Server 2016 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2016 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware

Windows Server 2016 中文版、英文版下载 (updated Dec 2023)

Windows Server 2016 中文版、英文版下载 (updated Dec 2023) Windows Server 2016 Version 1607,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2016/,查看 ......
英文版 中文版 Windows updated Server

Windows 10, version 22H2 (updated Dec 2023) 中文版、英文版下载

Windows 10, version 22H2 (updated Dec 2023) 中文版、英文版下载 Windows 10 22H2 企业版 arm64 x64 请访问原文链接:https://sysin.org/blog/windows-10/,查看最新版。原创作品,转载请保留出处。 作者主 ......
英文版 中文版 Windows version updated

Windows 11 version 23H2 中文版、英文版 (x64、ARM64) 下载 (updated Dec 2023)

Windows 11 version 23H2 中文版、英文版 (x64、ARM64) 下载 (updated Dec 2023) Windows 11, version 23H2,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-11/,查看 ......
英文版 中文版 Windows version updated
共3000篇  :4/100页 首页上一页4下一页尾页