上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 42 下一页
摘要: Centos7 命令补全软件 软件名:bash-completion 安装:yum install -y bash-completion # 安装完成之后重连一下才能生效 阅读全文
posted @ 2020-11-25 17:01 Οo白麒麟оΟ 阅读(88) 评论(0) 推荐(0)
摘要: Centos7 日志文件 路径:/var/log 重要日志: messages -- 记录系统或服务程序运行的状态信息 和 错误信息 secure -- 记录用户登录信息 阅读全文
posted @ 2020-11-25 16:59 Οo白麒麟оΟ 阅读(300) 评论(0) 推荐(0)
摘要: Centos7 命令提示符的修改 1.命令提示符参数 序号 参数 含义 1 \d 代表日期,格式为weekday month date 2 \H 完整的主机名称 3 \h 仅取主机的第一个名字(默认) 4 \t 显示时间为24小时合适,如HH:MM:SS 5 \T 显示时间为12小时格式 6 \A 阅读全文
posted @ 2020-11-25 16:58 Οo白麒麟оΟ 阅读(654) 评论(0) 推荐(0)
摘要: Centos安装git #Centos6安装Git yum install -y epel-release rpm -ivh https://centos6.iuscommunity.org/ius-release.rpm yum list git2u yum install -y git2u gi 阅读全文
posted @ 2020-11-25 16:57 Οo白麒麟оΟ 阅读(81) 评论(0) 推荐(0)
摘要: Centos7 安装mysql5.7 转载自:https://www.cnblogs.com/zymnstlm 由于CentOS7的yum源中没有mysql,需要到mysql的官网下载yum repo配置文件。 下载 #wget https://dev.mysql.com/get/mysql57-c 阅读全文
posted @ 2020-11-25 16:55 Οo白麒麟оΟ 阅读(86) 评论(0) 推荐(0)
摘要: Centos7 使用uwsgi+nginx部署django 安装wget用于下载python源码包 yum install wget 安装python需要的组件 yum -y install zlib-devel bzip2-devel openssl-devel libffi-devel ncur 阅读全文
posted @ 2020-11-25 16:53 Οo白麒麟оΟ 阅读(115) 评论(0) 推荐(0)
摘要: Centos7 系统命令 https://blog.csdn.net/qq_23329167/article/details/83856430/ :附上全命令 1.关闭命令 # 关机(默认一分钟后关闭) shutdown # 关机(设置几分钟后关闭,单位分钟) shutdown -h 5 --五分钟 阅读全文
posted @ 2020-11-25 16:50 Οo白麒麟оΟ 阅读(188) 评论(0) 推荐(0)
摘要: 在安装系统时修改Centos7的网卡命名方式 阅读全文
posted @ 2020-11-25 16:48 Οo白麒麟оΟ 阅读(91) 评论(0) 推荐(0)
摘要: Centos7修改网络配置信息(IP地址) 命令:nmtui 选择 Edit a connection 选择需要编辑的网卡 修改完成之后选择OK 然后一路退出 配置完成之后需要重启网卡服务 # 重启网卡 systemctl restart network 阅读全文
posted @ 2020-11-25 16:45 Οo白麒麟оΟ 阅读(336) 评论(0) 推荐(0)
摘要: Centos7 基本命令 1.检查网卡地址配置 # 检查网卡地址配置 ip address show/ip a # 简写 ip a 2.检查网络是否正常 # 检查网络 ping www.baidu.com 3.清屏 # 清屏 clear # 快捷方式 ctrl + l 4.修改IP地址 # 修改网络 阅读全文
posted @ 2020-11-25 16:43 Οo白麒麟оΟ 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 42 下一页