摘要: Linux 的软件安装目录是也是有讲究的,理解这一点,在对系统管理是有益的 /usr:系统级的目录,可以理解为C:/Windows/, /usr/lib理解为C:/Windows/System32。 /usr/local:用户级的程序目录,可以理解为C:/Progrem Files/。用户自己编译的 阅读全文
posted @ 2018-03-13 21:27 fanren224 阅读(134) 评论(0) 推荐(0)
摘要: 使用 systemctl list-unit-files 查看开机启动项 systemctl is-enabled redis.service 是否开机启动 阅读全文
posted @ 2018-03-13 20:26 fanren224 阅读(396) 评论(0) 推荐(0)
摘要: 官方安装文档:https://about.gitlab.com/installation/#centos-7 1、添加gitlab软件源 curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm 阅读全文
posted @ 2018-03-13 17:23 fanren224 阅读(137) 评论(0) 推荐(0)