development configure centos7 centos

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

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

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

Configuration 'compile' is obsolete and has been replaced with 'implementati解决方案

Android Studio更新到3.1.2编译之前的项目直接抛出下面的异常,这让我很是头疼,经过一翻查找发现是我们配置文件中的API已经过期,我对过期的API进行修改就Over了 1、异常显示 Configuration ‘compile’ is obsolete and has been rep ......

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

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

centos7 下安装 moodle历史命令(未能包含vim 修改配置文件)

1 init 0 2 cd "/data/webapps/moodle" 3 cd /data/webapps/ 4 ls 5 ll 6 cd moodle/ 7 ls 8 ll 9 vim lib/outputrenderers.php 10 ll 11 cd ../ 12 ll 13 chmod ......
命令 centos7 文件 centos moodle

Why the developed country choose the countries of southeast Asia to build processing factory used their labour force?

The developed countries choose countries in Southeast Asia to build processing factories and utilize their labor force for various reasons. Some of th ......
processing the developed countries southeast

安装CentOS Vault系统踩过的坑

CentOS Vault简介 一、CentOS Vault介绍 CentOS Vault是CentOS发布的一个yum镜像,存放CentOS历史版本的软件包和安装介质。CentOS Vault的使命是为已经部署了CentOS系统的用户提供历史版本的安全更新、补丁和其他必要的软件包,以确保其系统的安全 ......
CentOS 系统 Vault

CentOS安装Python3

前置准备 检查是否已经安装Python3:命令行直接输入Python3 下载Python3的安装包 https://www.python.org/ftp/python/ 安装 安装依赖 yum install zlib-devel bzip2-devel libffi-devel openssl-d ......
Python3 CentOS Python

centos8.5更新阿里云国内源

1、删除系统自带源 rm -f /etc/yum.repos.d/* 2、下载阿里云源 wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo sudo ......
centos8 centos

CentOS安装

刻录镜像 安装过程: 选择语言:英文 选择时区:Shanghai 选择安装的版本(最小安装?辅助工具包?) 选择安装的磁盘 网络(最好插好网线在安装的时候就配置好网络,免得后面再弄) 配置Root用户密码 配置新用户的用户名和密码 ......
CentOS

centos系统安装花生壳

首先下载安装包 wget "https://dl.oray.com/hsk/linux/phddns_5.3.0_amd64.rpm" -O phddns_5.3.0_amd64.rpm 查看 安装 rpm -ivh phddns_5.3.0_amd64.rpm 在红线下面列出的是你的sn码,就是登 ......
花生 centos 系统
共3000篇  :5/100页 首页上一页5下一页尾页