ubuntu系统准备
输入法
- 右上角 system setting : 语言支持-汉语提升到顶部
- software center: 搜索pinyin-点击install
- text input: 配置切换输入法快捷键
安装lnmp环境
http://blog.youkuaiyun.com/fancivez/article/details/49404805
更换源
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted
deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted
deb http://mirrors.163.com/ubuntu/ precise universe
deb-src http://mirrors.163.com/ubuntu/ precise universe
deb http://mirrors.163.com/ubuntu/ precise-updates universe
deb-src http://mirrors.163.com/ubuntu/ precise-updates universe
deb http://mirrors.163.com/ubuntu/ precise multiverse
deb-src http://mirrors.163.com/ubuntu/ precise multiverse
deb http://mirrors.163.com/ubuntu/ precise-updates multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-updates multiverse
deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
开发环境
- sublime
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
> 中文输入法问题 https://github.com/lyfeyaj/sublime-text-imfix
- atom
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom
去掉ubuntu下默认的alt快捷键:
打开edit -> preference -> open config folder -> init.php ,添加
# Get rid of the alt-menu shortcuts
atom.menu.template.forEach (t) ->
t.label = t.label.replace("&", "")
atom.menu.update()
- tmux
- oh my zsh
- mycli
- tig
- qq
sudo apt-get isntall wine
下载Longene qq 或者 麒麟官网的wine qq
cd ~/download
sudo dpkg -i *.deb
sudo apt-get install -f
- root 密码
sudo passwd root
个性设置
- 关闭alt快捷键
$ sudo apt-get install compizconfig-settings-manager
$ ccms
打开”桌面” -> “Ubuntu Unity Plugin”
将”key to show the menu bar while pressed” 和 “key to show the HUD” 中的alt删除
搜狗
http://jingyan.baidu.com/article/08b6a591cb06f114a8092209.html
greenvpn
https://www.jsqgreen.com
chrome
http://www.google.cn/chrome/browser/desktop/index.html
gnome
sudo apt-get install gnome
ssh
ssh-keygen -t rsa -C “vip@gmail.com”
关闭GUI
service lightdm stop