configure centos7 libcurl library
centos7 中 ascp命令的安装
最好不要尝试编译安装,报错折腾死人。 001、 (base) [root@pc1 ~]# conda install -c hcc aspera-cli -y 002、调用测试 (base) [root@pc1 ~]# ascp -h | head 。 ......
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
001、问题:conda安装samtools后调用出现如下报错: samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or d ......
centos7硬装nacos
nacos官网 https://github.com/alibaba/nacos/releases/ 下载对应的版本 前提: 1、根据nacos的要求安装对应版本的jdk 2、准备mysql数据库,并进行脚本初始化 配置nacos的配置文件 ### Default web server port: ......
centos7搭建minio
minio官网 https://min.io/download#/linux 官网启动 wget https://dl.min.io/server/minio/release/linux-amd64/minio chmod +x minio MINIO_ROOT_USER=admin MINIO_R ......
编译安装CENTOS7.6+NGINX1.8+MYSQL5.7+PHP7.9+ZABBIX5.0
LNMP系统安装环境准备: 系统版本:CentOS Linux release 7.6.1810 (Core) PHP版本:php-7.4.9 NGINX版本:nginx-1.19.2 MYSQL版本:MySQL 5.7.43 zabbix版本:zabbix-5.0.3 以下为下载地址 PHP Ng ......
Centos7在原有磁盘上磁盘扩容
如下示例使用VMWare虚拟化软件给虚拟centos7系统进行相关磁盘扩容 1、查看目前磁盘容量 2、VMWare给虚拟系统扩展空间 注意在虚拟系统关机情况下进行 3、查看扩容后磁盘情况 4、创建磁盘分区 这里使用fdisk工具进行分区 fisk /dev/sda 可以根据提示开始划分分区: 输入 ......
Centos7下创建centos-home逻辑分区
1备份要挂载的文件夹 查看home文件夹有无文件,如有文件一定要记得备份 2创建逻辑分区 2.1查看已有逻辑分区 2.2查看磁盘分区情况 2.3查看磁盘PV 2.4创建逻辑分区 lvcreate -n home -l 100%FREE centos 2.5查看逻辑分区情况 3初始化文件系统 3.1初 ......
'org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity' is deprecated
@EnableGlobalMethodSecurity(prePostEnabled = true) 已经被弃用了,最新的是:@EnableMethodSecurity。 file:[SecurityConfig.java] @Configuration @EnableWebSecurity add ......
CentOS7操作系统防火墙设置和开放端口方法
一、firewalld常用命令 1、查看firewall状态 systemctl status firewalld.service 2、开启firewall防火墙 systemctl start firewalld.service 3、停止firewall防火墙 systemctl stop fir ......
centos7.9 安装 openoffice
1. 环境信息centos7.9 + openoffice4 + jdk8 2. 下载软件https://www.openoffice.org/zh-cn/ 选择 linux版本的tar.gz 3. 将下载好的安装包 通过ftp等工具, 上传到服务器上 4. 登录服务器, 解压缩并安装 # 切换到上 ......
Linux C语言Shared Library共享库细节探究
开发中遇到一个问题,比如有一个类库A,被类库B引用,类库B和类库A都被程序C引用。类库A中有一个全局变量G,要求同一个进程中使用的是同一个全局变量G。 虽然看起来很简单,但是实际探究下来还有不少坑。 如果不是类库 如果A B都不是类库,而是直接引入源码编译,理论上比较方便解决。 示例一 pre.h ......
CentOS7安装与卸载anaconda3
https://zhuanlan.zhihu.com/p/559103883 1.简单步骤 1.1安装步骤 #下载 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2022.05-Linux-x86_64.sh ......
[转]centos7 挂载未分配的硬盘空间
转载自[centos7 挂载未分配的硬盘空间] 一、场景 虚拟机初始硬盘:16G 虚拟机扩容后硬盘:50G 需求:将扩容的34G空间增加到文件系统/dev/mapper/centos-root中 二、扩容文件系统 2.1 确认硬盘空间 # 查看文件系统的硬盘使用 df -h # 查看硬盘数量和分区情 ......
Centos7下升级gcc版本
https://blog.csdn.net/u012069313/article/details/123338980?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169707583916800197016937%2522%252C% ......
JavaScript Library – YouTube Embedded、YouTube Player API、YouTube Data API
YouTube Embed Video 参考: Embed videos & playlists 它和 Google Maps Embed 类似,是通过 iframe 完成的。 <iframe width="800" style="aspect-ratio: 16 / 9" src="https:/ ......
configure: error: liblzma development files not found
001、问题 samtools安装执行 ./configure报错如下: configure: error: liblzma development files not found 002、解决方法: yum -y install xz-devel 参考: 01、https://blog.csdn. ......
java.lang.IllegalArgumentException: Expected MultipartHttpServletRequest: is a MultipartResolver configured?
原文链接:https://www.longkui.site/error/java-lang-illegalargumentexception-expected-multiparthttpservletrequest-is-a-multipartresolver-configured/4837/ 0. ......
Centos7部署php项目
Centos7部署php项目 一、安装NGINX 添加nginx源 rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 安装并启动nginx yum i ......
./a.out: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory
001、问题: ./a.out: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory 002、解决方法 [root@pc1 test ......
centos7 本地私有化部署sealos 桌面
sealos 是什么?我想引用它官方的一句话改造下,sealos 让云像个人电脑一样简单 官方文档地址:https://docs.sealos.io/zh-Hans/docs/Intro 今年6月份,sealos 正式发布了公有云托管版本,网上私有化教程不多,自己一点小坑现记录如下 主要参考 htt ......
错误: HTTP management port configuration not found
原文链接:https://www.longkui.site/error/http-management-port-configuration-not-found/4791/ 调试一个JAVA项目,用的是wildfly(Jboss),前面用的正常,今天debug的时候突然报错: 错误: HTTP ma ......
【webapp】JSTL(JSP Standard Tag Library)
JSTL(JSP Standard Tag Library)是一个标准的 JSP 标签库,提供了一组用于处理常见任务的标签和函数,以简化 JSP 页面的开发。以下是关于 JSTL 的使用方法: 引入 JSTL 标签库: 在使用 JSTL 之前,首先需要在 JSP 页面中引入 JSTL 标签库。可以通 ......
Linux Centos7 安装Docker环境
一、Docker介绍 Docker是一个开源的容器引擎,基于Go语言开发,同时基于Apache2.0协议开发。 对Docker简单的理解就是使用Docker可以把一台服务器隔离成一个个独立的容器,我们可以把这地方描述的容器理解成一个沙盒。在每个容器中运行一个程序,不同的容器之间相互隔离,容器的创建, ......
centos7升级git
我测试的是centos7.6 可以升级成功 移除旧版本 sudo yum remove git sudo yum remove git-* 添加 End Point Package Repository 在 CentOS 7 上安装新版本 Git 最快的方法是通过 End Point 库。 sudo ......
在 CentOS7/CentOS8 上使用 cephadm 安装分布式存储系统 Ceph【转】
Cephadm 介绍 官方文档:https://docs.ceph.com/en/latest/cephadm/ cephadm 用于部署和管理 Ceph 集群,它通过 SSH 将 manager 守护进程连接到主机来实现这一点。manager 守护进程支持添加、删除和更新 Ceph 容器。ceph ......
centos7系统中创建临时接口,使用jmeter进行http压测
要在一台CentOS 7服务器上使用 JMeter 进行 HTTP 接口的压测,首先需要在服务器上部署一个 Web 服务器,然后在其上部署您想要测试的接口。以下是一些简单的步骤来实现这一目标: 步骤 1:在 CentOS 7 服务器上安装 Web 服务器 您可以选择安装常用的 Web 服务器,比如 ......
Could not resolve all dependencies for configuration ':testCompileClasspath'. Using insecure protocols with repositories, without explicit opt-in, is unsupported.
Gradle init.gradle文件参数错误导致的Gradle加载失败 1 allprojects { 2 repositories { 3 mavenLocal() 4 maven { name "Alibaba" ; url "https://maven.aliyun.com/reposit ......
C++ Benchmark tool library
C++ Benchmark tool library存在哪些c++ Benchmark库呢,通过google搜索和github搜索, 列出如下Benchmark library 名称 简介 源码地址google/benchmark A microbenchmark support library h ......
新建VM Centos7节点出现的问题
一、修改IP地址 1. 配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static DEFROUTE=yes IPV4_FAIL ......
centos7磁盘挂载与LVM扩容
目录磁盘挂载查看一下现有磁盘创建磁盘分区创建PV(物理卷)创建VG(卷组)创建LV(逻辑卷)格式化分区挂载分区挂载分配文件/etc/fstab扩容逻辑分区创建磁盘分区重读分区表格式化分区扩容VG扩容LV刷新文件系统df -h查看 新申请的ECS,磁盘一般不给挂好,非得为难我这菜鸟自己操作 磁盘挂载 ......