kernel-headers centos7 headers centos

centos 安装 x11

centos 编译安装 x11 需要的依赖 安装 xtrans 下载地址 进入解压目录: ./configure make && make install 配置路径: export PKG_CONFIG_PATH=/usr/local/share/pkgconfig:$PKG_CONFIG_PATH ......
centos x11 11

python flask 生产环境部署,基于gunicorn(centos 6.5)

1.安装gunicorn,部分生产服务器会存在多个pip版本,一般用pip和pip3区分,本文中用pip pip install gunicorn 2.启动程序 cd /usr/app gunicorn --workers 2 -b 0.0.0.0:5056 app:app 因为我的项目文件名称为a ......
gunicorn 环境 python centos flask

centos 编译安装 libxml-2.0

centos 编译安装 libxml-2.0 下载地址 我下载的 libxml2-2.9.12.tar.gz 版本 下载后解压,进入解压后的目录 执行: ./configure make && make install ......
centos libxml 2.0

CentOS7 关机自动执行命令

需求说明 CentOS7 关机之前自动执行脚本 解决方法 创建 shutdown-clean 服务 cat <<'EOF' | sudo tee /usr/lib/systemd/system/shutdown-clean.service > /dev/null [Unit] Description ......
命令 CentOS7 CentOS

CentOS中部署Jenkins

1、jenkins安装包镜像地址 https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable 2、下载jenkins安装包 wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-st ......
Jenkins CentOS

CentOS中jenkins服务启动正常但是浏览器无法访问

解决方法: 1、检查下jenkins服务 使用命令:systemctl status jenkins(检查状态是否存在报错信息) 2、查看端口 使用命令:ps -ef |grep jenkins(检查端口是否正常启用) 3、检查防火墙 使用命令:systemctl status firewalld. ......
浏览器 jenkins CentOS

图文详解宝塔centos7安装Conda的步骤

在centos7上安装anaconda碰到很多的坑,分享出来,也免得以后自己忘记,下面这篇文章主要给大家介绍了关于宝塔centos7安装Conda的相关资料,文中通过实例代码介绍的非常详细,需要的朋友可以参考下 前言: 最近学习了python,主要原因是公司主营百度相关业务,接触了一下paddle ......
宝塔 步骤 centos7 图文 centos

CentOS安装Docker(一)

1.在Linux中,可以通过以下命令查看系统版本: cat /etc/os-release 2.在Linux中,可以通过以下命令查看版本(CentOS 要求内核版本不低于 3.10): uname -aLinux VM-8-2-centos 3.10.0-1160.99.1.el7.x86_64 3 ......
CentOS Docker

centos7根据名称找到指定pid并结束进

在centos7下启动的java应用,有时候需要结束某一个进程,如何根据应用名字快速找到应用的进程 使用-jar启动的应用 java -jar test.jar 应用名称为 test,那下面的命令可以找到 test.jar的pid并结束进程 ps ax | grep java | grep test ......
名称 centos7 centos pid

Centos7的宝塔系统上用Docker安装Openwrt

Docker安装Openwrt,我是按照林中静月下仙的博客做的 主机是Dell的E7250 I5-5300U 先安装Centos7.9,然后使用手机做热点安装了宝塔系统,大约用了五六个小时。 然后在宝塔系统的软件商店搜索,安装 设置加速url 拉取openwrt镜像 【registry.cn-sha ......
宝塔 Centos7 Openwrt Centos Docker

centos 安装 make

centos 安装 make 环境:centos 7.9 下载地址 本人下载的 make-4.4.tar.gz 版本 执行: tar -zxvf make-4.4.tar.gz cd make-4.4 ./configure --prefix=/usr/local/make make && make ......
centos make

VMware workstation中安装的centos虚拟机ip自动获取可以上网,设置静态ip不能上网问题解决

一、需求 linux中我们会设置hosts文件,这会涉及ip和域名的设置,但是如果虚拟机自动获取ip地址的话,这就意味着之前设置的hosts文件需要重新修改,所以我们需要设置虚拟机为静态ip地址。 二、故障现象 我linux虚拟机最开始是自动获取的ip地址,用的nat模式,是可以上网的,然后ifco ......
静态 workstation VMware centos 问题

Linux基础与应用:3.Centos7配置静态IP地址

实验所需要知道的 systemctl restart network //重启整个网络服务(包括网络接口、DNS解析等) ip a //显示当前主机的网卡及对应 IP(完整命令是ip address) ifdown 网卡名 //关闭某张网卡(一般我是在systemctl restart networ ......
静态 Centos7 地址 基础 Centos

Linux基础与应用:1.VM下部署Centos7初始化环境(下载Centos7镜像及使用Vmware安装Centos7)

实验环境 Windows 11 家庭版 22H2版本 VMware® Workstation 16 Pro 16.2.3 build-19376536 MobaXterm V23.0 实验所需准备 阿里云开源镜像站centos7下载地址:https://mirrors.aliyun.com/cent ......
Centos7 Centos 镜像 环境 基础

Cento7中部署ShowDoc

1、安装Docker yum install docker 2、启动Docker服务 systemctl start docker 3、设置Docker服务为开机启动 systemctl enable docker.service 4、安装git yum install git 5、安装ShowDo ......
ShowDoc Cento7 Cento

电脑时间不同步导致的上网报错:core/proxy/vmess/encoding: failed to read response header > websocket: close 1006 (abnormal closure): unexpected EOF

报错内容: 2023/12/16 14:08:56 [Warning] [775541588] xxxxx.com/core/app/proxyman/outbound: failed to process outbound traffic > xxxxx.com/core/proxy/vmess/ ......

centos7 设置开机启动

vim /etc/rc.d/rc.local #修改此配置文件 chmod +x /etc/rc.d/rc.local #添加执行权限 vim /lib/systemd/system/httpd.service apache 开机启动配置: [Unit] Description=apache2.4 ......
centos7 centos

【CentOS】- yum update

// 进入 yum 的 repos 目录 cd /etc/yum.repos.d/ // 修改 centos 文件内容 sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mi ......
CentOS update yum

centos安装字体

1、安装fontconfig yum -y install fontconfig 2、将windows系统下的字体复制到linux下,并修改字体后缀为ttf 3、在/usr/shared/fonts创建chinese目录 mkdir /usr/shared/fonts/chinese 4、将字体复制 ......
字体 centos

centos7 绿色版安装单机版 ELK 7.9.2

参考:https://www.cnblogs.com/yancool/p/16518032.html 参考:https://www.cnblogs.com/xiaonuanxin/p/17667944.html 1、修改内核参数 vim /etc/security/limits.conf * sof ......
单机版 单机 centos7 绿色 centos

VirtualBox 配置主机访问虚拟机,及CentOS 7.9安装

CentOS 7.9 Everything 下载地址: http://mirrors.163.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Everything-2207-02.iso 重启服务器。注意,必须重启才会生效。 配置虚拟机和物理机的通信 ......
VirtualBox 主机 CentOS 7.9

Centos 报错:The SSL connection could not be established, see inner exception 解决办法

yum update yum install wget tar make gcc perl pcre-devel zlib-devel wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz tar zxvf openssl-1.1.1l. ......

CentOS httpd nginx WEB访问报503错误解决方案

外网访问WEB,需要关闭活着适当配置防火墙。centos7 防火墙状态查看、关闭、打开命令: firewall-cmd --state #防火墙状态查看 systemctl stop firewalld.service #防火墙关闭 systemctl start firewalld.service ......
解决方案 错误 方案 CentOS httpd

Centos7虚拟机连不上网络

使用VM创建并安装Centos7,完成之后发现网络不通(ping jd.com可以试一下) 解决方法: 1、在创建虚拟机的时候选择的是NAT模式 2、在虚拟机中,编辑->虚拟网络编辑器(记住子网IP、子网掩码、网关) 点击NAT设置 3、在Centos7中输入ip addr,在这里是ens33(记住 ......
Centos7 Centos 网络

手动安装LAMP——在 CentOS 7 上安装 PHP、Apache 和 MariaDB(替代 MySQL)

在 CentOS 7 上安装 PHP、Apache 和 MariaDB(替代 MySQL)的过程如下: 1. 更新系统:sudo yum update 2. 安装 Apache:sudo yum install httpd 3. 启动 Apache 服务并设置开机自启:sudo systemctl ......
手动 MariaDB CentOS Apache MySQL

CentOS7配置静态ip后service network restart失败

解决方法: 1、检查配置文件,文件夹下是否存在类似文件(ifcfg-ens33),存在的话,删除掉,保留一个即可(判断方式为配置文件中是否有配置信息) cd /etc/sysconfig/network-scripts/ ls 删除命令: rm 文件名称 重启网络:service network r ......
静态 CentOS7 service network restart

centos 7 安装Docker 和 JDK1.8

centos 7. 安Docker 1、检查是否已经安装 docker. docker version 系统必须为64位:cat /etc/redhat-release 内核版本必须高于 3.10:uname -r 使用 root 权限登录 Centos。确保 yum 包更新到最新。如果是新安装的操 ......
centos Docker JDK1 JDK

CentOS 8.1成功安装最新Node.js 20教程(含用到的全部命令和截图演示)

yum换镜像和源 CentOS 已经停止维护的问题。2020 年 12 月 8 号,CentOS 官方宣布了停止维护 CentOS Linux 的计划,并推出了 CentOS Stream 项目,CentOS Linux 8 作为 RHEL 8 的复刻版本,生命周期缩短,于 2021 年 12 月 ......
截图 命令 教程 CentOS Node

Centos7.4安装docker

1. 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ ......
Centos7 Centos docker

centos7升级openssl

1、下载openssl源码:https://www.openssl.org/source 2、解压:tar -zxvf openssl-3.0.7.tar.gz 3、配置:./config --prefix=/usr/local/ 4、编译安装:make & make install 5、配置so: ......
centos7 openssl centos
共3000篇  :6/100页 首页上一页6下一页尾页