文章分类 -  linux系统

摘要:搭建gitlab v12.3.5服务环境 1.安装gitlab #yum install -y curl policycoreutils-python openssh-server wget #wget -O gitlab.rpm https://packages.gitlab.com/gitlab 阅读全文
posted @ 2019-12-12 11:40 yang-leo 阅读(771) 评论(0) 推荐(0)
摘要:搭建node环境 参考https://github.com/nvm-sh/nvm 1.安装nvm #curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash或者 #wget -qO- https:/ 阅读全文
posted @ 2019-12-12 09:21 yang-leo 阅读(75) 评论(0) 推荐(0)
摘要:Centos 7安装配置NTP网络时间同步服务器 实验环境: OS:Linux Centos 7.4 x86_64 1.查看当前服务器时区&列出时区并设置时区(如已是正确时区,请略过): # timedatectl # timedatectl list-timezones # timedatectl 阅读全文
posted @ 2019-12-11 13:09 yang-leo 阅读(622) 评论(0) 推荐(0)
摘要:centos7中启用rc-local服务 简介 大多时候我们可以在/etc/rc.local中写一些命令来启动自己的程序或服务,但是配置后无法启动,查看了下是rc-local.service未启动 [root@master ~]# systemctl enable rc-local.service 阅读全文
posted @ 2019-12-10 18:46 yang-leo 阅读(3789) 评论(0) 推荐(0)