centos7 vmware centos

【Linux】CentOS防火墙操作:开启端口、开启、关闭、配置

🔶 基本使用启动: systemctl start firewalld关闭: systemctl stop firewalld查看状态: systemctl status firewalld开机禁用 : systemctl disable firewalld开机启用 : systemctl ena ......
端口 防火墙 CentOS Linux

CentOS openssh 升级教程

openssh 下载地址 https://www.openssh.com/openbsd.html OpenSSH 9.6: December 18, 2023 https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openssh-9.6.tar.gz # cd / ......
openssh 教程 CentOS

Vmware下载安装教程(秒看秒懂)

一、VMware 背景简介 VMware Workstation是VMware公司推出的一款桌面虚拟计算软件。此软件可以提供虚拟机功能,使计算机可以同时运行多个不同操作系统,以及进行开发、测试 、部署新的应用程序的最佳解决方案。该软件具有Windows、Linux版本。VMware Workstat ......
教程 Vmware

Centos7.4 安装jdk1.8

1. 下载镜像 docker pull primetoninc/jdk:1.8 2. 查看镜像 docker images 3. 启动容器 docker run -it --name jdk1.8 -d primetoninc/jdk:1.8 4. 查看容器 docker ps 5. 进入jdk安装 ......
Centos7 Centos jdk1 jdk

VMware搭建集群环境

集群地址分配 名称 IP 子网掩码 网关 DNS flink01 192.168.22.211 255.255.255.0 192.168.22.2 114.114.114.114 flink02 192.168.22.212 255.255.255.0 192.168.22.2 114.114.1 ......
集群 环境 VMware

centos防火墙常用命令

systemctl start firewalld;#启动 systemctl stop firewalld;#停止 systemctl status firewalld;#查看状态 systemctl disable firewalld;#开机禁用 systemctl enable firewal ......
防火墙 命令 常用 centos

centos7编译安装php8

参考推荐:https://blog.csdn.net/zzz1502/article/details/120157436 首先安装需要的依赖和第三方库 # yum install -y --setopt=protected_multilib=false gcGc gcc-c++ make cmake ......
centos7 centos php8 php

centos7安装nginx

首先安装nginx所需要的第三方库和编译工具 # yum install -y gcc gcc-c++ autoconf automake make # yum install zlib zlib-devel openssl openssl-devel pcre pcre-devel wget ht ......
centos7 centos nginx

vmware 虚机网络设置

VMware 三种网络设置方式:参考博客:一文详解Linux三种网络设置方式_Linux_脚本之家 (jb51.net) Oracle 19C RAC环境配置网络时,public ip、 virtual ip、scan ip (公网ip、vip、scan ip)处于同一网段,vip与scan ip不 ......
虚机 vmware 网络

centos7安装postgresql15、postgis3.3

直接使用yum安装的时候,都会提示缺少某些包无法安装。我这里把缺少的包的安装方式列一下。 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest ......
postgresql postgis3 centos7 postgis centos

Centos删除乱码文件

1、ls -ila 262384 drwxrwxrwx 11 root root 4096 Dec 23 21:23 .262381 drwxrwxrwx 9 root root 4096 Oct 11 2022 ..421160 -rwxr-xr-x 2 root root 4096 Dec 5 ......
乱码 文件 Centos

centos6和7的模板机制作

centos6(安装操作系统直接最小化安装就行) 1.进入网卡配置文件将网卡的MAC和UUID删除(网卡需要开机自启的话,只要把ONBOOT=no改为ONBOOT=yes就行) 2.挂在光盘,临时挂在 3.制作yum源 yum clean all #清楚yum源的缓存 yum makecache # ......
机制 模板 centos6 centos

Centos 搭建

准备 关闭防火墙和SElinux systemctl stop firewalld && setenforce 0 DNS服务器 IP 为 : 192.168.91.168 解析的域名为:xmu.edu.cn 安装 安装DNS yum install -y bind bind-utils 开启 DN ......
Centos

centos7_mysql_删除

CentOS 7 中的 MySQL 是使用以下命令进行安装的: sudo yum install mysql-server 以下是如何完全卸载 MySQL 的步骤: 步骤 1 :停止 MySQL 服务 sudo systemctl stop mysqld.service 步骤 2 :禁用 MySQL ......
centos7_mysql centos7 centos mysql

centos下Iptables的安装(离线)

背景: 要给公司服务器屏蔽端口,然后开服务IP白名单,修改完 iptables 文件后,想执行指令生效,发生指令不存在 vim /etc/sysconfig/iptables -A INPUT -s 10.xx.xx.xx/24 -p tcp -m tcp --dport 8888 -j ACCEP ......
Iptables centos

CentOS 7 安装

CentOS 7 安装 ‍ 1、前期准备 1)系统镜像下载: CentOS 官方下载地址: https://www.centos.org/download/ Centos国内下载源: 腾讯:https://mirrors.cloud.tencent.com/centos/7/isos/x86_64/ ......
CentOS

centos安装pg数据库

1.下载yum源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2.安装libzstd 否则安装数据库报错Req ......
数据库 数据 centos

【Stress-ng】CentOS 7 离线安装Stress-ng

手动下载RPM包以及依赖 Stree-ng libmd libbsd Stress-ng有两个依赖包,安装顺序如下: rpm -i libmd-1.1.0-1.el7.x86_64.rpm rpm -i libbsd-0.11.7-2.el7.x86_64.rpm rpm -i stress-ng- ......
Stress-ng Stress CentOS ng

CentOS 7.9 安装net 8运行时环境[转]

1.从官网下载对应的运行时环境压缩包。 下载地址:https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0 dotnet-sdk-8.0.100-linux-x64.tar.gz 2.上传至服务器,以我为例我是上传至/usr/local/softw ......
环境 CentOS 7.9 net

Centos中安装Python3的mysqlclient库

问题 系统是centos7 需要在python3中安装mysqlclient库 使用 pip3 install mysqlclient 然后无法安装 报错 Looking in indexes: https://pypi.douban.com/simple/ Collecting mysqlclie ......
mysqlclient Python3 Centos Python

在centos7云主机上docker方式安装halo2.11,数据库使用mysql5.7

1.提前安装好docker和docker-compose 2.在~目录下新建halo目录并进入 mkdir ~/halo && cd ~/halo 3.在halo目录新建 docker-compose.yml文件 vi docker-compose.yml 我这里使用的是外部的mysql,文件内容 ......
主机 centos7 方式 数据库 数据

在centos7上安装docker

官方文档 https://docs.docker.com/engine/install/centos/ 1.查看centos系统版本,本篇文章是在 centos7 上安装docker,注意系统版本 cat /etc/redhat-release 回显 CentOS Linux release 7.9 ......
centos7 centos docker

centos系统安装docker和docker 使用

基于centos系统安装docker,可以让你的开发更加专注 下载阿里云的docker 镜像 wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.rep ......
docker centos 系统

CentOS安装tomcat

1、安装: yum -y install tomcat 2、查看是否安装成功 rpm -q tomcat 存在输出,即成功安装 ......
CentOS tomcat

CentOS安装MySQL

安装 rpm -qa | grep mysql # 检查是否安装过 MySQL curl -O https://link.zhihu.com/?target=https%3A//repo.mysql.com//mysql57-community-release-el7-11.noarch.rpm # ......
CentOS MySQL

centos7上源码安装postgresql 13.6

1 环境描述 操作系统:Centos7.6 postgresql:13.6 安装方式:源码安装 2 创建用户 # groupadd -g 2000 pgsql # useradd -u 2000 -g pgsql pgsql 3 目录规划 # mkdir -p /postgresql/{pgdata ......
postgresql 源码 centos7 centos 13.6

在VMware上安装openwrt

一、准备工作 1.下载并安装VMwareWorkstation Download VMware Workstation Pro 2.下载OpenWRT镜像 选择最新的稳定release版本后,下载系统对应的架构镜像,这里我下载的是x86_64。 现在的Windows系统PC应该几乎都是x64,可以在 ......
openwrt VMware

记录一次两台电脑vmware中的虚拟机互相访问学习经过

装过VMware的都知道,VMware有四种网络选择,桥接,主机,和nat,平时都是会使用vmnet8作为网络。因为桥接会使用和宿主机同一个网络,估计会在路由器中注册自己的ip地址。nat模式是网关和dhcp服务交给了虚拟的一个VMnet8网卡,网卡接口为.1出现在宿主机路由表,.2的网关,dhcp ......
vmware 电脑

centos 6.10 安装 qtCreator6.0.2

centos 6.10 安装 qtCreator6.0.2 在 centos 6.10 上源码编译安装 qtCreator6.0.2 下载地址 下载后解压 然后执行下面命令 cd qt-creator-opensource-src-6.0.2 mkdir build && cd build cmak ......
qtCreator6 qtCreator centos 6.10 0.2

vmware虚拟机 linux 本地yum源,网卡配置ens33,防火墙selinux

1、挂载镜像文件,CentOS-7-x86_64-DVD-1804.iso,并且要处于连接状态 #光盘挂载至/mntmount /dev/sr0 /mnt #备份yum源文件cd /etc/yum.repos.d/mkdir -p ./bakmv CentOS* ./bak #编缉本地源vim lo ......
网卡 防火墙 selinux vmware linux
共3000篇  :5/100页 首页上一页5下一页尾页