摘要: systemd命令和sysvinit命令的对照信息 sysvinit命令 systemd命令 备注 service httpd start systemctl start httpd.service 启动httpd服务 service httpd stop systemctl stop httpd. 阅读全文
posted @ 2020-12-22 22:54 那个白熊 阅读(825) 评论(0) 推荐(0)
摘要: 一、bash入门 1.1 输出 echo "hello,world" printf "hello,world" 1.2 变量 # 使用等于号=定义变量 MYVAR=textforvalue # 使用$调用变量 echo $MYVAR # 字符串需使用引号,双引号中的$会被识别为变量,单引号不会 va 阅读全文
posted @ 2020-12-22 22:24 那个白熊 阅读(299) 评论(0) 推荐(0)
摘要: 1. 安装 git bash 点我去git-scm官网 2. 安装 Cygwin 点我去Cygwin官网 Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to 阅读全文
posted @ 2020-12-22 22:23 那个白熊 阅读(265) 评论(0) 推荐(0)