docker-compose compose command centos

NET8在CentOS7下无法执行的问题

以二进制模式在CentOS7安装后,运行NET8报错误: # dotnet --list-sdks Failed to load /usr/share/dotnet/host/fxr/8.0.0/libhostfxr.so, error: /lib64/libstdc++.so.6: version ......
CentOS7 CentOS 问题 NET8 NET

centos7 挂载 windows 共享文件夹 ,显示主机关闭

1。执行 sudo mount -o username=***,password=*** //192.168.0.86/log/mesfile /home/gy 提示 mount: 将 //192.168.0.86/log/mesfile 挂载到 /home/gy 失败: 主机关闭 2、确认wind ......
文件夹 主机 centos7 windows 文件

CentOS 时区设置失效问题的解决方案

CentOS 时区设置失效问题的解决方案 原创 ralap 网络个人修炼 2023-11-29 11:01 发表于陕西 收录于合集#linux23个 在处理时区设置时,可能会遇到一些问题导致修改无效。特别是在 CentOS 系统中,选择时区时,可能会发现系统时区设置未生效。这种情况可能会导致时间显示 ......
时区 解决方案 方案 CentOS 问题

CentOS7 yum安装配置RabbitMQ3.8.13

下载Erlang wget--content-disposition https://packagecloud.io/rabbitmq/erlang/packages/el/7/erlang-22.3.4.12-1.el7.x86_64.rpm/download.rpm 安装Erlang环境 yum ......
RabbitMQ3 RabbitMQ CentOS7 CentOS 8.13

centos安装xrdp服务,可以使用系统用户mstsc连接

Centos6安装依赖 yum install -y autoconf automake libtool pkg-config openssl-devel pam-devel libjpeg-devel fuse-devel TurboJPEG libX11-devel libXfixes-deve ......
用户 centos 系统 mstsc xrdp

centos切换默认内核版本

查看版本列表 awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg 查看当前配置 grub2-editenv list 按照版本列表中的序号设置默认启动项目 grub2-set-default 1 重启让节点从设定的版本启动 ......
内核 版本 centos

centos7.9升级内核

注意安装内核kernel5.4.261版本会与ssh9.4和9.5版本冲突,导致重启之后ssh链接不了 1.查看现在的内核 uname -r 3.10.0-1160.el7.x86_64 2.下载rpm内核,离线安装 下载页面 https://mirrors.coreix.net/elrepo-ar ......
内核 centos7 centos

CentOS7 常用命令集合

常用命令 文件与目录操作 以下是CentOS 7 防火墙的完整操作命令: 查看防火墙状态。systemctl status firewalld 开启/关闭防火墙。systemctl start/stop firewalld 查看已安装防火墙规则。firewall-cmd --list-ports 添 ......
命令 常用 CentOS7 CentOS

VirtualBox下安装linux虚拟机(centos7)

下载VirtualBox 下载地址:https://www.virtualbox.org/wiki/Downloads 安装VirtualBox 安装虚拟机--centos7 CentOS是基于红帽的操作系统,所以可以选择Red Hat (64-bit) 内存设置为4G 硬盘设置为20G 网卡选择桥 ......
VirtualBox centos7 centos linux

解决安装centos7后无法用ifconfig查IP的问题

问题点:刚安装完centos7后,通过虚拟机查看ip,用ifconfig指令无法查询,显示not found 解决办法:安装ifconfig和net-tools 1、执行命令:yum provides ifconfig 2、执行命令:yum install net-tools (中间需要手动确认y/ ......
ifconfig centos7 centos 问题

安装CentOS 7.9系统

d CentOS 7.9 Everything 下载地址: http://mirrors.163.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Everything-2207-02.iso ......
CentOS 系统 7.9

解决:Command line is too long. Shorten command line for xxx or also for Application default configurat

解决:Command line is too long. Shorten command line for xxx or also for Application default configurat 解决:Error running 'xxx': Command line is too long. ......
line Application configurat for Command

Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration 主要是命令行太长了,导致项目启动不成功

Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration 主要是命令行太长了,导致项目启动不成功 目录 一、情景再现: 二、分析原因: 三、解决方法: 1、 ......
line configuration for 命令 Command

CentOS 7.9 安装后网络配置(NAT模式)

1.配置虚拟机NAT 信息 2.修改网卡信息 vim /etc/sysconfig/network-scripts/ifcfg-ens33 BOOTPROTO 为static ONBOOT 为yes NATMASK 子网掩码 和虚拟机NAT的子网掩码一致 GATEWAY 网关 和虚拟机NAT的网关一 ......
模式 CentOS 网络 7.9 NAT

jupyter notebook代码补全扩展安装遇到 Jupyter command `jupyter-contrib` not found.” 问题

Jupyter command jupyter-contrib not found. 解决方案——新的安装方式。 方法1 : pip方式 1.先使用以下命令,卸载旧版本的 jupyter_contrib_nbextensions 和 upyter_nbextensions_configurator: ......

CentOS6.配置python3和django1.11安装

一.Python3安装 1.安装方式是源码包安装,需要用到 gcc,make 1 yum install gcc make 2 3 安装python3需要的依赖包有:openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sql ......
CentOS6 python3 django1 CentOS python

centos命令certbot申请免费ssl证书

准备epel源 yum -y install epel 直接yum安装 yum -y install certbot 申请证书,期间需要去dns解析页面配置TXT解析 certbot certonly --email 532733691@qq.com --server https://acme-v0 ......
申请免费 命令 证书 certbot centos

docker compose 一键部署kafka

一. 新建文件docker-compose.yml version: "3.8" services: zookeeper: restart: always image: 'bitnami/zookeeper:3.8.3' ports: - '2181:2181' environment: - ALL ......
compose docker kafka

centos系统忘记密码,重置密码

1、重启系统,在开机过程中,出现以下界面时按e键,进入编辑界面。 按e键之后进入如下界面: 2、按方向键下键↓,找到LANG=en_US.UTF-8,在后面追加rw single init=/bin/bash,然后按ctrl+x重启系统 3、进入bash界面后,可以输入passwd命令重新设置roo ......
密码 centos 系统

Mysql定时备份 Using a password on the command line interface can be insecure

最近运维过程中需要备份Mysql数据库,网上找bat脚本执行发现提示不能直接在脚本里放密码,Using a password on the command line interface can be insecure,应该是高级的mysql数据库的安全策略。 首先建一个bat文件 --default ......
备份 interface password insecure command

CentOS开机提示Centos kernel panic-not syncing:VFS:Unable to mount root fs on unknown-block,vm exsi 修复centos虚拟机内核操作

故障: CentOS开机提示Centos kernel panic-not syncing:VFS:Unable to mount root fs on unknown-block 故障背景: 在没有关闭应用和系统的前提下,直接点了虚拟机关闭电源选项,再开机就报如上错误 原因分析: 根据提示信息分析 ......

docker-compose运行的容器 curl No route to host

# 信任docker0 网卡firewall-cmd --permanent --zone=trusted --change-interface=docker0 && firewall-cmd --reload docker network inspect csrpmed_default#找出默认网 ......
docker-compose 容器 compose docker route

CentOS7安装Docker

配置要求 系统:Centos7 Linux 内核:官方建议 3.10 以上 注意:本文的命令使用的是 root 用户登录执行,不是 root 的话所有命令前面要加 sudo 1.查看当前的内核版本 uname -r 2.更新 yum 包(使用 root 权限,生产环境中此步操作需慎重,耗时较长,该步 ......
CentOS7 CentOS Docker

【Linux】CentOS 6.10 内存分配

确定centos系统采用的是lvm分区格式 从vg_ran02-lv_home分区取出512G的空间添加到根目录vg_ran02-lv_root分区上 卸载vg_ran02-lv_home分区 umount /home 如有提示则按如下方式进行:先查看当前/home被哪个进程占用;再杀死该进程即可; ......
内存 CentOS Linux 6.10 10

CENTOS7_x86_64 网络配置

1.查看IP地址 ip add 2.进入网卡配置文件所在目录 cd /etc/sysconfig/network-scripts/ ll 注: ifcfg-ens33=ifcfg-网卡名 | ifcfg-lo : 网络回环文件 3.编辑网卡配置文件 vi /etc/sysconfig/network ......
CENTOS7_x CENTOS7 CENTOS 网络 86

centos 8 Failed to download metadata for repo ‘AppStream’: Cannot prepare internal mirrorlist: No URLs in mirrorlist

查询后发现问题的原因是Centos8于2021年年底停止了服务,我们在使用yum源安装时候,出现下面错误“错误:Failed to download metadata for repo ‘AppStream’: Cannot prepare internal mirrorlist: No URLs ......

CentOS7升级内核版本,以及解决升级内核后网卡不能使用的问题

CentOS7.9自带的内核版本为3.1,没有wireguard模块,遂决定升级内核版本 第一步升级内核,参考 https://www.cnblogs.com/iwalkman/p/9736856.html 除了内核还需要安装 kernel-ml-devel,否则待会编译网卡驱动会报错 yum -- ......
内核 网卡 CentOS7 版本 CentOS

I found no \bibdata command---while reading file main.aux

报错: I found no \bibdata command while reading file main.aux I couldn't open file name `main.aux' 使用vscode 原因是文章使用的是biblatex而不是natbib,所以要用biber而不是bibte ......
bibdata command reading found while

centos免密登录windows

一、linux操作: 二、windows操作: 1、Windows系统需安装OpenSSH服务; 2、配置OpenSSH服务端的配置文件: <1>管理员权限打开cmd终端,输入命令ssh-keygen -t rsa -f id_rsa执行后,将linux下生成的id_rsa.pub内容复制到C:\P ......
windows centos
共3100篇  :10/104页 首页上一页10下一页尾页