51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Cent
U盘安装Centos7.1操作系统的问题记录
需要的软硬件环境>>>>>>>>>>>>>>>>>1、服务器(笔者用的笔记本)、U盘2、Centos7.1操作系统镜像3、UltraISO软碟通,或者linux系统dd工具 一、制作可启动的U盘,在windo...
代码星球
·
2021-01-09
安装
Centos7.1
操作系统
问题
记录
centos 7创建阿里云镜像源
今天在ESC上安装mariaDB,发现centOS7默认的yum源上的mariaDB版本过低,然后又镜像到网易上,发现网易源上没有mariaDB,几经折腾才发现阿里镜像上mariaDB版本较新。更改镜像源之前先备份原来的镜像源文件,执行如下命令:mv/etc/yum.repos.d/CentOS-Base....
代码星球
·
2021-01-09
centos
创建
阿里
镜像
centos7安装HTTPS协议
一,升级系统yum-y更新二,安装EPEL库,为CertBot提供最新的Python的包。yum-y安装epel-release 三,下载CertBotyum-y安装python-certbot-apache 四,Apache下配置让我们加密 wgethttps://dl.eff.org/...
代码星球
·
2021-01-08
centos7
安装
HTTPS
协议
linux-Centos/rhel-6.X下Gnome桌面环境的安装
在实际工作中,无论是生产环境还是公司内部环境、很多时候装的linux系统都是最小化安装的、即没有桌面环境,那么如果有时我们又需要一个桌面环境、该怎么安装呢?其实不难,现笔者将安装方法分享如下。测试环境:Centos6.3桌面类型:Gnome安装方法:[root@5201351~]yumgroupinstall"Desk...
代码星球
·
2021-01-02
linux-Centos
rhel-6.X
Gnome
桌面
环境
Centos7 安装数据库mariadb
1.安装yum installmariadb-server-y 2.启动systemctlstartmariadb-server3.设置开机启动systemctlenablemariadb-server 配置mariadb1,命令mysql_secure_installation ...
代码星球
·
2020-12-31
Centos7
安装
数据库
mariadb
Centos 6 can't found command subscription-manager
[root@localhost~]#subscription-manager:commandnotfound-bash:-bash::commandnotfound resolution: wget-O/etc/yum.repos.d/epel-rhsm.repohttp://repos.fedor...
代码星球
·
2020-12-31
Centos
can
#39t
found
command
Nslookup: command not found error on RHEL/CentOS 7
Reference:https://unix.stackexchange.com/questions/164210/nslookup-command-not-found-error-on-rhel-centos-7Theminimalinstalllikelydidnotcomewiththe bind-ut...
代码星球
·
2020-12-31
Nslookup
command
not
found
error
CentOS 安装 Redis 5
https://redis.io/download下载最新stable版,当前最新版为redis-5.0.3.tar.gzcd/usr/local/src&&wgethttp://download.redis.io/releases/redis-5.0.3.tar.gz&&tarzxvf...
代码星球
·
2020-12-30
CentOS
安装
Redis
CentOS 7.2编译安装Tengine
Tengine官网上有个非常简单的教程,中间并未涉及到一些常用的设置,所以仅供参考。一下午为本人的安装步骤及过程。 配置firewalld,iptables,关闭SELINUXsystemctldisablefirewalld 1、安装必要的编译环境好由于Tengine安装需要使用源代码自行编译,所...
代码星球
·
2020-12-30
CentOS
编译
安装
Tengine
【centos7】添加开机启动服务/脚本
在centos7中添加开机自启服务非常方便,只需要两条命令(以Jenkins为例):systemctlenablejenkins.service#设置jenkins服务为自启动服务sysstemctlstartjenkins.service#启动jenkins服务在centos7中增加脚本有两种常用的方法,以脚本aut...
代码星球
·
2020-12-30
centos7
添加
开机
启动
服务
CentOS7.4安装配置mysql8 TAR免安装版
下载mysql:https://dev.mysql.com/downloads/mysql/ 解压tar.xz文件:xz-d mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz1.解压包tar-xvfmysql-8.0.17-linux-glibc2.1...
代码星球
·
2020-12-30
安装
CentOS7.4
配置
mysql8
TAR
CentOS7中systemctl的使用与CentOS6中service的区别
https://blog.csdn.net/u012834750/article/details/80501440 从CentOS7.x开始,CentOS开始使用systemd服务来代替daemon,原来管理系统启动和管理系统服务的相关命令全部由systemctl命令来代替。daemon命令sys...
代码星球
·
2020-12-30
CentOS7
systemctl
使用
CentOS6
service
CentOS下如何查看并杀死僵尸进程
昨天服务器到期,之前的服务器由于空间小,不能满足现在的服务要求,就新购买了一个服务器,目前正在调试安装中!在调试过程中,发现系统中有很多僵尸进程,现在就是找出这些僵尸进程,并将其杀死。用top查看系统中的僵尸进程情况 再看看这些僵尸是什么程序来的ps-A-ostat,ppid,pid,cmd|grep-e'^...
代码星球
·
2020-12-30
CentOS
如何
查看
杀死
僵尸
CentOS SVN服务器管理多项目
三重启svnserve-d-r/home/svnroot//停止命令killallsvnserve...
代码星球
·
2020-12-30
CentOS
SVN
服务器
管理
项目
Centos7安装SVN服务器
1、关闭防火墙systemctlstopfirewalld.service2、安装svn服务器yuminstallsubversion3、创建放置项目project的地方mkdir/mnt/svn修改/etc/sysconfig/svnserveOPTIONS="-r/opt/svn"  ...
代码星球
·
2020-12-30
Centos7
安装
SVN
服务器
首页
上一页
...
33
34
35
36
37
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他