阿里雲安裝certbot auto

2022-04-04 12:10:56 字數 1188 閱讀 7094

阿里雲安裝certbot-auto。安裝certbot-auto就是被各種折騰,

好不容易來到這一步:

reading package lists... done

building dependency tree

reading state information... done

dialog is already the newest version.

gcc is already the newest version.

python is already the newest version.

python-dev is already the newest version.

ca-certificates is already the newest version.

libssl-dev is already the newest version.

augeas-lenses is already the newest version.

libaugeas0 is already the newest version.

libffi-dev is already the newest version.

python-virtualenv is already the newest version.

0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

creating virtual environment...

installing python packages...

然後就是被卡住了,經過各種查詢,乙個比較靠譜的說法是:記憶體不夠了!

會產生這種錯誤:

x86_64-linux-gnu-gcc: internal compiler error: killed (program cc1)

於是, 我關閉了各種我能夠控制的程式,然後根據大神的說明做如下處理:

sudo dd if=/dev/zero of=/swapfile bs=1024 count=524288

sudo chmod 600 /swapfile

sudo mkswap /swapfile

sudo swapon /swapfile這種方法,**原程式安裝時通過,直接執行還在等待中。。。

阿里雲 安裝 tomcat

wget 解壓gz包 在 usr local apache目錄下 tar zxvf apache tomcat 8.0.39.tar.gz 使用 vi 命令開啟 etc profile 檔案,終端輸入 sudo vi etc profile 在最後一行之前加入 export tomcat home ...

阿里雲安裝redis

解壓 tar vxf redis 3.2.6.tar.gz 看看安裝了gcc沒有whereis gcc 沒有則需要安裝gcc yum install gcc 編譯 cd redis 3.2.6 make make install 安裝tcl wget tar xvf tcl8.6.6 src.tar...

阿里雲安裝mongodb

參考 參考安裝 進入shell 參考bin目錄下輸入 mongo show dbs 在mongodb新版本裡並沒有admin資料庫,但是並不妨礙第2步操作。use admin進入admin資料庫 建立管理員賬戶 db.createuser mongodb中的使用者是基於身份role的,該管理員賬戶的...