Linux Centos 問題彙總

2021-09-08 09:33:54 字數 617 閱讀 5704

1、pip安裝

2、報錯error: command 『gcc』 failed with exit status 1

使用命令:pip install twisted

報錯:error: command 『gcc』 failed with exit status 1

解決辦法:

執行 yum install python-devel

然後再次安裝 pip install twisted

3、報錯importerror: no module named _util

解決辦法:

sudo pip uninstall twisted sudo pip install twisted==14.0

安裝14.0的版本就ok了

4、報錯「cannot connect to the docker daemon at unix:///var/run/docker.sock. is the docker daemon running?」

此時已確定docker本身已經安裝正常。執行 service docker start 命令,啟動docker服務即可

Linux Centos6 5 使用問題彙總

參考 centos 6.5系統安裝配置 教程 linux之虛擬機器vmware及系統centos6.5安裝及解除安裝 如何在虛擬機器中vmware安裝centos 6 解決 1 sshd設定不允許root使用者遠端登入,修改檔案 etc sshd ssh config 2 登入使用者名為 root ...

linux centos 個人學習資源彙總

1.nginx 1.寶塔面板 1.建立 刪除目錄 建立目錄 mkdir 目錄名 例如 在終端輸入mkdir aa,建立乙個叫aa的資料夾。位置在當前工作目錄 可以通過在終端輸入pwd獲取 刪除目錄 rm r 目錄名 例如 在終端輸入rm r aa,就能刪除剛才建立的aa資料夾。2.解壓.tar.gz...

JS問題彙總

1.使用servlet生成驗證碼時,訪問 imgcode即可得到新的驗證碼,實現重新整理驗證碼時務必要使請求url鏈結有變化才可生效,如 src imgcode.do?rand math.random imgcode.do 或 imgcode.do?則無效 否則不會向伺服器重新發出請求。docume...