1. Chinese Configuration
In the system settings, select China as the region, and the Chinese Simplified language is used. (At the beginning, only the English option may be available. It seems that you can select another language after the update)
Install Chinese fonts:
Sudo apt-get install ttf-wqy-microhei # wenquanyi-micron black sudo apt-get install ttf-wqy-zenhei # wenquanyi-zheng sudo apt-get install xfonts-wqy # wenquanyi-
Chinese Input Method (fcitx is really easy to use)
sudo apt-get install im-switchsudo apt-get install fcitxsudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyinsudo apt-get install fcitx-table-all im-switch -s fcitx -z default
2. Install flash
sudo apt-get install flashplugin-installer
3. Install yakuake)
sudo aptitude install yakuake
Other terminals can also be recommended: http://www.php100.com/html/it/mobile/2014/0123/6513.html
4. Install vim
sudo apt-get install vim
5. Close the KDE wallet (not needed)
Application> system> wallet management tools> Settings> wallet configuration> enable KDE wallet Subsystem"
6. install video card Acceleration
Test whether the video card driver is installed
glxinfo | grep direct
If not, use apt-get for installation.
sudo apt-get install mesa-utils
7. Install smplayer
sudo apt-get install smplayer
8. Install tweak
Sudo add-apt-repository ppa: tualatrix/ppa # add source sudo apt-get update # update sudo apt-get install ubuntu-tweak # install
9. Install oh-my-zsh (terminal artifact)
Sudo apt-get install zsh # install zshchsh-s/bin/zsh # set the current user to use zshwget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh-O-| sh # install oh-my-zsh
10. Campus Network (for poor medium and large users ...)
Sudo apt-get install gitgit clone git: // github.com/humiaozuzu/YaH3C.gitcd YaH3Csudo python setup. py installsudo yah3c // perform regular online verification (XXX is your account) sudo yah3c-u XXX
11. Configure vim (https://github.com/humiaozuzu/dot-vimrc)
Mv ~ /. Vim ~ /. Vim. orig # Save the original configuration file mv ~ /. Vimrc ~ /. Vimrc. origgit clone git: // github.com/humiaozuzu/dot-vimrc.git ~ /. Vim # download the new configuration ln-s ~ /. Vim/vimrc ~ /. Vimrc # create soft link git clone https://github.com/gmarik/vundle.git ~ /. Vim/bundle/vundle
After the installation is complete, use vim to open any file and install it with BundleInstall in command mode.
:BundleInstall
12. Install g ++
sudo apt-get install g++
13. Configure PHP5 + Apache2 + Mysql
Sudo apt-get install apache2 # install Apache2sudo apt-get install php5 libapache2-mod-php5 # install PHP5 and Apache's PHP module sudo apt-get install mysql-server # install MYSQLsudo apt-get install php5-mysql # install the Mysql module sudo/etc/init of php. d/apache2 restart # restart Apachesudo chmod 777/var/www # Change www folder Permissions
14. Disable exclusive display
Linux is more power-saving than Win, but I have never been able to feel this way. Some people say that we can turn X Windows off and try again .... beat him .... however, if you turn off the dedicated display, you can save more energy:
Use vim to open the/etc/rc. local file (the command to start and run at startup ):
sudo vim /etc/rc.local
Add the following two lines before exit (0) of the file:
echo IGD > /sys/kernel/debug/vgaswitcheroo/switchecho OFF > /sys/kernel/debug/vgaswitcheroo/switch
Currently: