My Ubuntu Workstation

    What APPs I installed?

    Desktop

    • Ubuntu Tweak
    • MyUnity
    • popper (Gmail Notify)
       

    VPN

    • F5 Network SSLVPN plugin
    • Cisco VPN Client(vpnc)
       

    ScreenShoot

    Font

    • Monaco.ttf
    • Consolas.ttf
       

    Music & Video

    • Rhythmbox (Internet Radio & Music Player)
      • Taiwan Radio Lists: rhythmdb.xml
        cp rhythmdb.xml ~/.local/share/rhythmbox
         

    PDF Reader

    • FoxitReader
       

    File Manager

    • Gnome-Commander
    • nemo
      取代內建的 nautilus
      $xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
    Wireshark

    Q: 沒有偵測到網路介面

    A: 執行

    sudo addgroup -system wireshark
    sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
    sudo usermod -a -G wireshark YOURNAME
    

    System tweak

    Conky

    Q: 3D桌面 (Compiz Fusion) 如果啟用 Conky 時鐘效果,會出現殘影。

    Ans:

    參考這篇 Solutions: To Fix Black Shadow Of Conky Widgets in Linux Desktop

    Q: 更多的 Conky 特效設定

    http://www.noobslab.com/2012/07/conk...untulinux.html

    Mate Desktop
    sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu $(lsb_release -cs) main"
    
    sudo apt-get update
    sudo apt-get install mate-archive-keyring
    sudo apt-get update
    # this installs base packages
    sudo apt-get install mate-core
    # this installs more packages
    sudo apt-get install mate-desktop-environment
    玉山WebATM

    http://netbank.esunbank.com.tw/webatm/Q&A_016.htm#05
    讀卡機:EZ100PU 多功能ATM晶片讀卡

    1. 安裝 pcscd 套件

    sudo apt-get install pcscd libpcsc-perl pcsc-tools libccid 
    

    2. 安裝 Firefox addon for 玉山WebATM

    http://netbank.esunbank.com.tw/webat...x_x86-gcc3.xpi

    3.安裝 EZ100 driver

    http://www.casauto.com.tw/in-downloa...&id=P_00000001

    cd EZUSB_Linux/EZUSB_Linux_x86_v1.5.3/driver_ezusb_v1.5.3
    ./check_env
    sudo ./install 
    
    reboot
    
    檢查驅動
    sudo  pcsc_scan
    如果出現有讀卡機的訊息,表示驅動成功。
    如果出現 Waiting for the first reader...,表示沒有偵測到讀卡機。
    

    Ubuntu 12.04 修正

    編輯 /etc/rc.local,在 exit 0 上方加上

    ...
    # for EZ100 SmartCard Reader
    /usr/sbin/pcscd&
    
    exit 0 
    
    小紅點
    sudo apt-get install gpointing-device-settings
    充電管理
    sudo apt-get install tp-smapi-dkms
    

    設定 30% 開始充電,80% 停止充電

    sudo modprobe tp_smapi
    sudo -i
    echo 30 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
    echo 80 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh 
    
    系統休眠(Hibernate)

    Ubuntu 12.04
    (http://www.bitbi.biz/%E6%90%9E%E5%AE...E8%83%BD-5344/)

    1. 測試休眠功能

    sudo pm-hibernate
    

    2. 確認 Swap 空間必須大於 RAM x 2

    3. 修改設定使休眠後可以重新回復系統
    找出 swap 的裝置名稱

    sudo cat /proc/swaps
    

    找出 swap 裝置的 UUID

    sudo blkid
    

    編輯 /etc/default/grub

    GRUB_CMDLINE_LINUX="resume=UUID=80dd945a-ae46-4acb-b5be-e57d44dcc450"
    

    更新 Grub

    sudo update-grub
    

    編輯 /etc/initramfs-tools/conf.d/resume

    RESUME=UUID=80dd945a-ae46-4acb-b5be-e57d44dcc450

    更新 initram

    sudo update-initramfs -u
    

    3. 新增檔案 /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla

    [Re-enable hibernate by default]
    Identity=unix-user:*
    Action=org.freedesktop.upower.hibernate
    ResultActive=yes
    
    增加額外的 Swap 空間

    Ubuntu 12.04

    sudo mkdir /media/swap
    sudo dd if=/dev/zero of=/media/swap/swapfile.img bs=1024 count=4M
    sudo mkswap /media/swap/swapfile.img
    
    # Add this line to /etc/fstab
    /media/fasthdd/swapfile.img none swap sw 0 0

    sudo swapon /media/swap/swapfile.img

    count=4M, Create a 4GB swap file

    cat /proc/swaps, Check the swap memory

    See more details, https://help.ubuntu.com/community/SwapFaq

    標籤 (Edit tags)
    • No tags

    文件 2

    文件大小日期附件上傳者 
     rhythmdb.xml
    Taiwan Radio Lists for Rhythmdb
    30.46 KB11:43, 26 Jan 2013alang動作
     Unity-shortcut.jpg
    Unity Shortcuts
    398.43 KB21:05, 20 Jan 2013alang動作
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core