51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Cent
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
开启
单用户
用户
模式
cobbler上部署centos系统修改网卡地址成eth0
编辑cobbler的profile文件: cobblerprofileedit--name=CentOS-7.2-x86_64--kopts='net.ifnames=0biosdevname=0'...
代码星球
·
2020-08-24
cobbler
部署
centos
系统
修改
centos6.6-6.8的cobbler的kickstarts文件
author:headsenchendate:2018-07-1019:14:391,普通的mbr版的kickstarts的配置文件:[root@cobbler-server~]#cat/var/lib/cobbler/kickstarts/CentOS-6.8-x86_64.cfg#platform=x86,AMD6...
代码星球
·
2020-08-24
centos6.6-6.8
cobbler
kickstarts
文件
centos中调整tmpfs分区的大小
tmpfs是Linux/Unix系统上的一种基于内存的文件系统。tmpfs可以使用系统的内存或swap分区来存储文件。由此可见,tmpfs主要存储暂存的文件。tmpfs默认的大小是RM的一半,假如你的物理内存是1024M,那么tmpfs默认的大小就是512M。tmpfs的另一个主要的好处是它闪电般的速度。因为典型的tm...
代码星球
·
2020-08-24
centos
调整
tmpfs
分区
大小
centos6上安装docker
yum-yinstallepel-releaseyum-yinstalldocker-ioyuminstalldevice-mapper-event-libs #必需安装这一步,否则报pid文件存在,进程已死servicedockerstartdockerimages...
代码星球
·
2020-08-24
centos6
安装
docker
centos6安装系统时选包
date: 2018-06-05 11:44:06 1,系统:minimal 2,包组: BaseSystem: Base、Compatibilitylibraries、DebuggingTools &...
代码星球
·
2020-08-24
centos6
安装
系统
时选包
centos-iptables-scripts
author:headsenchendate:2018-06-04 11:20:38notice:This articleiscreatedbyheadsenchenhimselfandnotallowedtocopy.oryouwillcountlawquestions. #启动serv...
代码星球
·
2020-08-24
centos-iptables-scripts
首页
上一页
...
51
52
53
54
55
...
下一页
尾页
按字母分类:
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
其他