cmake openeuler cmake-gui centos

Nginx安装——Centos

yum安装 官网 nginx: Linux packages 安装必备组件: sudo yum install yum-utils 创建指定目录文件 vim /etc/yum.repos.d/nginx.repo #将官网内容复制到文件中 [nginx-stable] name=nginx stab ......
Centos Nginx

linux centos7 开启tomcat不成功

在bin文件夹下打开终端,输入./start.sh后报错权限不够 解决方法: 依旧在终端上输入chmod +x *.sh(网上说输入chmod +x startup.sh也可以,但我没成功) 输入ll可看到*.sh的文件都高亮 此时再次输入./startup.sh即可成功 ......
centos7 centos tomcat linux

centos 离线安装 mysql5.7

# 下载离线安装包 tar https://dev.mysql.com/downloads/mysql/5.7.html#downloads (mysql-5.7.43-linux-glibc2.12-x86_64.tar.gz) # 移动到安装目录解压 /usr/local/ tar -zxvf ......
centos mysql5 mysql

centos7 中 configure: error: libcurl library not found

001、configure: error: libcurl library not found 002、解决方法 [root@pc1 test01]# yum -y install libcurl-devel 。 ......
configure centos7 libcurl library centos

centos7中 configure: error: liblzma development files not found

001、configure: error: liblzma development files not found 002、解决方法 [root@pc1 test01]# yum -y install xz-devel 。 ......
development configure centos7 liblzma centos

centos7中 configure: error: libbzip2 development files not found

001、configure: error: libbzip2 development files not found 002、解决方法 [root@pc1 test01]# yum -y install bzip2-devel 。 ......

centos7 中 bash: pip: command not found...

001、系统信息、问题 [root@pc1 software]# cat /etc/redhat-release ## 系统信息 CentOS Linux release 7.6.1810 (Core) [root@pc1 software]# pip install pysam # bash: p ......
centos7 command centos found bash

centos7中 configure: error: zlib development files not found

001、configure: error: zlib development files not found 002、解决方法: [root@pc1 test01]# yum -y install zlib-devel 。 ......
development configure centos7 centos error

Centos误删系统自带python2.7,yum报错恢复方法

使用wget分别下载python以及yum的rpm包 资源地址如下: http://vault.centos.org mkdir /usr/local/src/pythoncd /usr/local/src/pythonwget http://vault.centos.org/7.6.1810/os ......
python2 方法 Centos python 系统

在CentOS8下安装MySQL8.0.31

一、登录官网主页:https://www.mysql.com/downloads/,选择社区版下载,如下图: 选择MySQL Community Server: 选择Archives: 按照下图步骤,获取下载的IP地址 最终拿到的官网地址为:https://downloads.mysql.com/a ......
CentOS8 CentOS MySQL8 MySQL 0.31

Centos7 配置清华源

1 备份现有的yum源 cd /etc/yum.repos.d/ mkdir bak mv *.repo /etc/yum.repos.d/bak 2 创建清华yum源 vim /etc/yum.repos.d/QingHua.repo # CentOS-Base.repo # # The mirr ......
Centos7 Centos

cento 申请ssl证书笔记

如果您的Certbot工具没有内置的Nginx插件,您可以尝试以下方法来申请证书并配置Nginx服务器: 1. 安装Certbot的Nginx插件: ``` sudo yum install certbot-nginx ``` 这将安装适用于Nginx的Certbot插件。 2. 执行Certbot ......
证书 笔记 cento ssl

Centos7安装VNC

## 安装vnc ```bash #检查可用版本 [root@vnc ~]# yum --showduplicates list tigervnc-server #安装vnc [root@vnc ~]# yum install -y tigervnc-server #设置密码 [root@vnc ~ ......
Centos7 Centos VNC

CentOS7 防火墙特定开启端口

CentOS7 防火墙特定开启端口 为服务器的安全建议开启服务器。那么问题来了,服务器的服务不关闭防火墙访问不了。那么就来了解一下,服务器放行特殊端口的命令吧。 #首先查看防火墙状态firewall-cmd --state如果出现如下:表示已经关闭防火墙not running下面是centos7关闭 ......
端口 防火墙 CentOS7 CentOS

centos7无法连接外网分析与解决

设备重新启动或开机时ip地址往往是会发生变化的,所以如果linux中ip地址有变动 我们将需要进行逐个修改ip是比较麻烦及其不方便的。 我们可以将Linux ip地址进行配置为静态ip ,规避上面的问题 一、编辑网卡配置文件 1、配置文件地址 需要注意的是,网卡配置文件可能是ifcfg-ens33也 ......
centos7 centos

centos7下安装libreoffice供word和ppt转pdf预览使用

一、卸载系统当前的libreoffice并安装新的,执行如下命令:yum remove libreoffice-* 在命令行执行libreoffice --version,检查是否已经安装LibreOffice。 1、在centos7下安装LibreOffice,可直接使用yum安装即可,在命令行输 ......
libreoffice centos7 centos word ppt

centos7.9 yum python3.8

一、操作步骤1、在CentOS或RHEL系统上安装额外的企业级Linux软件包(EPEL)存储库。EPEL存储库提供了一些在默认存储库中不可用的附加软件包。如果您想要使用EPEL存储库中的软件包,您需要在系统上具有管理员权限。 yum install epel-release2、在CentOS或RH ......
centos7 python3 centos python yum

CentOS系统中使用SSH进行远程连接

安装SSH客户端和服务器 在CentOS系统中,默认情况下已经安装了OpenSSH客户端和服务器。如果没有安装,可以通过以下命令来安装: sudo yum install openssh-server openssh-client 启动SSH服务,注意要切换root账号执行命令 安装完毕后,需要启动 ......
CentOS 系统 SSH

centos7.9+php+apache 配置阿里云ssl

1、前往阿里云官网申请免费证书选择 2、证书存放在/etc/cert 3、httpd.cof 配置ssl <VirtualHost _default_:443> ServerName 域名 DocumentRoot 网站根目录 SSLEngine on SSLProtocol all -SSLv2 ......
centos7 centos apache php ssl

Centos7 安装 seata1.7.0

seata 官网 : https://seata.io/zh-cn/index.html seata下载地址: https://github.com/seata/seata 1、下载seata包 wget https://github.com/seata/seata/releases/downloa ......
Centos7 Centos seata1 seata 7.0

C++ 使用 Googletest cmake 设定

项目 CMakeLists 文件中加入: 1 include(FetchContent) 2 FetchContent_Declare( 3 googletest 4 URL https://github.com/google/googletest/archive/03597a01ee50ed33e ......
Googletest cmake

centos7磁盘在线扩容

1、添加新磁盘 2、fdisk -l查看磁盘被识别的名称 3、如果输入fdisk -l命令没有找到新的磁盘,按下面步骤操作 1)进入到cd /sys/class/scsi_host/ 2)echo "- - -" > host0/scan #接口扫描新加磁盘即可,如果输入命令还是没有找到则将host ......
磁盘 centos7 centos

linux一键换源脚本,centos,debian,ubuntu通用脚本

# 国内使用 ```python bash 软件源格式 `:///` ## 示例[#](https://linuxmirrors.cn/use/command-options/#示例) ### 指定软件源地址[#](https://linuxmirrors.cn/use/command-option ......
脚本 centos debian ubuntu linux

centos7 python3安装注意点

1.安装,参考网上教程,不再重复赘述 https://www.cnblogs.com/mindtechnist/p/17243882.html 2.注意点: 网上多数文章中为了方便,会直接在/usr/bin目录下重建python的软链接,指向python3,由于centos默认的python版本为2 ......
centos7 python3 centos python

填坑 CentOS7 使用 Python3 安装 Cython 编写扩展

前文参见 《CentOS 7 下通过 Cython 编写 python 扩展 》, 用的是 Python2.7,本文用的是 Python3.6 yum install pthon3 python3-devel gcc pip3 install Cython -i https://pypi.tuna. ......
CentOS7 Python3 CentOS Python Cython

CentOS 清理系统磁盘空间

# CentOS 清理系统磁盘空间 ## 一、为什么要深度清理 CentOS 系统磁盘空间 随着 CentOS 系统的使用,磁盘空间的使用情况也会逐渐增加。 当磁盘空间不足时,会影响系统的正常运行,因此需要定期清理磁盘空间。 >本文介绍了 8 个常见的命令和技巧,可用于清理 CentOS 系统磁盘空 ......
磁盘 CentOS 系统 空间

10在centos7安装RabbitMQ Server

一.erlang环境安装 erlang语言环境和RabbitMQ版本的对应关系如下: https://www.rabbitmq.com/which-erlang.html 本次安装RabbitMQ 3.11.20 和 erlang 25.3.2.5 进入erlang官网下载 https://www. ......
RabbitMQ centos7 centos Server

Windows10 环境下使用 Cmake 和 MinGW-w64 编译安装 OpenCV 4.0.1

Windows10 环境下使用 Cmake 和 MinGW-w64 编译安装 OpenCV 4.0.1 翻译 搜索 复制 ......
Windows MinGW-w 环境 OpenCV Cmake

Centos7防火墙关闭和启用iptables操作

Centos7防火墙关闭和启用iptables操作_小戴BOTAOY演示博客 (yii666.com) 前序 还是docker惹得最近做的系统都是上的centos7的系统带来的一系列的新环境的适应 补记下:在使用oracle vmbox虚拟centos7的时候 选用桥接网络的时候一定要记得插网线,无 ......
防火墙 iptables Centos7 Centos

cmake学习方法+CHI独占+ctags编写+C/C++语言原子的序+单核比多核快的C代码

# cmake学习方法 主要是cmake这个东西好像有点抽象,而我想要的是完完全全的控制,虽然是花里胡哨的; 但是在高手看来,这些东西有点过家家,而不是真正意义上的技术,甚至经常被怼,净是花拳绣腿,不容易阅读,控制效果不好,有时候还有语法错误云云。 因此我还是用的Makefile,但是想必cmake ......
学习方法 原子 语言 代码 方法