Large configuration after Ubuntu 13.10 is installed
Install the configuration in order.
1. Change the software source
It is customary to change the source by 163.
Software and updates-> download from-> other sites, http://mirrors.163.com/ubuntu.
The top bar tab menu, other software, and driver are appended.
2. Update & Upgrade
1 |
sudo apt-get update && sudo apt-get upgrade |
3. gnome3
|
sudo apt-get install gnome-shell |
Log out, and select gnome on the logon page.
Optional: I found this in the Software Center, full GNOME desktop environment, with extra components.
It's huge. I don't know what it is. I installed it all this time. (A Lot Of software has been expanded after installation)
4. gnome-tweak-tool, Ubuntu Tweak
|
sudo apt-get install gnome-tweak-tool |
For Ubuntu Tweak, visit http://ubuntu-tweak.com/and Deb and install it with one click.
5. Chrome
I am using the Deb package on the chrome official website, http://www.google.com/intl/zh-cn/chrome /.
6. Chinese Input Method
1) install sogou input method:
1. Uninstall the ibus Input Method: sudo apt-Get remove ibus
2. After the installation is complete, restart the Ubuntu system to avoid subsequent installation errors.
3. Add the installation Source
There are two methods (2 is recommended), (1) the sogou input method may not be installed ):
(1) sudo add-Apt-repository PPA: fcitx-team/nightly
(2) sudo gedit/etc/APT/sources. list Add the following two lines to the opened sources. List: Deb http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main Deb-Src http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main
4. Update source sudo apt-Get update
5. Install the fcitx and fcitx-sunpinyin input methods (optional)
Sudo apt-Get install fcitx-config-GTK fcitx-sunpinyin (pinyin)
Sudo apt-Get install fcitx-config-GTK fcitx-sogoupinyin (sogou)
6. Installation code table sudo apt-Get install fcitx-table-all
7. enter im-switch-s fcitx-Z default to set fcitx as the default input method or use system-system management-language support to enable the language and text settings, on the language page, select fcitx from the keyboard input mode system.
Finally, you can select "fcitx configuration" in the program for detailed input method configuration.
2) install the free open-source input method rime. (Zhongzhou region ).
In Linux, sogoupinyin has a copyright issue. With rime, unload it.
Official Page: https://code.google.com/p/rimeime/
The installation procedure is as follows:
Sudo apt-Get remove ibus
Sudo add-Apt-repository PPA: fcitx-team/nightly
Sudo apt-Get update
Sudo apt-Get install fcitx-rime
Log out and log on again. (Restart if it is ineffective)
Note: There may be a slight threshold for getting started with rime, But in the beginning, you only need to remember to press F4 and then select 4 after rime is enabled. Just switch to simplified!
7. Complete Chinese support
If the Chinese package is incomplete, enable the language support. The system will automatically prompt you to install the package. OK.
8. Additional copyright restrictions for Ubuntu
A package in the software center contains a series of essential closed source programs.
9. Font settings
This is a problem that I only found in 13.10. If Ubuntu is set by default, the Chinese character seems to be a problem in wenquanyi, which is very serious.
(According to the search information, UBUNTU removes the micron black by default starting from 13.04, and replaces it with the normal black .)
All the solutions I have used are manually specified as micron black,
The same settings in chrome. Ideal results.
-------------------------- Update ------------------------------
Update: This solution is ideal in most cases. But in some cases (especially in browsers), you can still see that wenquanyi, which is just a Hei hei.
A more thorough solution will be detailed later. See Post: http://www.cnblogs.com/daizhe11/p/3384391.html
10. Icon topic
Only the icon topic, faience/Faenza, is a popular topic in Linux. Now the PPA source of noobslab has version 13.10.
However, after I use nitrux OS, I am too tired to change my habits.
sudo add-apt-repository ppa:noobslab/nitrux-ossudo apt-get updatesudo apt-getinstallnitrux-icons2 nitrux-icons
Effect
Attachment: faience/Faenza installation:
sudo add-apt-repository ppa:noobslab/iconssudo apt-get updatesudo apt-getinstallfaenza-icon-theme faience-icon-theme
11. goagent
The Google account is omitted from windows.
Linux part see the official wiki, https://code.google.com/p/goagent/wiki/GoAgent_Linux
Sudo apt-getinstall Python (can be omitted)
Sudo apt-getinstall Python-Dev
Sudo apt-getinstall Python-gevent
Sudo apt-getinstall Python-OpenSSL (can be omitted)
Sudo apt-getinstall Python-VTE
CD to goagent directory
1 |
python server/uploader.zip |
Open/local/Proxy. ini and enter appid =
1 |
python local /Addto-startup.py (set boot auto-start) |
Chrome installs proxy switchysharp and imports/local/switchyoptions. Bak.
Chrome imports Certificate/local/CA. CRT.
Chrome: // settings/certificates, authorization center, import,/local/CA. CRT, OK.
12. goldendict
This is a very powerful dictionary.
Step 1: Install goldendic
If goldendic is good or bad, we will not mention it. On the Internet, many people recommend it! Come with everyone. That's right !!
Installation command:
$ Sudo apt-Get install goldendict
You can also search for the goldendict installation in the Software Center. Remember to choose the extension goldendict-WordNet.
Step 2: Open the dictionary and go to the settings page.
Open the dictionary, select menu> Edit> dictionary, select add on the right, and then add and download the dictionary.
Note:
For details about how to add a dictionary, see here: http://forum.ubuntu.org.cn/viewtopic.php? F = 35 & amp; T = 378739
Resources, the most comprehensive introduction here http://www.douban.com/note/278501822/
In particular, the author of bluedict has shared more than 8 GB. Here, you are satisfied!
If it is just simple to use, here is a prepared dictionary library, http://pan.baidu.com/s/1tccqm
13. Note
For code-related notes, note is selected. The reason is also very simple. Among the many note-taking products, only code highlighting is supported, and only it is available in the native Linux version. (The official website for Linux code highlighting is coming soon .)
Http://www.wiz.cn/wiznote-maclinux.html
$ sudo add-apt-repository ppa:wiznote-team$ sudo apt-get update$ sudo apt-get install wiznote
14. Miscellaneous
Other recommended software, such as VLC multimedia player and deadbeef audio player
The rest are vim, git, QT, and eclipse. Future record. Most of them are done through sudo apt-Get install xxx or the next package on the official website.
Not complete...
_________________________________________
References:
Http://my.oschina.net/daizhe11/blog/170150
Http://forum.ubuntu.org.cn/viewtopic.php? F = 35 & amp; T = 378739