Skip to content

Instantly share code, notes, and snippets.

@hit9
Last active December 16, 2015 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hit9/5429402 to your computer and use it in GitHub Desktop.
Save hit9/5429402 to your computer and use it in GitHub Desktop.
个人用以重装Ubuntu操作系统的记录

准备镜像,显卡驱动

1.. 准备系统Ubuntu 11.04 (我发现这是我最喜欢的ubuntu版本) 2. 准备好ati 11-04 版本的catalyst驱动 3. 准备好

初始系统

  1. 开始重装, 装好后,安装驱动:
sudo sh ati*.run
  1. 重启后看看ATI驱动是否已经工作了
fglrxinfo
  1. 配置联网。然后修改apt的sourcelist: https://gist.github.com/hit9/5298790
sudo apt-get update
  1. 然后安装macbuntu, 修改 install.sh 的 版本10.1011.04
./install.sh
  1. 重启系统。安装必要的软件:

    sudo apt-get install vim vim-gnome git tmux sakura ctags python-pip zsh conky ipython mysql-server
    sudo pip install virtualenv
    
  2. 初始sshkey

    ssh-genkey
    
  3. 安装dotfiles

    git clone git@github.com:hit9/dotfiles.git
    cd dotfiles
    sudo make all force=1
    
  4. 设置zsh为默认shell chsh -s $(which zsh) , 重启

  5. 安装文http://askubuntu.com/questions/38009/how-do-i-remove-the-unity-launcher 来隐藏左边栏

  6. 设置gnome面板显示所有图标

    gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
    
  7. 重启。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment