configure centos7 libcurl library
VMware centos7静态IP,开通SSH
1 CMD 里ipconfig 查看虚拟机网卡分配的IP网段: 2 虚拟机设置这里选自定义VMnet8,不然就算改了ifcfg-en32,也不能访问外网 3 vi /etc/sysconfig/network-scripts/ifcfg-en32 BOOTPROTO=static #开机协议,有dh ......
linux篇-centos7 安装cacti
1 cacti运行环境准备 cacti需要php+apache+mysql+snmp+RRDTool,以及cacti本身。cacti本体是用php开发的网站,通过snmp对远端设备信息进行采集。apache+mysql+php在以前已经做过了 这里只对剩余的部分进行安装。 2 安装snmp yum ......
centos7修改时区,修改24小时时间制
1、执行 tzselect 命令 [root@localhost projectReminder]#tzselect Please identify a location so that time zone rules can be set correctly. Please select a co ......
centos7下的/usr/bin/X是什么服务
/usr/bin/X 是 X Window System 的主要二进制文件之一,它是 CentOS7 默认的图形化窗口系统 X11 的 Xorg 服务器程序。Xorg 服务器程序是一个可以运行在 Linux、Unix 等各种操作系统上的开放源代码软件,它可以提供图形界面的显示和输入功能。具体来说,X ......
联想Y9000P(3070Ti)双系统centos7安装nvidia显卡驱动
1.驱动下载地址: https://www.nvidia.cn/geforce/drivers/ 2.我选择的驱动 NVIDIA-Linux-x86_64-520.56.06.run 3.驱动安装 sh NVIDIA-Linux-x86_64-520.56.06.run --kernel-sourc ......
Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration dat
解决Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration dat这个问题: 不知道在哪里设置的原因,本人瞎点了几处设置,结果导致tomcat不可以运行了,后来经 ......
Centos7 安装 harbor
1、官方地址(https://github.com/goharbor/harbor/releases/) 2、下载 wget https://github.com/goharbor/harbor/releases/download/v2.8.0/harbor-offline-installer-v2 ......
Centos7开启docker checkpoint
检查点和还原是一项实验性功能,允许您冻结正在运行的 容器,通过检查点将其状态转换为文件集合 在磁盘上。稍后,容器可以从冻结点恢复。 # docker开启checkpoint: "experimental": true, [root@jenkins ~]# cat /etc/docker/daemon ......
Centos7下git最新版本安装
刚重新装了centos7最小版的系统,发现没有git,只好重新安装了,记录下以防忘记。 (以下命令最好在root用户下执行,要么你有管理员权限也行,则需要在命令前加sudo) 安装方法有两种: 一、yum命令安装: 安装命令: yum install -y git 此方法简单,并且会自动安装依赖的包 ......
Centos7下vim最新版本安装
一直以来用的都是vim,因为之前都是系统自带的vim没有研究过怎么自己安装,今天趁着刚装完新系统,顺便装下vim。 vim有两种安装方法: 一、yum安装 安装命令: sudo yum install -y vim centos下安装软件最简单的方法了,能自动解决依赖问题。首推该方法,缺点是大部分软 ......
Centos7移动/home目录空间到/根目录下
*备注:如果home目录下有数据一定要先备份,等挂载号以后再还原。因为我是新安装服务器没有数据所以直接跳过了。 # 卸载/home目录 umount /home # 移除/home卷。释放空间 lvremove /dev/mapper/centos-home # 将空闲的空间移动 100% 到根目录 ......
Centos7 安装docker-compose
1、docker-compose的官方下载网站(https://github.com/docker/compose/releases) 2、运行此命令以下载 Docker Compose 的当前稳定版本 sudo curl -L "https://github.com/docker/compose/ ......
centos7安装RabbitMQ教程
转载自:https://www.cnblogs.com/qiansm/p/15241295.html centos7安装RabbitMQ教程 erlang版本:22.2.1 RabbitMQ版本:3.8.2 1、安装Erlang 1.1安装依赖 yum install epel-release yu ......
Failed to process import candidates for configuration class [springfox.documentation.swagger2.configuration.Swagger2DocumentationConfiguration]
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [springfox.documentation.s ......
CentOS7---部署LNMP数据存储到redis
一、部署LNMP及redis 1、部署LNMP,需要将 tengine-2.2.0.tar.gz 拷贝到虚拟机的 /root 目录下 步骤一:安装nginx 源码安装相关软件包 # pcre-devel做正则匹配,zlib-devel做数据压缩 [root@template ~]# yum -y i ......
centOS7.6下通过脚本自动安装JDK8
安装包 官网下载JDK1.8安装包,如:jdk-8u301-linux-x64.tar.gz 执行脚本 创建脚本,如:install-jdk.sh 添加如下命令: #!/bin/bash echo "deploy jdk1.8 to centos7.6" echo "解压缩文件" tar -zxvf ......
安装anaconda遇到问题:Error: Due to incompatibility with several Python libraries, 'Destination Folder' cannot contain non-ascii characters (special characters or diacritics). Please choose another location.
-今天安装anaconda遇到一个问题:Error: Due to incompatibility with several Python libraries, 'Destination Folder' cannot contain non-ascii characters (special cha ......
CentOS7---Nginx安装并配置虚拟主机
1、源码安装nginx,并提供服务脚本 源码包的获取:官网下载 实验环境:和企业环境类似,关闭防火墙,禁用selinux,使用静态IP地址 安装步骤: 步骤一:安装Nginx所需的pcre库 [root@node01 ~]# yum install pcre-devel -y 步骤二:安装依赖包 [ ......
Centos7 安装 jdk20
1、下载 wget https://download.oracle.com/java/20/latest/jdk-20_linux-x64_bin.tar.gz 2、解压 tar zxvf jdk-20_linux-x64_bin.tar.gz -C /usr/local/ 3、配置环境遍历 vim ......
T430装centos7系统
1.UltraISO制作U盘 1.下载centos镜像:http://mirrors.ustc.edu.cn/centos/7.9.2009/isos/x86_64/ 2.下载UltraISO;官网免费且可以试用即可 3.写入U盘系统;①打开UltraISO左上角文件,选择centos7的镜像;②然 ......
GDBus - GLib D-Bus Library
D:\code\glib-master\gio\gdbusconnection.c /* GDBus - GLib D-Bus Library * * Copyright (C) 2008-2010 Red Hat, Inc. * * This library is free software; y ......
CentOS7---部署Tomcat和安装Jpress
#总览需求 1. 简述静态网页和动态网页的区别。 2. 简述 Webl.0 和 Web2.0 的区别。 3. 安装tomcat8,配置服务启动脚本,部署jpress应用。 1、简述静态网页和动态网页的区别 静态网页: 请求响应信息,发给客户端进行处理,由浏览器进行解析,显示的页面,静态网页包含文本、 ......
Spring Boot Configuration Annotation Processor not configured(最简单的解决办法)
在使用@ConfigurationProperties是报红:Spring Boot Configuration Annotation Processor not configured,如下图所示: 其实这个不影响程序运行,但作为程序员就是看着不舒服,网上也有解决办法,其中最多的就是说在pom.xm ......
centos7 PATH 环境变量设置
https://blog.csdn.net/qq_39715000/article/details/125023190 1、系统环境变量 系统环境变量对全部的用户生效,设置系统环境变量有三种方法。 1)在/etc/profile文件中设置。 用户登录时执行/etc/profile文件中设置系统的环境 ......
SpringBoot配置了数据库依赖 报错: Failed to configure a DataSource: 'url' attribute is not specified and no embe
错误 2023-04-15 11:56:16.025 INFO 12028 [ restartedMain] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the co ......
how to create one command line configuration tool with shell language on Linux All In One
how to create one command line configuration tool with shell language on Linux All In One
如何在 Linux 上用 shell 语言创建一个命令行配置工具
raspi-config
......
Ubuntu开机卡“A start job is running for wait for network to be Configured”的解决方法
问题 虚拟机安装ubuntu22.04 TLS系统后,开机总会卡在等待网络连接好长时间。 卡在 A start job is running for hait for Network to be Configured (1min 40s / no) 这里 如图所示 解决办法 进入系统后,打开终端,输 ......
dell OptiPlex 7080 安装centos7没有网卡驱动解决
dell OptiPlex 7080 安装centos7 安装完没有网卡驱动 通过 lspci | grep -i eth 执行查看网卡型号,命令又没有。 需要yum下载命令没有网,只能通过配置本地光盘源 挂载光驱 mount /dev/sr1 /media/ cd /etc/yum.repos.d ......
解决CentOS7的yum源无法正常使用
查看当前网卡设备状态 ip addr show (发现没有ip地址) 修改网卡配置文件,使网卡能开机启动,将ONBOOT=on 修改为 ONBOOT=yes vi /etc/sysconfig/network-scripts/ifcfg-ens32 重启网络 systemctl restart Ne ......