程式CODE
2013年9月30日 星期一
從ACFS1204-2開始
1.更改gcin:改內定輸入法,取消「念出發音」
2.手動更新(firefox 13可變中文)
指令一:sudo apt-get update
說明:用來取得遠端更新伺服器的套件檔案清單。
指令二:sudo apt-get -y dist-upgrade
說明:更新套件。
指令三:sudo apt-get clean
說明:清除更新時所下載回來的更新(安裝)檔案。
3.安裝pcmanx
apt-get install pcmanx-gtk2
4.桌面捷徑
4.1檔案或資料夾
sudo ln -s /home/wangchifu/桌面 家目錄
4.2程式
1、新建立一個文件
2、編輯內容如下
[Desktop Entry]
Name=自訂 ( 名稱 )
GenericName=自訂 ( 說明 )
Exec=自訂 ( 指令或路徑 )
Comment=自訂 ( 備註 )
Icon=自訂 ( 圖示路徑 )
Type=Application
3、將副檔名改為.desktop
4、修改為可執行權限
例:
libreoffice
Exec=libreoffice --writer %U
Exec=libreoffice --startcenter %U
Icon=libreoffice-startcenter
Icon=libreoffice-writer
5.顯示桌面垃圾桶
使用ubuntu tweak工具來設定
6.開機後啟動NumLock燈
6.1.登入畫面時亮燈
參考自http://ahhafree.blogspot.tw/2011/11/ubuntu1110-num-lock.html
安裝 NumLockX
sudo apt-get install numlockx
開啟 lightdm.conf
sudo vim /etc/lightdm/lightdm.conf
在下方插入一行,複製/貼上(Ctrl + V)以下指令
greeter-setup-script=/usr/bin/numlockx on
OK!
6.2.進入Gnome後,亮燈
參考自http://debeginer.blogspot.tw/2005/10/gnome-numlock.html
1) 下載 numlockx:apt-get install numlockx
2) 按Alf + F2 輸入 gnome-session-properties 增加 "/usr/bin/numlockx" 為 Gnome 啟動程式項目即可。
7.讓訪客guest無法登入
參考:http://marcolibrary.blogspot.tw/2012/05/ubuntu-1204guest-orz.html
sudo vim /etc/lightdm/lightdm.conf
在檔案末端加上一句便可,"allow-guest=false"
8.rar壓縮檔內會出現亂碼
一般要讓ubuntu 能解壓縮rar檔案,都會安裝rar套件
指令如下:
sudo apt-get install rar
但這個方法會讓某些rar壓縮檔裡面的檔案出現亂碼,而不能解壓縮
建議將rar移除,指令如下:
sudo apt-get remove rar
sudo apt-get remove unrar
安裝7-zip
sudo apt-get install p7zip-rar
9.修正終端機字型黏在一起
參考http://blog.xuite.net/frle/Ubuntu/19674442
在功能表中編輯 ->目前的設定組合,
把使用系統的固定寬度字型之選項取消,按下關閉鈕來套用即可。
10.自動掛載網芳資料夾
參考自http://mong0520.blogspot.tw/2012/07/ubuntu-fstabmount-nas.html
及 http://yczhuang.blogspot.tw/2007/08/blog-post.html
//172.20.1.1/ggg /media/取個名稱
cifs (有的用smbfs)
username=使用者,password=密碼,iocharset=utf8,codepage=cp950,rw,uid=1000,gid=1000
11.更新完,gcin變得怪怪的...無法選字,改用ibus
sudo im-switch
12.Global Menu 搞鬼讓madedit及audacity功能列選單無法出現
移掉
sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt
99.還原桌面
終於試出自動還原ok
參考自阿剛老師
http://kentxchang.blogspot.tw/2010/06/acfs.html
這版ACFS在/opt/chc/bin 有備份還原的程式
不過,沒有內建stu這個使用者,記得安裝好,先建一個標準的使用者
例如:我想讓學生每次重開機後會還原桌面,以及砍掉他們自己建的檔案
我先執行/opt/chc/bin/chc_bk_stu.sh 程式會在/home 下放一個tool的資料夾,裡頭有stu這個使用者的桌面設定壓縮檔
然後,
sudo ln -s /opt/chc/bin/chc_re_stu.sh /etc/rc0.d/S11restore
sudo ln -s /opt/chc/bin/chc_re_stu.sh /etc/rc6.d/S11restore
即使讓stu這個帳號自動登入,也是可以自動還原的!
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言