What else needs to be installed after installing ubuntu

I started tossing the system last weekend and now it is finally finished. Record the other things that need to be installed after installing ubuntu.

1. Input:

Sogou input method: http://my.oschina.net/winktj/blog/119220

2. vim configuration:

https://github.com/the5fire/myvim Just care about vimrc.

Powerline garbled problem: https://www.csslayer.info/wordpress/linux/vim-powerline/

fontforge installation: https://pypi.python.org/pypi/ufo2otf/0.1.0b

Refer to when there is a problem with powerline: http://blog.sina.com.cn/s/blog_54ff8d610101fw8v.html

3. git configuration:

http://githowto.com/aliases

http://blog.ryanrampersad.com/2010/11/change-default-git-editor-on-ubuntu/

4. python environment#

pip

http://www.saltycrane.com/blog/2010/02/how-install-pip-ubuntu/

http://stackoverflow.com/questions/16370583/pip-issue-installing-almost-any-library

virtuanenv

http://www.the5fire.com/virtualenv-python-env.html

5. mysql

sudo apt-get install mysql-server mysql-client

sudo apt-get install python-mysqldb

Configuration code and python operation: http://www.the5fire.com/python-opt-mysql.html

Recommended Posts

What else needs to be installed after installing ubuntu
Things to do after installing Ubuntu 20.04 (xiaobai tutorial)
A few things to do after installing Ubuntu 18.04
ubuntu7.10 installed to 3D open
How to check the installed JDK on Ubuntu