您好,登錄后才能下訂單哦!
本篇內(nèi)容主要講解“Debian下vi錯位如何解決”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Debian下vi錯位如何解決”吧!
1、設(shè)置IP地址、網(wǎng)關(guān)
nano /etc/network/interfaces /etc/network/interfacesbak #備份原有配置文件 nano /etc/network/interfaces #編輯網(wǎng)網(wǎng)卡配置文件 auto lo auto eth0 #開機自動連接網(wǎng)絡(luò) iface lo inet loopback allow-hotplug eth0 iface eth0 inet static #static表示使用固定ip,dhcp表述使用動態(tài)ip address192.168.21.166 #設(shè)置ip地址 netmask255.255.255.0 #設(shè)置子網(wǎng)掩碼 gateway192.168.21.2 #設(shè)置網(wǎng)關(guān) ctrl+o #保存配置 ctrl+x #退出
2、設(shè)置dns
cp /etc/resolv.conf /etc/resolv.confbak #備份原有dns配置文件 nano /etc/resolv.conf #編輯配置文件 nameserver8.8.8.8 #設(shè)置首選dns nameserver8.8.4.4 #設(shè)置備用dns ctrl+o #保存配置 ctrl+x #退出
3、重啟網(wǎng)絡(luò)
service networking restart #重啟網(wǎng)絡(luò)
到此,相信大家對“Debian下vi錯位如何解決”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學習!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。