debian8 安裝後的設定

2021-09-24 19:01:14 字數 1058 閱讀 8401

去掉預設的源從***安裝

nano /etc/apt/sources.list

注釋掉 #deb cdrom:[debian gnu/linux 8.3.0 _jessie_ - official i386 *** binary-1 20160123-18:03]/ jessie contrib main

apt-get install -y vim

apt-get install ibus ibus-sunpinyin -y

設定input method 中選ibus,語言**新增sunpinyin,新增成功後,可以用滑鼠或者快捷鍵切換。

關閉apache2服務

/etc/init.d/apache2 stop

切換到字元介面

systemctl set-default multi-user.target

切換到圖形介面

systemctl set-default graphical.target

開機啟動服務

systemctl enable apache2.service

停止開機啟動服務

systemctl disable apache2.service

查詢服務狀態

systemctl status apache2.service

列出所有已經載入的units的狀態

systemctl -a

直接檢視某項服務的配置檔案,以sshd.serice為例

systemctl cat sshd.service

選擇預設的文字編輯器(debian預設的文字編輯器是nano)

update-alternatives --config editor

配置網絡卡和dns

/etc/network/inte***ces

iface eth0 inet static   #static表示使用固定ip,dhcp表述使用動態ip

192.168.21.166   #設定ip位址

255.255.255.0  #設定子網掩碼

gateway 192.168.21.2    #設定閘道器

debian8 安裝後的設定

去掉預設的源從 安裝 nano etc apt sources.list 注釋掉 deb cdrom debian gnu linux 8.3.0 jessie official i386 binary 1 20160123 18 03 jessie contrib main apt get ins...

Debian8安裝TeamViewer遠端協助軟體

teamviewer是乙個能在任何防火牆和nat 的後台用於遠端控制,桌面共享和檔案傳輸的簡單且快速的解決方案。為了連線到另一台計算機,只需要在兩台計算機上同時執行 teamviewer 即可,而不需要進行安裝 預設是免安裝方式執行 該軟體第一次啟動在兩台計算機上生成 id。只需要輸入你的夥伴的id...

Debian8安裝核心原始碼

安裝生成原始碼時需要的開發工具套件,以及用來解壓原始碼包並自動打補丁的工具dpkg source sudo apt get install dpkg devsudo apt get source linux image uname r 生成的檔案 linux 4.8 linux 4.8 11 1 b...