Linux Centos6 5 使用問題彙總

2021-10-10 05:44:41 字數 1059 閱讀 8035

參考:

centos 6.5系統安裝配置**教程

linux之虛擬機器vmware及系統centos6.5安裝及解除安裝

如何在虛擬機器中vmware安裝centos_6

解決:

1、sshd設定不允許root使用者遠端登入,修改檔案 /etc/sshd/ssh_config ;

2、登入使用者名為"root"

參考:ssh伺服器拒絕了密碼

解決:

1、修改系統配置檔案 /etc/sysconfig/network-scripts/ifcfg-eth0 ;

2、gateway末尾為2

參考:linux基礎 centos 6.5 ifconfig命令 不顯示ipv4位址

解決:

1、修改系統配置檔案 /etc/sysconfig/network-scripts/ifcfg-eth0 ;

2、gateway末尾為2

參考:vwmare下centos6.5無法連線網路

解決:

1、修改防火牆白名單 /etc/sysconfig/iptables ;

2、新增3306埠 -a input -m state --state new -m tcp -p tcp --dport 3306 -j accept

3、修改後檢視狀態 service iptables status

4、修改mysql庫中與系統許可權相關的表user update user set host = '%' where user = 'root';

5、重新整理許可權 flush privileges

6、在遠端就可通過root使用者訪問mysql

tips:持續更新中…

Linux CentOS 6 5 配置網路

網絡卡說明 1.使用ifconfig檢視網絡卡配置資訊 2.修改網絡卡1配置檔案 etc sysconfig network scripts ifcfg eth0 1 vi etc sysconfig network scripts ifcfg eth03.網絡卡自動獲取ip配置,修改onboot ...

linux(centos6 5)下的redis安裝

redis採用源 編譯安裝的方式,安裝版本為3.0.7,作業系統為centos6.7。進入到 opt redis 3.0.7.tar.gz執行以下命令 tar zxvf redis 3.0 7.tar gz在此目錄下,得到解壓後的目錄 redis 3.0.7首先進入到 opt redis 3.0.7...

linux centos6 5的偽集群搭建

簡單搭建一下環境,上個文章有,可以自己看一下。簡單設定一下ip,網絡卡,防火牆,安全外掛程式,主機名,對映關係 2 網絡卡 拷貝乙個網絡卡檔案,並修改內容 cp etc sysconfig network scripts ifcfg eth0 etc sysconfig network script...