1、解決中文顯示亂碼
windows的宋體檔案上傳到debian的字型目錄,並執行dpkg-reconfigure locales命令來設定系統的字型
2、開啟root使用者登陸
root@debian:~# nano /etc/ssh/sshd_config
syslogfacility auth
loglevel info
# authentication:
logingracetime 120
#permitrootlogin without-password #註消該行開啟root使用者ssh登陸
strictmodes yes
3、更換為163映象源
root@debian:~# cp /etc/apt/sources.list
root@debian:~# echo >/etc/apt/sources.list
root@debian:~# nano /etc/apt/sources.list
deb jessie main non-free contrib
deb jessie-updates main non-free contrib
deb jessie/updates main non-free contrib
root@debian:~# apt-get update #使更換的源生效
root@debian:~# apt-get upgrade #公升級系統和軟體
root@debian:~# cat /etc/debian_version #檢視debian的版本
root@debian:~# apt-get -y install bash-completion lrzsz nmap tree net-tools curl wget vim tcpdump chkconfig
4、debian配置網橋
root@debian:~# apt-get install bridge-utils #安裝依賴包
root@debian:~# nano /etc/network/inte***ces
# the loopback network inte***ce
auto lo
iface lo inet loopback
auto br0
# the primary network inte***ce
allow-hotplug eth0
iface eth0 inet manual
iface br0 inet static
address 10.47.39.30
netmask 255.255.255.0
network 10.47.39.0
broadcast 10.47.39.255
gateway 10.47.39.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 223.5.5.5
bridge_ports eth0
root@debian:~# reboot
busybox初始化配置
busybox取消了runlevels,runlevels已經被busybox的init程序忽略。如果想使用runlevels,就使用sysvinit來代替。每個入口的格式 busybox的這個引數不是常規意義上的,它是指指定程序執行的tty。其內容是 dev下的tty裝置或者別名。這個字段留空表示...
SHOPXX初始化配置
hane00 2011 04 09 14 28 shopxx 1 刪除根目錄下的shopxx.txt會報錯,即使更改裡面的個別資料,也會報錯,原因是配置檔案中配置了相應的初始化檔案。2 shopxx.net等字串通過base64加密編碼,故若更改shopxx等字樣則執行不通過。3 完全可以以手動方式...
django 初始化配置
用aptana建立的乙個專案,直接執行是看不到效果的,我們需要對它進行配置才行 1.語言時區配置 time zone asia shanghai use tz true language code zh cn 2.靜態檔案位址配置 這裡建議是把靜態檔案單獨部署在乙個目錄下 import sys pr...