04 2022 档案
摘要:ubuntu17.10版本以前,配置静态IP在/etc/network/interfaces 配置如下: auto lo iface lo inet loopback auto eth33 #定义为静态ip iface eth33 inet static #设置静态ip地址 address 192.
阅读全文
摘要:使用的镜像:sameersbn/gitlab 查找资料得到需要清理缓存,命令如下: gitlab-rake cache:clear RAILS_ENV=production 但是提示找不到gitlab-rake命令。 再次查找资料: 由于采用sameersbn/gitlab的镜像构建gitlab,所
阅读全文