1.vnc配置:
2.遇到的問題,linux重啟後不能鏈結的問題
rabbitmq 服務啟動問題
[bf@localhost sbin]$ sudo service rabbitmq-server start
redirecting to /bin/systemctl start rabbitmq-server.service
failed to start rabbitmq-server.service: unit not found。
./rabbitmq-server -detached #啟動服務
./rabbitmqctl stop #關閉服務
firewall-cmd --permanent --add-service vnc-server#新增訪問許可權
systemctl restart firewalld.service#重啟firewalld
systemctl stop firewalld.service #停止firewall(start,啟動)
systemctl disable firewalld.service #設定開機禁止firewall(enable 開機啟動)
啟動vnc服務(設定開機啟動)
systemctl enable vncserver@:1.service #設定開機啟動
systemctl start vncserver@:1.service #啟動vnc會話服務
systemctl status vncserver@:1.service #檢視nvc會話服務狀態
systemctl stop vncserver@:1.service #關閉nvc會話服務
副檔名.bkp
檔案型別:備份檔案
setenforce 0 表示關閉selinux防牆。
getenforce可檢視selinux的狀態。
臨時關閉 selinux setenforce 0
永久關閉selinux vi /etc/sysconfig/selinuxselinux=disabled
命令檢視出selinux的狀態 sestatus -v
linux遇到的問題
yum upgrade 更新系統包到最新版本,有事可以解決未知的問題 init 3 進入編碼介面 init 5 startx 進入圖形介面 安裝檔案的時候會出現is this ok y d n 這個東西 安裝的話輸入y 然後回車 新建虛擬機器 解決圖形介面突然消失 解決網路連線問題 ctrl c 用...
linux 安裝遇到的問題
一.ubuntu安裝 1.wubi安裝 ubuntu8.04安裝,成功。ubuntu9.04不能引導安裝成功。ubntun10.10 32bit 引導成功,安裝時黑屏。2.硬碟引導安裝 ubuntu 11.04可以引導安裝成功 ubuntu 10.10可以引導安裝成功 配置lxde和xfce桌面命令...
Linux啟動遇到的問題
雙系統裝的ubuntu,在一次意外關機後無法進入圖形介面,每次輸入完密碼進入桌面後又會退到密碼輸入介面。使用命令列df hl檢視發現根目錄使用率達到100 推測是因為意外關機導致的,但是找不到應該刪掉的檔案在哪些路徑下,請問有什麼方法可以找到,或者清理?方法一 這個方法不一定行,如果是顯示卡驅動問題...