configure centos7 libcurl library

centos7中快速安装gcc编译器11

001、系统信息 [root@PC1 software]# cat /etc/system-release CentOS Linux release 7.6.1810 (Core) 002、当前gcc编译器版本 [root@PC1 software]# gcc --version gcc (GCC) ......
编译器 centos7 centos gcc

configure: error: GMP is missing or unusable

001、问题configure: error: GMP is missing or unusable 002、解决方法: [root@PC1 gdb-13.2]# yum -y install gmp* 003、验证; [root@PC1 gdb-13.2]# make 。 ......
configure unusable missing error GMP

configure: WARNING: expat is missing or unusable; some features may be unavailable.

001、问题:configure: WARNING: expat is missing or unusable; some features may be unavailable. 002、解决方法 [root@PC1 gdb-13.2]# yum install expat-devel 003、验 ......

centos7的安装

1. 注册光盘操作 选中本地的镜像文件导入 2. 点击启动按钮开机 进入到系统中 通过上下键选择上面的安装选项 注意: 鼠标点击进入此页面后,想使鼠标重新显现需要按ctrl + tab键 3. 配置 选择语言 推荐(中文,English) 点击配置日期时间 配置文件的各项设置 选择开发文件包 重点: ......
centos7 centos

centos7基础镜像添加nvidia依赖

是这样的,我在用centos:7创建基础镜像并配置好环境以后,发现在容器中 没有nvidia-smi命令 这样:创建一个Dockerfile文件,添加如下,基础镜像根据自己的改一下 FROM segment_anything_env:202307171558 LABEL maintainer "ch ......
镜像 centos7 基础 centos nvidia

checking whether to use .ctors/.dtors header and trailer... configure: error: missing __attribute__ ((constructor)) support??

001、问题:checking whether to use .ctors/.dtors header and trailer... configure: error: missing __attribute__ ((constructor)) support?? [root@PC1 build]# ......

centos7 installation source 设置安装源

# centos7 installation source 设置安装源 中科大源(最快) ```http https://mirrors.ustc.edu.cn/centos/7/os/x86_64 ``` 阿里源(备用) ```http https://mirrors.aliyun.com/cen ......
installation centos7 centos source

centos7下安装opencv后调用报错import cv2 ImportError: libGL.so.1: cannot open shared object file: No such file or directory

问题描述: 本人在centos7离线环境下安装python,然后pip install 安装opencv-python.whl包成功后,进入python3环境import cv2时,发现报错: ImportError: libGL.so.1: cannot open shared object fi ......
file ImportError directory centos7 centos

centos7中安装最新版本的gdb

001、系统 [root@PC1 software]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noa ......
centos7 版本 centos gdb

You don't have write permissions for the /System/Library/Frameworks/Ruby.framework/Versions/x.x/usr/lib/ruby/gems/x.x.x directory.

Gem Error ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /System/Library/Frameworks/Ruby.framework ......

centos7安装htop

在centos7中直接yum install htop提示没有这个包,这个时候这样操作就可以了 yum install -y epel-release yum install -y htop 注: 装上了 EPEL之后,就相当于添加了一个第三方源。官方的rpm repository提供的rpm包也不 ......
centos7 centos htop

Centos7安装oracle 11g

# 前期准备 ## 关闭selinux ```Bash # 永久关闭,防止重启服务器后又开了。 vim /etc/selinux/config # 临时关闭 setenforce 0 ``` ## 关闭防火墙(不建议,后期建议直接放开相关端口即可) ```Bash systemctl disable ......
Centos7 Centos oracle 11g 11

centos7中根据gcc编译器安装包升级gcc编译器

001、系统信息 [root@PC1 home]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarc ......
编译器 gcc centos7 centos

CentOS7下安装VSCode,打造shell开发环境

一,VSCode安装 https://code.visualstudio.com/docs/setup/linux 二,安装VSCode中各个插件: https://www.zhihu.com/tardis/zm/art/199187317?source_id=1005 注意:shell-forma ......
CentOS7 环境 CentOS VSCode shell

centos7中安装最新版本的make

001、官网下载: https://ftp.gnu.org/gnu/make/ 002、查看当前的make版本及系统版本 a、make版本 [root@PC1 ~]# make --version GNU Make 3.82 Built for x86_64-redhat-linux-gnu Cop ......
centos7 版本 centos make

centos7中最新版本glibc的安装

001、官网下载:http://ftp.gnu.org/gnu/glibc/ 002、 ......
centos7 版本 centos glibc

搭建NFS存储服务器--基于CentOS7系统

## 一、NFS简介 NFS 是 Network FileSystem 的缩写,顾名思义就是网络文件存储系统,它最早是由 Sun 公司发展出来的,也是 FreeBSD 支持的文件系统中的一个,它允许网络中的计算机之间通过 TCP/IP 网络共享资源。通过 NFS,我们本地 NFS 的客户端应用可以透 ......
CentOS7 服务器 CentOS 系统 NFS

Centos7.9安装mysql8.0

```bash #!/bin/bash MYSQL_TAR_FILE="mysql-8.0.32-linux-glibc2.17-x86_64-minimal.tar.xz" MYSQL_DIR="mysql-8.0.32-linux-glibc2.17-x86_64-minimal" MYSQL_ ......
Centos7 Centos mysql8 mysql

centos7上源码编译安装LAMP的多虚拟主机wordpress,discuz,用lamp.sh脚本实现

环境:centos7.4apr-1.6.3.tar.gz apr-util-1.6.1.tar.gz httpd-2.4.33.tar.bz2 mariadb-10.2.15-linux-x86_64.tar.gz php-7.1.18.tar.bz2wordpress-4.9.4-zh_CN.ta ......
脚本 wordpress 源码 虚拟主机 主机

在centos7实现PXE安装centos6,7

0 selinux ,firewall 关闭1 安装包yum install dhcp tftp-server httpd syslinuxsystemctl enable dhcpd httpd tftp.socketsystemctl start httpd 2 准备YUM源 mkdir /va ......
centos centos7 centos6 PXE

centos7.4 yum 安装包的实现多实例

1 yum install mariadb-server 2 mkdir /mysqldb/{3306,3307,3308}/{etc,socket,pid,log,data} -pv chown -R mysql.mysql /mysqldb/ 3 mysql_install_db --datad ......
实例 centos7 centos yum

centos7.4二进制安装mariadb-10.2.15-linux-x86_64.tar.gz

1 检查环境iptables selinuxmariadb-server 2 下载二进制包 3 useradd -r -d /data/mysqldb -s /sbin/nologin mysql 4 tar xvf mariadb-10.2.15-linux-x86_64.tar.gz -C /u ......
二进制 centos7 mariadb linux-x centos

实现CENTOS7 PXE安装

0 selinux ,firewall 关闭1 安装包yum install dhcp tftp-server httpd syslinuxsystemctl enable dhcpd httpd tftp.socketsystemctl start httpd 2 准备YUM源 mkdir /va ......
CENTOS7 CENTOS PXE

CentOS7安装Puppet

环境说明: 192.168.154.137 master.localdomain #Puppet Server 192.168.154.138 agent1.localdomain #Puppet Agent 这里的机器名称不要有下划线等特殊符合,否则后面会报“the scheme puppet d ......
CentOS7 CentOS Puppet

vscode配置Configure User Snippets 不生效

正常Ctrl+shift+p打开"设置",Configure User Snippets -> python.json { // Place your snippets for python here. Each snippet is defined under a snippet name and ......
Configure Snippets vscode User

QEMIU-基于CentOS7系统编译安装部署qemu 2.7.0 版本的环境

[【原文链接】QEMIU-基于CentOS系统编译安装部署QEMU环境](http://devops-dev.com/article/651) * 备份原有的yum源配置 ```bash cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/Ce ......
CentOS7 版本 环境 CentOS 系统

centos7.8安装Python-3.10

# centos7.8安装Python-3.10 ## 一. 安装openssl python3.10需要openssl至少1.1.1,而centos7.8默认版本为1.0.2* 参考:https://www.cnblogs.com/linagcheng/p/15870060.html ## 二. ......
centos7 centos Python 3.10 10

graylog5.1安装(Centos7)

官网安装地址:https://go2docs.graylog.org/5-1/downloading_and_installing_graylog/red_hat_installation.htm?tocpath=Downloading%20and%20Installing%20Graylog%7C ......
graylog5 graylog Centos7 Centos

centos7部署Vsftpd服务

## 安装并开启自启 ``` yum install -y vsftpd systemctl enable vsftpd ``` ## 修改配置文件 配置文件位置: `/etc/vsftpd/vsftpd.conf` 常用的需要修改以下 ``` // // 默认是允许匿名,需要关闭 anonymou ......
centos7 centos Vsftpd

查看centos7 CPU数量

1、查看centos7CPU数量 lscpu 这会输出包含系统的 CPU 相关信息的详细报告。其中会包括 CPU 核心数量("Core(s) per socket")和 CPU 插槽/套接字数量("Socket(s)")。CPU 数量可以通过将核心数量乘以插槽数量来计算。 例如,输出中的以下行显示了 ......
数量 centos7 centos CPU