决定彻底放弃windows,使用debian工作,哈哈。
#寻找最快的Debian源
apt-get install apt-spy
apt-spy -d unstable -a asia -t 5
#安装fcitx输入法,小企鹅输入法v
apt-get install fcitx
#安装xfce4, 一个比较轻量的xwindow
apt-get install xfce4
#安装屏幕保护程序和锁屏
apt-get install xfce4-utils xscreensaver xlockmore
#安装tilda,终端,用uxterm显示中文不正常
apt-get install tilda
#安装sshpass,明文输入密码
#用法: sshpass -p '密码' ssh 用户名@服务器IP地址
apt-get install sshpass
#安装office, LibreOffice
apt-get install LibreOffice
#安装编译环境
apt-get install build-essential
#windows模拟器: wine
#wine下的常用库文件安装
#完美使用QQ、RTX、office2003
#安装中国移动飞信
apt-get install openfetion
#pdf阅读器 Foxit Reader for Desktop Linux
#个人任务规划、时间管理,简洁Osmo
apt-get install Osmo
#个人笔记软件zim
apt-get install zim
#文本编辑工具,俺只用vim, window下之用gvim
apt-get install vim gvim
#翻译软件stardict
apt-get install stardict
#命令行下的高速下载工具。抢夺带宽能力很强,分段下载引擎,支持多点下载、断点续传。额外支持BT下载。
apt-get install aria2
阅读(2348) | 评论(0) | 转发(0) |