51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#centOs
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
逻辑
centos7上设置中文字符集
author:headsen chendate:2019-03-14 09:00:31 Linux系统会默认使用英文字符集,不会安装中文字符集等其他字符。公司内部文件服务器等需要中文的支持。 1、首先使用locale命令看看当前系统所使用的字符集,如图可以看到是en英...
代码星球
·
2020-08-24
centos7
设置
中文
字符集
centos7下的ifconfig命令未安装
yum-yinstallnet-tools...
代码星球
·
2020-08-24
centos7
下的
ifconfig
命令
安装
centos6上使用xfs文件系统
ext4目前也还没有真的支持16TB以上的单分区空间,由于工具的限制,只能创建最大为16T的单分区决定直接用xfs安装xfs[root@~]$yuminstallkmod-xfsxfsprogs[root@~]$modprobexfs#载入xfs文件系统模块[root@~]$lsmod|grep...
代码星球
·
2020-08-24
centos6
使用
xfs
文件
系统
centos7和Ubuntu上的关机需要手动关闭电源的问题
author:heandsenchendate: 2018-11-11 20:36:38、#halt 执行后会出现这个问题解决办法:#init0#shutdown-hnow#poweroff (不推荐,直接断电的方式)#halt-p...
代码星球
·
2020-08-24
centos7
Ubuntu
关机
需要
手动
centos6.8上安装paramiko
author:headsen chendate: 2018-10-07 17:06:07#安装gcc,python-develyum-yinstallpython-develgcc#安装pycryptowgethttp://ftp.dlitz.net/pub/dlitz/cry...
代码星球
·
2020-08-24
centos6.8
安装
paramiko
centos上安装Python3.6
原文地址:https://www.cnblogs.com/Guido-admirers/p/6259410.html1、首先,官网下载python3的所需版本。wgethttps://www.python.org/ftp/python/3.6.0/Python-3.6.0.tgz2、然后,解压文件tar-xvfPyth...
代码星球
·
2020-08-24
centos
安装
Python3.6
centos7上安装iptables
注意:CentOS7默认的防火墙不是iptables,而是firewalle.安装iptable iptable-service#安装iptablesyum install -yiptablesiptables-services禁用/停止自带的firewalld服务#停止firewalld...
代码星球
·
2020-08-24
centos7
安装
iptables
centos7关闭自动锁屏
centos7默认几分钟不动就锁屏,实在很讨厌,所以在设置中将其去掉1、不同的版本应该设置的地方稍有变化,我不敢保证我的这个方法你一定可以用,所以用之前希望你了解你的系统的版本。2、左上角点击应用程序,在下面选择系统工具,在系统工具中选择设置3、选择设置下面的隐私4、在隐私中设置锁屏状态...
代码星球
·
2020-08-24
centos7
关闭
自动
锁屏
centos7上开启单用户模式
author:headsen chendate:2018-08-02 11:23:161,在出现centos7的页面的时候,按e进入到编译内核的界面2,找到下面的这一段,将ro该车rw,同事去掉rhgbquient这两个单词。在这一段的末尾加上init=/bin/bash3,按下:Ctrl+x4,&...
代码星球
·
2020-08-24
centos7
开启
单用户
用户
模式
首页
上一页
...
48
49
50
51
52
...
下一页
尾页
按字母分类:
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
其他