configure centos7 libcurl library

centos7上Hadoop2.7.2完全分布式部署

1.规划 node1 node2 node3datanode datanode datanodenamenode resourcemanager secondarynamenodenodemanager nodemanager nodemanager 2.设置环境 2.1 修改hostname主机名 ......
分布式 centos7 Hadoop2 centos Hadoop

Padavan export/import web configured dhcp static

## get ```bash nvram showall | grep -E "dhcp_static(ip|mac|name|num)" ``` ## set `nvram set key=value` * example ``` nvram showall | grep -E "dhcp_sta ......
configured Padavan export import static

centos7.9上hadoop-2.7.2伪分布式部署

1.安装jdk 1.1 在Oracle官网上现在jdk1.8 ,然后上传到Linux服务器中 1.2 安装jdk rpm -ivh jdk-8u371-linux-x64.rpm 2 创建部署用户 hadoop useradd -d /hadoop hadoop echo 123 |passwd - ......
分布式 centos7 centos hadoop

CentOS7下yum安装mysql

###查看centos版本号 ![](https://img2023.cnblogs.com/blog/2165295/202305/2165295-20230528135751855-765319400.png) ###yum安装 #####检查本地有没有安装mariadb ![](https:/ ......
CentOS7 CentOS mysql yum

centos7.6 终端显示乱码解决只要一步

解释一下乱码原因,服务器编码和终端工具不一致。 但只要支持utf-8,不管终端工具和服务器怎么编码都可以正确显示。 所以先看终端工具是不是utf-8, 我的终端工具显示如下,是UTF-8 再检查服务器编码,使用命令locale 看服务器编码,或者用echo $LANG 明显没有UTF-8字样。 那就 ......
乱码 终端 centos7 centos

Centos7配置普通用户不加sudo直接运行docker命令

> 平时普通用户执行`docker`命令都要在`docker`命令前加上`sudo`就挺麻烦的,咱们把普通用户执行`docker`要加的`sudo`去掉. ## 设置用户组 ```bash sudo groupadd docker ``` > 如果出现`groupadd : cannot open ......
命令 Centos7 用户 Centos docker

netcore-configuration

整个流程整理下。这种简单的Add可以运行。 1先创建ConfigurationSource继承FileConfigurtaionSource 1)ConfigurationBuilder.Add(Source); 2)Builder()->IConfigurationProvider Build(I ......

centos7上配置nacos及开机启动服务

这里安装的是nacos2.2.0 https://github.com/alibaba/nacos/releases centos7中 需要配置java环境 这里一般 java1.8或11 16都行 sudo yum update #安装 OpenJDK(Java Development Kit): ......
centos7 centos nacos

jmeter之JDBC Connection Configuration 请求

1、下载mysql jdbc驱动包(注:驱动包的版本一定要与你数据库的版本匹配,驱动版本低于mysql版本有可能会导致连接失败报错)我这里下载的是mysql-connector-j-8.0.33.jar 下载完后,将jira包放在D:\jmeter\apache-jmeter-5.2.1\lib 目 ......
Configuration Connection jmeter JDBC

centos7升级内核到5.4

centos7升级内核到5.4 一、yum的方式升级 1、查看当前内核版本 # uname -sr Linux 3.10.0-1160.el7.x86_64 2、安装elrepo载入公钥,安装eprepo源(网址:http://elrepo.org/) # rpm --import https:// ......
内核 centos7 centos 5.4

How to fix CMake error Could not find a package configuration file provided by “boost_filesystem”

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:117 (find_package): Could not find a package configuration file provided ......

Spring6 探析之@Configuration 注解

# Spring6 探析之@Configuration 注解 ## 介绍 @Configuration 注解大家都不陌生,该注解有以下特点 - 必须在类上使用 - 能够将被注解的类加载到IOC容器里 - 能够将类中被@Bean注解标记的方法加载到IOC容器里 @Configuration 有一些参数 ......
注解 Configuration Spring6 Spring

CentOS7 防火墙设置

配置文件所在路径: /usr/lib/firewalld/ #默认的规则 /etc/firewalld/ #自定义规则 开放防火墙端口: #开放单个端口 firewall-cmd --zone=public --add-port=22/tcp --permanent #限制单个端口 firewall ......
防火墙 CentOS7 CentOS

Centos7安装配置Hive

Centos7安装配置 # 一 、 安装 安装就不多做详述,选择好自己的镜像设置好路径即可 # 二 、配置 #### 2.1 网络配置 桌面右键进入 `cmd` 命令编辑窗口,在 Linux 中设置网络的相关配置都需要管理员权限,需要先切换到 root 用户。 ```markdown vim /et ......
Centos7 Centos Hive

c++ linux download file via libcurl

1.Install libcurl sudo apt install curl curl -o cpplibrary.pdf http://www.cesarkallas.net/arquivos/livros/informatica/cpp/The%20C%2B%2B%20Standard%20L ......
download libcurl linux file via

centos7新增开机启动脚本

cd /etc/init.dvi startall.sh里面的内容是: # chkconfig: 2345 10 90 # description: start myservice on boot /usr/local/php/bin/php /var/www/lyjt_wtx_mg/html/Pu ......
脚本 centos7 centos

centos7安装docker

官方教程: https://docs.docker.com/engine/install/centos/ sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-late ......
centos7 centos docker

centos7安装Python3.9

yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc makeyum -y install epel-releaseyum -y insta ......
centos7 Python3 centos Python

CentOS7调整limit限制

``` ## 这是修改全局下 cat >>/etc/security/limits.conf/etc/security/limits.d/20-nproc.conf echo "session required pam_limits.so" >>/etc/pam.d/login ## 调整sshd服 ......
CentOS7 CentOS limit

CentOS7优化history记录

## 设置永久记录历史命令审计 ``` [root@node01 ~]# tail -22 /etc/profile #history USER_IP=`who -u am i 2>/dev/null| awk '{print $NF}'|sed -e 's/[()]//g'` HISTDIR=/u ......
CentOS7 history CentOS

Linux(centos7.9)搭建TACACS+服务器

一、TACACS+是什么 TACACS+(Terminal Access Controller Access Control System),终端访问控制器控制系统协议,与Radius协议相近。 TACACS+和RADIUS的比较 更多细节,自行查看 https://www.h3c.com/cn/d ......
centos7 服务器 centos TACACS Linux

vncviewer连接centos7 kde桌面

一、虚拟机centos7启动图形界面 安装虚拟机centos7后,没选图像界面,打开后是命令行模式。(首先换个国内的yum源) # 开始安装yum groupinstall "Development Tools" "Graphical Administration Tools" "KDE Plasm ......
vncviewer 桌面 centos7 centos kde

centos7安装erlang、rabbitmq以及php扩展

# centos7安装erlang、rabbitmq以及php扩展 标签(空格分隔): liunx,php 安装Erlang 版本:el7 erlang-20.3.8.25 erlang-20.3.8.25-1.el7.x86_64.rpm 1. 下载 wget --content-disposit ......
rabbitmq centos7 centos erlang php

Centos7安装高版本BIND9.16.41(DNS服务器)

安装高版本BIND9.16.41或9.18.15 双数版本为稳定版如9.16、9.18 找到BIND官网:https://www.isc.org/download/#BIND 1、点击Download:这里以9.16.41版本为例 2、打开CentOS系统 3、跳转到官方文档,找到EPEL源,复制链 ......
Centos7 版本 服务器 Centos BIND9

Expected MultipartHttpServletRequest: is a MultipartResolver configured方案。

~~~java //1.报错:Expected MultipartHttpServletRequest: is a MultipartResolver configured ? //2.解决 commons-fileupload commons-fileupload 1.3.1 // spring中 ......

Centos7安装Python3.9

1、 使用源码编译安装:您可以从Python官方网站下载Python 3.9的源代码,并按照以下步骤进行编译和安装: 安装编译所需的依赖项: sudo yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel readline ......
Centos7 Python3 Centos Python

[Spring 6.0源码解析] @Configuration注解源码解析

# Spring 6.0源码解析之@Configuration 首先写一个启动代码: ```java public class ConfigurationAnnotationTest { private static final Logger LOGGER = LoggerFactory.getLo ......
源码 注解 Configuration Spring 6.0

Git拉取代码报错:Can't Update No tracked branch configured for branch dev or the branch doesn't exist.To make your branch track a remote branch call

错误: 解决方法: 第一步: git pull origin(远程仓库名称) develop(远程分支名称) --allow-unrelated-histories 第二步: git branch --set-upstream-to origin(远程仓库名称)/develop(远程分支名称) de ......
branch configured tracked 代码 Update

[Linux] CENTOS7设置Swap交换区

# 0 序言 最近刚买1台`CENTOS7.9`的云服务器,但swap区为空,这着实有丢丢浪费内存了。 # 1 查看swap区的情况 + 方式1 ``` shell # free -m total used free shared buff/cache available Mem: 3645 234 ......
CENTOS7 CENTOS Linux Swap

centos7 中singularity的安装

001、系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、安装依赖 [root@PC1 software]# yum install -y gcc libuuid-deve ......
singularity centos7 centos