Coder Social home page Coder Social logo

my_vim_config's People

Contributors

andrew-liu avatar guochunyang avatar

Stargazers

 avatar

Watchers

 avatar  avatar

my_vim_config's Issues

Ubuntu装机指南

#1. 安装ubuntu系统后必备的软件及命令

修改root账户的密码
软件升级指令
sudo apt-get upgrade
sudo apt-get install tree '打印树形目录'

0.安装boot repair修复引导项

sudo add-apt-repository ppa:yannubuntu/boot-repair 
sudo sh -c "sed -i 's/trusty/saucy/g' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list" 
sudo apt-get update 
sudo apt-get install -y boot-repair && boot-repair

双系统安装教程

1.安装vim及其配置(github)

程序“vim”已包含在下列软件包中:

  • vim
  • vim-gnome
  • vim-tiny
  • vim-gtk
  • vim-nox
    sudo apt-get install <选定的软件包>

2. 乌班图启动器安装

sudo add-apt-repository ppa:tsvetko.tsvetkov/cinnamon
sudo apt-get update
sudo apt-get install cinnamon
乌班图启动器安装

Best GNOME Shell Themes For Ubuntu 14.04

sudo apt-add-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-icon-theme-circle

3. ubuntu Tweak安装

用户安装,有可用PPA,非常方便,打开终端,输入以下命令:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

卸载软件命令:
sudo apt-get remove ubuntu-tweak

移除PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:tualatrix/ppa

卸载软件命令:
sudo apt-get remove ubuntu-tweak

移除PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:tualatrix/ppa

4. git安装

sudo apt-get install git
sudo apt-get install git-core

5. g++安装

sudo apt-get install build-essential

6. Linux专用函数man手册

发现乌班图还是有很多函数不全,只有一小部分pthread的函数,使用man -k pthread或apropos pthread可以查找到当前manpages中关于pthread的手册。安装manpages-posix-dev就可以了
$sudo apt-get install glibc-doc
$sudo apt-get install manpages-posix manpages-posix-dev

7. 谷歌浏览器可以直接在软件中心安装

14.04默认安装

8. zsh及oh my zsh安装(github)

安装终极Shell zsh,拥有更强的补全功能(常用工具的参数补全)
sudo apt-get install zsh
引入增强插件,支持git,rails等补全,可选多种外观皮肤
wget --no-check-certificate http://install.ohmyz.sh -O - | sh
zsh作为默认shell,重启后生效
chsh -s /bin/zsh

参考这个zsh修主题

9. bpython安装

sudo apt-get install bpython

10. 截图软件shutter

sudo apt-get install shutter

11. 配置php环境

配置php环境
启动阿帕奇服务器
sudo service apache2 restart

12. 配置java环境(可以拓展anrdiod开发环境)

配置java环境

13. 重新安装firefox (自带的缺少很多功能)

sudo apt-get purge firefox
sudo apt-get install firefox

14. wget curl 安装

wget 命令安装: sudo apt-get install wget (普通用户登录,需输入密码; root账户登录,无需输入密码)
curl 命令安装: sudo apt-get install curl (同 wget)

15. 搜狗输入法

官网教程

16. pdf mod

ubuntu center安装

17. nixnote或者为知笔记

可有可无

18.ubuntu下英语字典stardict

可以直接在软件中心按抓
sudo apt-get install stardict

1.在Ubuntu软件中心搜索stardict安装辞典
2.在应用程序下的附件可以找到安装的stardict
3.到http://abloz.com/huzheng/stardict-dic/zh_CN/ 下载需要的词库。(官网已无法下载)
4.运行终端。先cd到下载的文件夹。然后sudo tar -xjvf stardict-kdic-computer-gb-2.4.2.tar.bz2
接着sudo mv stardict-kdic-computer-gb-2.4.2 /usr/share/stardict/dic/.
(这个是以安装计算机词库为例)
5.在stardict中的辞典管理可以看到增加的词库。

19. ssh

sudo apt-get install openssh-server
ps -e | grep sshd
启动ssh服务 : sudo /etc/init.d/ssh start
重启ssh服务 : sudo /etc/init.d/ssh restart

20.add the ubuntu(failed)

修改/etc/apt/source.list

sudo gedit /etc/apt/sources.list
14.04版本添加

deb http://ftp.ipv6.heanet.ie/mirrors/ubuntu Trusty main restricted universe multiverse
deb http://ftp.ipv6.heanet.ie/mirrors/ubuntu Trusty-security main restricted universe multiverse
deb http://ftp.ipv6.heanet.ie/mirrors/ubuntu Trusty-updates main restricted universe multiverse
deb-src http://ftp.ipv6.heanet.ie/mirrors/ubuntu Trusty main restricted universe multiverse
deb-src http://ftp.ipv6.heanet.ie/mirrors/ubuntu Trusty-security main restricted universe multiverse
deb-src http://ftp.ipv6.heanet.ie/mirrors/ubuntu Trusty-updates main restricted universe multiverse

然后更新一下

sudo apt-get update
test版本添加

deb http://ftp.ipv6.heanet.ie/mirrors/ubuntu Saucy main restricted universe multiverse
deb http://ftp.ipv6.heanet.ie/mirrors/ubuntu Saucy-security main restricted universe multiverse
deb http://ftp.ipv6.heanet.ie/mirrors/ubuntu Saucy-updates main restricted universe multiverse
deb-src http://ftp.ipv6.heanet.ie/mirrors/ubuntu Saucy main restricted universe multiverse
deb-src http://ftp.ipv6.heanet.ie/mirrors/ubuntu Saucy-security main restricted universe multiverse
deb-src http://ftp.ipv6.heanet.ie/mirrors/ubuntu Saucy-updates main restricted universe multiverse

21. 安装eclipse

sudo apt-get install eclipse
使用eclipse配置python开发环境

22. chrome出现收藏显示乱码的解决办法

sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.