前方是绝路,希望在转角
2019-01-18
12345
[root@gitlab ~]# /etc/init.d/iptables stop[root@gitlab ~]# yum install curl openssh-server postfix cronie[root@gitlab ~]# service postfix start[root@gitlab ~]# chkconfig postfix on[root@gitlab ~]# lokkit -s http -s ssh
阅读更多
2019-01-16
docker pull redis
利用 Dockerfile,使创建镜像的过程全部自动化。
1
sudo systemctl restart docker
centos 7 docker 启动了一个web服务 但是启动时 报
centos从7开始默认用的是firewalld,这个是基于iptables的,虽然有iptables的核心,但是iptables的服务是没安装的。所以你只要停止firewalld服务即可:sudo systemctl stop firewalld.service && sudo systemctl disable firewalld.service
2019-01-15
docker inspect sonar
2019-01-14
######## linux 常用命令 ######网络断了启动网络 service network startkill -9 ps -ef|grep firefox|grep -v grep|awk '{print $2}'
ps -ef|grep firefox|grep -v grep|awk '{print $2}'