51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Cent
centos7-关闭 rpcbind 服务
1、关闭rpcbind服务sudosystemctldisablerpcbind2、关闭开机自启动sudo systemctldisablerpcbind3、立即执行关闭systemctlstoprpcbind.socket4、验证是否监听netstat-anup---------------------作者...
代码星球
·
2020-08-24
centos7-
关闭
rpcbind
服务
centos8上配置yum保存安装包
增加2行内容:keepcache=1cachedir=/var/cache/yum/$basearch/$releasever[root@localhost~]#cat/etc/yum.conf[main]gpgcheck=1installonly_limit=3clean_requirements_on_remove...
代码星球
·
2020-08-24
centos8
配置
yum
保存
安装
centos8上安装中文字符集
yuminstallglibc-commonyuminstall-ylangpacks-zh_CNvim/etc/locale.conf#修改这个文件LANG=zh_CN.utf8source/etc/locale.conf...
代码星球
·
2020-08-24
centos8
安装
中文
字符集
centos6上搭建gitlab
系统:Centos6.5软件版本:gitlab-7.8.4Selinux:关闭防火墙规则:先清空(搭建好了后续自己添加相关放行规则) 1#yum-yinstallepel-release 创建该文件并添加以下内容:1234567#vim/etc/yum.repos.d/PUI...
代码星球
·
2020-08-24
centos6
搭建
gitlab
centos安装ruby及更换gem的源
本文转自: 一安装ruby 1查看系统当前ruby版本,可知未安装ruby ruby-v 2通过yum安装ruby和依赖的包 yum-yinstallrubyruby-develrubygemsrpm-build3查看当前ruby版本,2.0.0版本过低,redis5.0....
代码星球
·
2020-08-24
centos
安装
ruby
更换
gem
centos7安装logstash
建议到官网下载最新版https://www.elastic.co/cn/downloads/logstash本文使用logstash7.0.0https://artifacts.elastic.co/downloads/logstash/logstash-7.0.0.tar.gzwgethttps://ar...
代码星球
·
2020-08-24
centos7
安装
logstash
centos的 各种安装包下载位置
1,网址:vault.centos.org -------->选择centos7.4 ------>扩展:extras--->x86_64---->packages----->选择各种安装包...
代码星球
·
2020-08-24
centos
各种
安装
包下载
下载
修改ubuntu/centos默认编辑器为vim
ubuntu系统编辑器要更换默认为vimubuntu系统编辑器要怎么更换默认为vim 一、直接在终端输入: echoexportEDITOR=/usr/bin/vim>>~/.bashrc 二、使用系统管理工具update-alternatives&...
代码星球
·
2020-08-24
修改
ubuntu
centos
默认
编辑器
centos7上安装rar解压软件
wgethttps://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gztarfxrarlinux-x64-5.5.0.tar.gz-C/usr/local/# rar软件不需要安装,直接解压到/usr/local下,以下操作需要有root权限。ln-s/usr/loc...
代码星球
·
2020-08-24
centos7
安装
rar
解压
软件
iptables保存规则(ubuntu和centos)
...
代码星球
·
2020-08-24
iptables
保存
规则
ubuntu
centos
centos上安装Python并修复yum
date:2019-07-01 18:09:53author:headsenchennotice:个人原创1,安装python3.7:yuminstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-de...
代码星球
·
2020-08-24
centos
安装
Python
修复
yum
grafana安装和配置(centos7上配置)
author: headsen chendate: 2019-03-29 10:33:19 1,安装:yuminstallhttps://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.5.2-...
代码星球
·
2020-08-24
配置
grafana
安装
centos7
yum安装mysql-5.6(centos7)-阿里云备份恢复到本地
centos7.3安装mysql5.6rpm-Uvhhttp://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpmyumrepolistenabled|grep"mysql.*-community.*"(查看当前可用的mysql安装资源)yum-yin...
代码星球
·
2020-08-24
yum
安装
mysql-5.6
centos7
阿里
centos7上修改lv逻辑卷的大小
author:headsen chendate:2019-03-1815:24:22自动化修改分区的脚本umount/home#交互式执行shell命令echo'y'|lvremove/dev/mapper/centos-homelvextend-L+140G/dev/mapper/centos-rootxf...
代码星球
·
2020-08-24
centos7
修改
lv
逻辑
大小
centos6上调整lv逻辑卷
author:headsenchendate:2019-03-18 14:48:17 1,查看分区状态,发现/分区不够用。/home分区太大了。浪费[root@localhost~]#df-hFilesystemSizeUsedAvailUse%Mountedon/dev/mapper/VolGro...
代码星球
·
2020-08-24
centos6
调整
lv
逻辑
首页
上一页
...
50
51
52
53
54
...
下一页
尾页
按字母分类:
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
其他