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.
本文介绍如何在Fedora和Ubuntu系统中安装常用应用程序,并提供了详细的命令示例,包括基本应用安装、透明代理设置及定时通知等功能的实现。
1354

被折叠的 条评论
为什么被折叠?



