Chinaunix首页 | 论坛 | 博客
  • 博客访问: 29195
  • 博文数量: 22
  • 博客积分: 15
  • 博客等级: 民兵
  • 技术积分: 205
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-11 16:20
文章分类

全部博文(22)

文章存档

2015年(10)

2014年(12)

我的朋友

分类: LINUX

2014-12-31 14:13:57


  1. # Scan network device module
  2. lshw -C network
  3. ifconfig -a
  4. lspci -nn|grep 0280


  1. # Install BRCM WIFI driver
  2. sudo apt-get update
  3. sudo apt-get install linux-headers-generic
  4. sudo apt-get install --reinstall bcmwl-kernel-source


  1. # Install terminator terminal tool
  2. sudo apt-get install terminator
  3. mkdir -p ~/.config/terminator/
  4. # Get default color from github
  5. curl > ~/.config/terminator/config
  6. cat myTerminatorConfig >> ~/.config/terminator/config
  7. curl > ~/.dircolors
  8. cat ~/my_script/dircolors >> ~/.dircolors
  9. cat ~/my_script/bashrc >> ~/.bashrc
  10. source ~/.bashrc


  1. # Install pathogen
  2. sudo apt-get install pathogen


  1. # Get writer's configuration on github:
  2. git clone
  3. cd vim-conf && ./init.sh
  4. git clone


  1. # Install Chromium
  2. sudo apt-get install chromium-browser


  1. # Install SSH Tunnel Manager
  2. sudo apt-get install gstm

阅读(542) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~