摘要: Centos安装gitlab 安装gitlab 在防火墙里开放http跟ssh端口 yum install -y lokkit yum install curl openssh-server openssh-clients postfix cronie -y service postfix start... 阅读全文
posted @ 2019-02-02 22:56 暗渡陈仓xy 阅读(203) 评论(0) 推荐(0)
摘要: 1.安装virtualbox https://www.virtualbox.org/ 2.安装centos6.6 3.配置网络 右键-->网络-->网卡2-->host-only cd /etc/sysconfig/network-scripts/ vi ifcfg-eth0 将此处改为yes ONBOOT=yes 此时可ping外网 cp ifcfg-eth0 ifcfg-... 阅读全文
posted @ 2019-02-02 22:18 暗渡陈仓xy 阅读(215) 评论(0) 推荐(0)
摘要: 1.linux必要配置 在防火墙里开放http跟ssh端口 yum install lokkit yum install curl openssh-server openssh-clients postfix cronie -y service postfix start chkconfig pos 阅读全文
posted @ 2019-02-02 22:08 暗渡陈仓xy 阅读(182) 评论(0) 推荐(0)