Linux解決問題彙總

2021-09-27 08:34:56 字數 1314 閱讀 3353

目錄

1.使用者不在sudoers檔案中的解決方法

2.centos下解決介面消失問題

3.雙系統下預設啟動啟動linux

4.開關防火牆

5.設定terminal終端快捷鍵

參考部落格:

chown的用法

在命令列介面下操作步驟如下:

1.進入root:su root並輸入密碼

2.輸入init 5 啟動centos介面

3.alt+f1切換到centos介面

設定開機預設是centos介面

1.檢視預設的啟動方式是什麼:systemctl get-default, 若顯示multiuser.target說明是命令列啟動。

2.檢視配置檔案:cat /etc/inittab

3.修改預設啟動方式為圖形介面:systemctl set-default graphical.target

grub2-set-default 2          設定開機時選定第三項

grub2-editenv list           生效

iptables

服務的當前狀態:service iptables status

防火牆列表:iptables -l

清除防火牆列表規則:iptables -f

開啟防火牆:chkconfig iptables on

關閉防火牆:chkconfig iptables off(重啟後生效)

開啟防火牆:service iptables start

關閉防火牆:service iptables stop(即時生效)

firewalld

systemctl stop firewalld.service #停止firewall

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

解決出現uint iptables.service failed to load:no such file or directory:

設定-->裝置-->keyboard-->新增

最近解決問題彙總

1.curl庫使用問題 cmake描述 find package curl required include directories 基於此準備curl環境,失敗 修改cmake檔案如下 include directories curl include link directories curl l...

待解決問題彙總(上日程)

線段樹合併,可持久化線段樹例題,splay的細節和技巧介紹 c static的意義 biginteger中this的意義 在operator當中各種const的意義 sscanf的意義,使用方法 c 字串處理的一系列問題 這裡的 所代表的意義是什麼 biginteger型別 sscanf str.s...

工作解決問題

tinyxml的使用 參考 4.oracle的寫滿的問題 ora 01691 unable to extend lob segment 原文如下 4.1查詢表空間使用情況 select total.name tablespace name filepath,free space,total spac...