#centOs

centos上安装Python并修复yum

date:2019-07-01 18:09:53author:headsenchennotice:个人原创1,安装python3.7:yuminstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-de...

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

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...

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...

centos6上调整lv逻辑卷

author:headsenchendate:2019-03-18 14:48:17 1,查看分区状态,发现/分区不够用。/home分区太大了。浪费[root@localhost~]#df-hFilesystemSizeUsedAvailUse%Mountedon/dev/mapper/VolGro...
代码星球 ·2020-08-24

centos7上设置中文字符集

author:headsen chendate:2019-03-14  09:00:31 Linux系统会默认使用英文字符集,不会安装中文字符集等其他字符。公司内部文件服务器等需要中文的支持。 1、首先使用locale命令看看当前系统所使用的字符集,如图可以看到是en英...

centos6上使用xfs文件系统

  ext4目前也还没有真的支持16TB以上的单分区空间,由于工具的限制,只能创建最大为16T的单分区决定直接用xfs安装xfs[root@~]$yuminstallkmod-xfsxfsprogs[root@~]$modprobexfs#载入xfs文件系统模块[root@~]$lsmod|grep...

centos7和Ubuntu上的关机需要手动关闭电源的问题

author:heandsenchendate: 2018-11-11 20:36:38、#halt 执行后会出现这个问题解决办法:#init0#shutdown-hnow#poweroff (不推荐,直接断电的方式)#halt-p...

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

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

centos7上安装iptables

注意:CentOS7默认的防火墙不是iptables,而是firewalle.安装iptable iptable-service#安装iptablesyum install -yiptablesiptables-services禁用/停止自带的firewalld服务#停止firewalld...
代码星球 ·2020-08-24

centos7关闭自动锁屏

centos7默认几分钟不动就锁屏,实在很讨厌,所以在设置中将其去掉1、不同的版本应该设置的地方稍有变化,我不敢保证我的这个方法你一定可以用,所以用之前希望你了解你的系统的版本。2、左上角点击应用程序,在下面选择系统工具,在系统工具中选择设置3、选择设置下面的隐私4、在隐私中设置锁屏状态...
代码星球 ·2020-08-24

centos7上开启单用户模式

author:headsen chendate:2018-08-02 11:23:161,在出现centos7的页面的时候,按e进入到编译内核的界面2,找到下面的这一段,将ro该车rw,同事去掉rhgbquient这两个单词。在这一段的末尾加上init=/bin/bash3,按下:Ctrl+x4,&...
首页上一页...4849505152...下一页尾页