Skip to content

Instantly share code, notes, and snippets.

@bilxio
Created October 11, 2018 10:52
Show Gist options
  • Select an option

  • Save bilxio/a7524db25085e333def2befe190f3d82 to your computer and use it in GitHub Desktop.

Select an option

Save bilxio/a7524db25085e333def2befe190f3d82 to your computer and use it in GitHub Desktop.
install apps for mini centos7

安装 net-tools

centos7 最小化安装之后,默认是没有 ifconfig,netstat命令的

$ sudo yum install -y net-tools

安装 nginx

nginx 默认不包含在 yum 源中,需要自行添加

添加 nginx 源:

$ sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm

安装 nginx

$ sudo yum install -y nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment