Linux下怎么修改debian wheezy默認(rèn)配置
Linux下怎么修改debian wheezy默認(rèn)配置
Debian是一款提供您安裝在計(jì)算機(jī)上使用的操作系統(tǒng),Debian wheezy是Debian7系列的代號(hào),那么Linux下debian wheezy的默認(rèn)設(shè)置該如何修改呢?隨學(xué)習(xí)啦小編一起來(lái)了解下吧。
debian wheezy修改默認(rèn)配置
環(huán)境:Thinkpad T420s + Debian Wheezy
1,thinkpad禁用觸摸板(反正我是一直不習(xí)慣用觸摸板)在 /etc/profile 配置文件尾部添加 synclient TouchpadOff=1
2,thinkpad trackpoint(小紅帽)啟用中鍵滾動(dòng),并調(diào)整速度與靈敏度編寫(xiě)一個(gè)小腳本添加到開(kāi)機(jī)啟動(dòng)項(xiàng)里,腳本內(nèi)容如下:
[plain]
#!/bin/bash
echo -n 120 》 /sys/devices/platform/i8042/serio1/serio2/speed #調(diào)整速度
echo -n 250 》 /sys/devices/platform/i8042/serio1/serio2/sensitivity #調(diào)整靈敏度
xinput set-int-prop “TPPS/2 IBM TrackPoint” “Evdev Wheel Emulation” 8 1 #以下三項(xiàng)調(diào)整中鍵可縱向滾動(dòng)
xinput set-int-prop “TPPS/2 IBM TrackPoint” “Evdev Wheel Emulation Button” 8 2
xinput set-int-prop “TPPS/2 IBM TrackPoint” “Evdev Wheel Emulation Axes” 8 6 7 4 5
3,去掉關(guān)機(jī)時(shí)的beep聲
編輯/etc/inputrc,將set bell-style none前的注釋去掉。
4,改Ctrl+Delete熱鍵為Delete鍵
執(zhí)行dconf-editor,依次展開(kāi)org -》 gnome -》 desktop -》 interface,勾選 can-change-accels ,然后打開(kāi)nautilus隨便選擇一個(gè)文件,在菜單上選擇 編輯 -》 移動(dòng)到回收站,高亮的時(shí)候(但別按下去),按一下刪除鍵,這樣就把默認(rèn)設(shè)置改掉了。注意要再把can-change-accels 禁用,免得日后誤改快捷鍵。
5,添加顯示桌面快捷鍵
系統(tǒng)設(shè)置 -》 鍵盤(pán) -》 快捷鍵 -》 導(dǎo)航 -》 隱藏所有正常窗口,設(shè)置一個(gè)你喜歡的快捷鍵。
6,常用軟件簡(jiǎn)介
[plain]
gnome-core --- gnome核心組件gnome-audio --- 聲音支持
gnome-media --- 多媒體支持
gnome-utils --- 小工具如dictionary,printscreen等gnome-system-monitor --- 系統(tǒng)監(jiān)視程序gnome-tweak-tool --- 系統(tǒng)設(shè)置工具rar --- 常用的壓縮/解壓工具unrar
file-roller
thinkfan --- thinkpad風(fēng)扇升降頻自動(dòng)控制程序network-config --- 網(wǎng)絡(luò)配置和管理前端network-manager
build-essential --- 構(gòu)建Debian軟件包的開(kāi)發(fā)軟件包gedit
gedit-plugins --- 各種gedit擴(kuò)展gedit-latex-plugin --- gedit的latex擴(kuò)展spell --- 拼寫(xiě)檢查
audacious --- 音樂(lè)播放器
mplayer --- 音視頻播放
ibus --- 輸入法
ibus-table-wubi --- 五筆
ibus-pinyin --- 拼音碼表
mozilla-firefox --- 瀏覽器
google-chrome
ttf-wqy-microhei ---字體
ttf-wqy-zenhei
xfonts-wqy
ntfs-3g --- ntfs支持
ntfs-config
openoffice.org-writer --- 文檔編輯器
openoffice.org-impress
openoffice.org-calc
virtualbox --- 虛擬機(jī)
google-chrome --- 單獨(dú)從Google下載安裝mendeley --- 單獨(dú)從Mendeley下載安裝skype --- 單獨(dú)從Skype下載安裝filezilla --- FTP工具
pinta --- 類似Paint.NET的繪圖工具qtiplot --- 類似Origin的制圖工具skychart
stellarium
workrave --- 休息助手
geany
kile
上面就是Linux下debian wheezy默認(rèn)設(shè)置修改方法的介紹了,本文詳細(xì)介紹了debian wheezy默認(rèn)設(shè)置的修改方法,如果你想要修改debian wheezy默認(rèn)設(shè)置的話,相信本文會(huì)對(duì)你有所幫助的。