安裝Ubuntu10.04TLS後可做的幾件事

1,桌面顯示計算機,文件夾,回收站
Ctrl+Alt+T 打開終端(或者Alt+F2打開運行應用程序),輸入gconf-editor,打開配置編輯器。
依次打開apps--nautilus--desktop
勾選computer_icon_visible, home_icon_visible,trash_icon_visible.
2,配置軟件庫
vi /etc/apt/sources.list添加快源
deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
然後更新
sudo apt-get update
sudo apt-get upgrade
3,安裝vim
安裝sudo apt-get install vim
4,安裝3D桌面效果
sudo apt-get install compizconfig-settings-manager
系統--首選項--compizconfig設置管理器
5,給火狐瀏覽器安裝flish player
6,安裝xrdp遠程連接windows
sudo apt-get install xrdp
sudo /etc/init.d/xrdp restart
rdesktop -u user -p passwd -g 90% -a 16 serverip
其中-u用戶,-p密碼,-g顯示桌面的大小,-a連接的色彩深度
7,設置郵箱
打開evolution默認郵件客戶端,設置方法同其他郵件客戶端
8, 訪問windos共享
位置連接到服務器--服務類型選Windows共享--服務器--共享名--連接
9,選擇輸入法
在終端下輸入ibus-setup或者系統首選項—ibus設置--輸入法--選擇默認輸入法
也可Alt+Shift_L切換輸入法(先按住Alt鍵再按Shift和L)
10,安裝打印機
系統系統管理--打印--添加添加網絡打印機
lp /boot/grub/grub.cfg打印測試
11,安裝nfs服務器
sudo apt-get install nfs-kernel-server
vim /etc/exports
/windows      *(rw,sync,no_subtree_check)
sudo /etc/init.d/nfs-kernel-server restart
showmout -e localhost 檢查
12, 安裝英漢字典
sudo apt-get install stardict
strdict打開即可 或或應用程序--附件--星際譯王
13,安裝ubuntu,win7雙系統後選默認啓動項
sudo vim /boot/grub/grub.cfg
set default=”0” 默認ubuntu 0改成4即可win7
set timeout=10 默認等待10s,改成3
14,安裝skype
sudo apt-get install skype
skype &打開登錄界面或應用程序--互聯網--skype
15,安裝wireshark
sudo apt-get install wireshark
wireshark & 打開或應用程序互聯網--wireshark
sudo wireshark -i eth0 要的管理員的權限
16,安裝wine
安裝了wine後可以安裝windows下的軟件.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章