Fedora
Basic application install
sudo yum -y install stardict easystroke chromium meld
Enable subpixel and bytecode interpreter
yum install freetype
yumdownloader --source freetype
rpm -i ~/rpmbuild/SRPMS/freetype-2*.src.rpm
rpmbuild -bb --with bytecode_interpreter --with subpixel_rendering ~/rpmbuild/SPECS/freetype.spec
rpm -Uvh --force ~/rpmbuild/RPMS/i686/freetype-2*.rpm'
Ubuntu
sudo apt-get install vim tree git subversion kupfer libnotify-bin exuberant-ctags libncurses5-dev stardict easystroke smplayer
Common
Notify-send
add follow line into /etc/crontab:
0,30 * * * * user DISPLAY=:0.0 /usr/bin/notify-send -t 60000 "NOTIFY" "TIMEOUT/nTAKE A BREAK/nMOVE YOUR BODY"
Transparent Proxy
- ssh -D 8080 user@ssh_server
- set network proxy of browers to socks5 with 127.0.0.1:8080, left other with empty.