- 学习资料
- 常用网址
Ubuntu中文网, Ubunbu官网,linnux命令大全, - 文档
- bash输入密码:http://blog.sina.com.cn/s/blog_4da051a60101ag73.html
- 添加开机启动执行的脚本:http://www.cnblogs.com/ainiaa/archive/2011/12/05/2276996.html
- Ubuntu修改默认启动级别:http://blog.csdn.net/jk110333/article/details/17878843
- 定制shell:https://wiki.ubuntu.com/Spec/EnhancedBash
http://www.cnblogs.com/sunjie21/archive/2012/06/08/2542168.html - 用ShadowSocks在DigitOcean安装代理服务器:http://capbone.com/shadowsocks/
- centos iptables使用:http://www.jb51.net/os/RedHat/68744.html
http://blog.sina.com.cn/s/blog_48e301050101hfo5.html - 查看流量使用情况的n种工具:http://codingstandards.iteye.com/blog/1541817
iptraf使用详解: http://www.jcwcn.com/article-23141-1.html,http://qzfzz.blog.163.com/blog/static/1613079522013030114056705/ - 使用MINGW配置c++11:http://www.cnblogs.com/huyongliang/p/3578548.html
- ubuntu下安装chrome: http://www.cnblogs.com/iamhenanese/p/5514129.html
- ubuntu安装影梭客户端: https://aitanlu.com/ubuntu-shadowsocks-ke-hu-duan-pei-zhi.html
- ubuntu安装flashplayer:http://jingyan.baidu.com/article/5bbb5a1b3dff1413eba179a0.html
- 用dpkg安装包: http://blog.csdn.net/kevinhg/article/details/5934462
- 查看包名,安装包等: http://www.cnblogs.com/forward/archive/2012/01/10/2318483.html
- 修改命令提示符: http://blog.chinaunix.net/uid-15750156-id-3277561.html
- 7个pdf工具: http://blog.chinaunix.net/uid-25789104-id-3968982.html
editorpdf安装, pdfedit安装 - 解决联想不能调节亮度的问题: http://blog.csdn.net/qq_20480611/article/details/48088185
- 开机自动挂载磁盘分区: http://www.linuxidc.com/Linux/2014-04/100488.htm
- 解压包: http://blog.csdn.net/mmllkkjj/article/details/6768294/
- cpu,mem,net检测器: http://blog.csdn.net/tecn14/article/details/24489031
- jie解决ubuntu16.04网速慢: http://blog.csdn.net/ferrarifomaul/article/details/51544634
- 命令行测网速speedtest-cli: http://www.linuxde.net/2014/01/15561.html
- cheat命令: http://www.cricode.com/3412.html
- shadowsocks+bunutu全局代理: http://dearmadman.com/2015/08/30/use-shadowsocks-in-ubuntu/
- 安装jdk(tar.gz版): http://jingyan.baidu.com/article/ab0b56308966acc15afa7d18.html
- 安装eclipse(installer): 太长,直接点
- 开机启动项管理: http://blog.chinaunix.net/uid-25830557-id-322131.html
- 添加源加快更新: http://jingyan.baidu.com/article/ed2a5d1f55bcb509f6be17cb.html
- Gparted合并分区: http://worldant.blog.sohu.com/100113405.html
- ubuntu安装中文环境: http://www.cnblogs.com/zhcncn/p/4032321.html
- wine的安装和使用: http://jingyan.baidu.com/article/359911f55da27057fe0306d8.html
http://blog.csdn.net/liufei_learning/article/details/9172837wine's user guide - ubuntu64-bit运行32-bit程序(失效): http://www.sixarm.com/about/ubuntu-apt-get-install-ia32-for-32-bit-on-64-bit.html
- 清理boot的空间: http://blog.csdn.net/zht666/article/details/8776316
- 待机和休眠: https://my.oschina.net/emptytimespace/blog/101796
- 查找文件locate,find: http://www.cnblogs.com/flysnail/archive/2012/05/16/2504266.html
- 查看文件夹及其子文件的大小du -h: http://www.cnblogs.com/benio/archive/2010/10/13/1849946.html
- copy命令: http://www.linuxidc.com/Linux/2008-11/17179.htm
- ssh server, ssh免登录,
- 安装Unity Tweak Tools,
- 前台和后台,
- Grub入门资料,
- ubuntu配置超炫酷3D桌面:http://forum.ubuntu.org.cn/viewtopic.php?t=140531
- 设置屏幕分辨率: https://wiki.ubuntu.com/X/Config/Resolution#Not_recognised_video_cards
注:使用Nivida X server setting 直接将配置存储到/etc/X11/xorg.conf文件即可完成改变分辨率 - 使用dd命令制作启动盘
- Python and Theano
- ipython matplotlab画图不显示,
- shell编程
- 变量
export的用法,变量添加和修改, 添加变量, 特殊参数表示$$,$@,$#... - 循环和数组,
- 变量
- Android kernel
- Linux Kernel
- system call, gcc搜索路径, linux source,
- code viewer: source navigator,
- Linux的开机启动流程详细分析, 详细的中断处理流程, 中断异常门描述符等,