My Ubuntu Workstation

What APPs I installed? Desktop

• Ubuntu Tweak • MyUnity • popper (Gmail Notify)

VPN

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

ScreenShoot

• Shutter: http://itschool.dgbas.gov.tw/blog/po...?bid=8&pid=301

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 • ????? nautilus $xdg-mime default nemo.desktop inode/directory application/x--saved-search

1 My Ubuntu Workstation

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 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

2 My Ubuntu Workstation 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

????

• http://max-linux-space.blogspot.tw/2...4thinkpad.html • http://iiianton.blogspot.tw/2012/07/...ubuntu-12.html • http://note.drx.tw/2012/08/tp-smpai-...d-battery.html • http://www.thinkwiki.org/wiki/Tp_sma...tion_on_Ubuntu 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. ??????

3 My Ubuntu Workstation 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

4 My Ubuntu Workstation 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

????

• Tips and Tricks for Ubuntu after Installation [Ubuntu 12.04 and 12.10]

5