成人无码视频,亚洲精品久久久久av无码,午夜精品久久久久久毛片,亚洲 中文字幕 日韩 无码

資訊專(zhuān)欄INFORMATION COLUMN

Ubuntu14.04(從Nginx官方源)安裝Nginx穩(wěn)定版預(yù)編譯包

A Loity / 669人閱讀

1, Download Key and add it

For Debian/Ubuntu, in order to authenticate the nginx repository signature and to eliminate warnings about missing PGP key during installation of the nginx package, it is necessary to add the key used to sign the nginx packages and repository to the apt program keyring.

Please download Key, and add it to the apt program keyring with the following command:

wget http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
2, Edit /etc/apt/sources.list

For Ubuntu replace codename with Ubuntu distribution codename, and append the following to the end of the /etc/apt/sources.list file:

deb http://nginx.org/packages/ubuntu/ trusty nginx
deb-src http://nginx.org/packages/ubuntu/ trusty nginx
3, Install it

For Debian/Ubuntu then run the following commands:

apt-get update
apt-get install nginx
4, OK, Check the version
nginx -v

nginx version: nginx/1.8.1

技術(shù)博客:點(diǎn)我點(diǎn)我

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://m.hztianpu.com/yun/39241.html

相關(guān)文章

  • Ubuntu 17.04 x64 安裝 Docker CE 初窺 Dockerfile 部署 Ngi

    摘要:容器運(yùn)行時(shí),會(huì)打印一條信息消息并退出。因此,更好地做法是將需要使用的用戶(hù)加入用戶(hù)組。涉及到了兩條指令,和。執(zhí)行命令指令是用來(lái)執(zhí)行命令行命令的。 Docker 是個(gè)劃時(shí)代的開(kāi)源項(xiàng)目,它徹底釋放了計(jì)算虛擬化的威力,極大提高了應(yīng)用的運(yùn)行效率,降低了云計(jì)算資源供應(yīng)的成本!使用 Docker,可以讓?xiě)?yīng)用的部署、測(cè)試和分發(fā)都變得前所未有的高效和輕松! 無(wú)論是應(yīng)用開(kāi)發(fā)者、運(yùn)維人員、還是其他信息技術(shù)從...

    fyber 評(píng)論0 收藏0
  • Ubuntu 17.04 x64 安裝 Docker CE 初窺 Dockerfile 部署 Ngi

    摘要:容器運(yùn)行時(shí),會(huì)打印一條信息消息并退出。因此,更好地做法是將需要使用的用戶(hù)加入用戶(hù)組。涉及到了兩條指令,和。執(zhí)行命令指令是用來(lái)執(zhí)行命令行命令的。 Docker 是個(gè)劃時(shí)代的開(kāi)源項(xiàng)目,它徹底釋放了計(jì)算虛擬化的威力,極大提高了應(yīng)用的運(yùn)行效率,降低了云計(jì)算資源供應(yīng)的成本!使用 Docker,可以讓?xiě)?yīng)用的部署、測(cè)試和分發(fā)都變得前所未有的高效和輕松! 無(wú)論是應(yīng)用開(kāi)發(fā)者、運(yùn)維人員、還是其他信息技術(shù)從...

    seanHai 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

閱讀需要支付1元查看
<