configure centos7 libcurl library

Centos7安装Redis(超详细)

​ Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。 ​ 下载地址:https:// ......
Centos7 Centos Redis

2023最新!docker于centos7下的安装配置

2023最新!docker于centos7下的安装配置 导航 目录2023最新!docker于centos7下的安装配置导航一、安装前的环境配置检查自己版本,必须是centos7以及以上版本 cat/etc/redhat-release卸载旧版本(如果之前没有安装过,这步可以忽略)yum 安装gcc ......
centos7 docker centos 2023

Mysql报:error while loading shared libraries libtinfo.so.5的解决办法

版权声明:原创作品,谢绝转载!否则将追究法律责任。 ————— 作者:kirin #、今天闲来无事,想在Anolis8的系统上装一个MySQL8.0玩。前期在安装和配置的过程中没有什么问题,但是在我想查看一下数据库版本的时候报了一个错。具体报错信息如下: mysql: error while loa ......
libraries libtinfo loading 办法 shared

org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available es端口号及集群名称

org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available elasticsearch有两个端口:http_port和transport.tcp.por ......

CentOS7.6部署docker

docker三要素:镜像(image)、容器(container)、仓库(repository) 安装步骤: 1,确认系统版本等信息 2,如果安装过需要卸载的话 yum remove docker \ docker-client \ docker-client-latest \ docker-com ......
CentOS7 CentOS docker

No libraries found for 'tk.mybatis.mapper.common.Mapper'

1,无法导入tk.mybatis.mapper.common.Mapper 2.Mapper报错No libraries found for 'tk.mybatis.mapper.common.Mapper' 解决方法如下(添加通用mybatis这个依赖) 1.在pom.xml中添加tk.mybat ......
libraries mybatis Mapper common mapper

failed to configure a datasource: ‘url‘ attribute is not specified and no em

问题场景 在Spring Boot中整合MySQL、Mybatis进行数据库开发时,按照正常步骤添加了相关数据库的依赖,也进行了必要的数据库配置,结果在项目启动时出现如下异常信息: *************************** APPLICATION FAILED TO START *** ......

CentOS7下的绑核操作记录(未完待续)

一、具体操作 查看物理CPU个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l 查看每个物理CPU中core的个数(即核数) cat /proc/cpuinfo| grep "cpu cores"| uniq 查看逻辑CPU的个数 ......
CentOS7 CentOS

Centos7.8 go1.18.3指定版本安装 完美运行Golang安装

安装背景说明:公司已经有3台服务器安装了go1.18.3版本,这次又买了一台新服务器,由于线上推上去的功能,可能会导致用户出现异常,要做压力测试,所以要重建go环境。 遇到问题:昨天下午自己下载了安装包,也是go1.18.3 解析到了/usr/local 目录 也配置了环境 /etc/profile ......
Centos7 版本 Centos Golang 18.3

No libraries found for 'javax.persistence.GeneratedValue'

maven添加 <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> <version>1.0.2</version> </dependency> ......

centos7安装rar 解压缩rar文件

第一步下载rar程序包 wget http://www.rarlab.com/rar/rarlinux-x64-5.6.0.tar.gz 第二步解压rar组件包 tar -zxvf rarlinux-x64-5.6.0.tar.gz 第三步进入解压出的“rar”文件夹 cd rar 第四步 进行配置 ......
rar centos7 文件 centos

VMware+CentOS7 网络及静态IP配置

设置“虚拟机网络编辑” 打开VMware: 在工具栏的“编辑”选项里有一个“虚拟网络编辑器”,打开: 点击“更改设置” 首先选中VMnet8,下面会显示VMnet信息。我们选择NAT模式;然后将“使用本地DHCP服务奖IP地址分配给虚拟机”的勾选取消掉,因为我们要使用静态IP;最后记住最下面的子网I ......
静态 CentOS7 VMware CentOS 网络

centos7 升级 OpenSSH

随着计算机技术发张日新月异,人们对计算机的安全要求也逐渐严苛起来了。OpenSSH作为文件传输和远程客户端连接的协议实现,其重要性不言而喻。然而就是这么重要的组件,centos7原生自带的OpenSSH却因为其过低的版本而漏洞频出,所以我这里为了方便升级,编写了个shell脚本。 #!/bin/ba ......
centos7 OpenSSH centos

Centos7系统中安装中文输入法

打开Vmware虚拟机,进行联网 切换为root用户 安装ibus框架:yum install (此处本人已完成安装ibus) 等待ibus安装完毕后安装输入法: yum install libpinyin yum install ibus-libpinyin 两个软件包安装完毕后重启系统 打开设置 ......
输入法 Centos7 Centos 系统

CentOS7安装强制使用gpt分区

安装CentOS时,系统默认会使用mbr模式。如果磁盘大于2T,则需要如下操作,在开机启动画面按 tab 键,以便输入核心参数,在行末输入 空格后 inst.gpt,回车: 可以如下模式分区,其中根分区既可以是基本的xfs或者ext3,也可以是lvm格式: ......
CentOS7 CentOS gpt

Centos7更换华为源

CentOS-Base.repo文件是CentOS中默认的软件仓库配置文件,保存了各个软件仓库的配置信息。该文件位于`/etc/yum.repos.d/`目录下。 CentOS-Base.repo文件的内容包括: - `base`:CentOS发行版的核心软件包,提供了系统的基本功能。 - `upd ......
Centos7 Centos

属性设置了configurable:false,表示该属性不可删除,删改无效,也不可再次修改其特性,但是属性值是可以重写的

执行以下程序,下列选项中,说法正确的是() var obj = {brand:'华为',price:1999}; Object.defineProperty(obj,'id',{value:1}) Object.defineProperty(obj,'price',{configurable:fal ......
属性 configurable 特性 再次 false

解决使用 libcurl 与 Charles 抓包的问题

解决使用 libcurl 与 Charles 抓包的问题 在使用 C++ 发送网络请求时,利用 libcurl 是个不错的选择。然而,有时候我们需要使用 Charles 抓包工具来检查这些请求,但可能会遇到无法抓取请求包的情况,或者 libcurl 提示代理名称无法解析等问题。 设置 libcurl ......
libcurl Charles 问题

Linux(Centos7)升级MySQL 5.7到8.0.31

一、下载MySQL安装包 下载地址:https://downloads.mysql.com/archives/community/ 二、备份 mkdir /home/mysqlback mysqldump -u root -p --all-databases > /home/mysqlback/my ......
Centos7 Centos Linux MySQL 5.7

安装warp-transducer时cmake.. 出现 Building shared library with no GPU support的解决办法

warp-transducer A fast parallel implementation of RNN Transducer (Graves 2013 joint network), on both CPU and GPU. GPU implementation is now available ......

Centos7部署zookeeper+kafka

一、Zookeeper 概述 1、Zookeeper 定义 Zookeeper是一个开源的分布式的,为分布式框架提供协调服务的Apache项目。 2、Zookeeper 工作机制 Zookeeper从设计模式角度来理解:是一个基于观察者模式设计的分布式服务管理框架,它负责存储和管理大家都关心的数据, ......
zookeeper Centos7 Centos kafka

Picamera2 Python library

安装 目前2022年之后的镜像已经预装了picamera2, 如果需要安装使用 sudo apt install -y python3-picamera2 此包会安装X-windows和GUI依赖, 如果不需要使用, sudo apt install -y python3-picamera2 --n ......
Picamera2 Picamera library Python

Centos7创建账户

关于Linux里的创建账户,首先我们需要理解三个文件。 关于linux的账号文件 注:以下操作建议在超级用户root下执行 shadow密码文件 more /etc/shadow 这个文件是用来保存用户密码 里面的文件从左到右意思为: root:$abcdef1234:12644:0:99999:7 ......
账户 Centos7 Centos

windows bat批处理 hack小工具的文件编写(除了library要自己调整外都可以用)

@echo off color 0A mode con cols=1500 lines=1500 mshta vbscript:msgbox("welcome to the 江南的江 万能工具箱")(window.close) title " hack jiang " :HACK cls echo ......
windows library 文件 工具 hack

centos7安装nfs(离线和yum都可以)

一:检查端口是否占用 本程序占用2049的tcp和udp端口; 二:安装nfs: yum安装: yum install nfs-utils rpcbind -y 注意:服务端和客户端都是这个命令 离线包安装: 百度网盘下载安装包: 链接:https://pan.baidu.com/s/1ORc1cX ......
centos7 centos nfs yum

随笔-Centos7 install systemtap

SystemTap Beginners Guide Chapter 2. Using SystemTap This chapter instructs users how to install SystemTap, and provides an introduction on how to run ......
systemtap 随笔 Centos7 install Centos

centos7 关闭swap分区

目录 1. 查看swap分区信息 2. 关闭swap分区 1. 查看swap分区信息 通过free -h 命令查看[root@k8s-master-02 ~]# free -htotal used free shared buff/cache availableMem: 1.8G 131M 1.4G ......
centos7 centos swap

Centos7 nginx反向代理gitea和grafana&钉钉告警

1 安装nginx yum install -y gcc make pcre-devel zlib-devel openssl-develwget https://nginx.org/download/nginx-1.20.1.tar.gztar -zxvf nginx-1.20.1.tar.gzc ......
Centos7 grafana Centos nginx gitea

CentOS7编译安装openssl1.1.1

Centos7默认提供的openssl版本是1.0.2的,想要升级openssl版本则需要手动进行编译 一、下载openssl1.1.1 cd /usr/local/src/ wget --no-check-certificate https://www.openssl.org/source/ope ......
openssl1 CentOS7 openssl CentOS 1.1

【CentOS】CentOS7安装PostgreSQL

1、安装 PostgreSQL 使用以下命令安装 PostgreSQL: sudo yum install postgresql-server postgresql-contrib 2、初始化数据库 执行以下命令来初始化 PostgreSQL 数据库: sudo postgresql-setup i ......
CentOS PostgreSQL CentOS7