centOS填坑筆記 一

2022-02-14 03:23:37 字數 773 閱讀 1055

第一次使用centos安裝軟體時,對二進位製包的./configure進行配置時(

./configure是源**安裝的第一步,主要的作用是對即將安裝的軟體進行配置,)

報錯:warning: failed to autodetect c compiler version (cc=gcc)

解決:warning: failed to autodetect c compiler version (cc=gcc)

解決:   # yum install gcc gcc-c++ autoconf automake

安裝mongodb時,用本地的視覺化工具無法連通

解決:改埠,關閉防火牆

firewall:

systemctl start firewalld.service#啟動firewall

systemctl stop firewalld.service#停止firewall

systemctl disable firewalld.service#禁止firewall開機啟動

#removed symlink /etc/systemd/system/dbus-org.fedoraproject.firewalld1.service.

追答

改成iptables

firewall:

systemctl start iptables.service

冒號『:』後邊有乙個空格不能省略

CentOS 7 3 填坑之路

e.不知道命令怎麼用,一般都會有help幫助,例子vi help,命令後加 help就會顯示 f.按2次tab鍵會列出當前資料夾下的所有檔案,如果輸入了 再按兩次tab則會自動補全或列出以 開頭的資料夾及檔案 g.常用shell命令 h.linux預設路徑為絕對路徑,及任意路徑下cd 意味著你將轉到...

spring cloud學習填坑筆記

最近在學習spring cloud,由於學習資料具有普遍性,部分應個人原因導致的小細節問題,往往很難找到解決的辦法。這特別記錄一下自己遇到的一些問題。一 eureka server加入security做基礎訪問控制報錯batch update failure with http status cod...

centos 7 docker 使用填坑

1.在docker 容器內不能使用systemctl 命令啟動服務 現象 root ce34e8bc6b92 software systemctl stop mariadb failed to get d bus connection operation not permitted 解決 root ...