Install the Ubuntu system after installing some basic software

Source: Internet
Author: User
Tags bz2

Preface: For some reason the system was reinstalled, and some of the software that was originally installed under Ubuntu was installed again. Be a little troublesome and tidy up the steps you need to install.

#========================================

1. Google Chrome:

The method given by the Linux commune

Installing Google Chrome on Ubuntu 14.04 is easy, just download the Deb installer and install it on the Chrome site. Of course you can also use the APT Package Manager to install Google Chrome, and if you want to install Google Chrome using the APT Package Manager, this article will cover both of these approaches.

Now there are three versions of Google Chrome in Linux, stable, Beta, and unstable (the unstable version, the dev version). Beta is relatively stable, and the latest features will first appear in the unstable version, after a test before the beta version, the drawback is that the unstable version number update more frequently, the stability is not as good as the beta version.

Let's say you pursue stability. It's best to choose a stable version, assuming you like to try new features and pursue the best performance. It is recommended to install the unstable version, and it seems to be under Ubuntu. The fonts in the unstable version of Chrome are also more attractive than beta.

Recommended Reading :

Ubuntu 14.04 Download, installation, configuration knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm

Ubuntu 14.04 system : http://www.linuxidc.com/Linux/2014-04/100352.htm

Windows 7 Hard Drive installation Ubuntu 14.04 Graphics Tutorial http://www.linuxidc.com/Linux/2014-04/100369.htm

Sign in to Google Chrome with your Google account to save your personalized browser features to the Web, and access them from Google Chrome on a random computer.

You will also be proactively logged in to your favorite Google services.

First, install the Google Chrome browser Deb package by downloading it directly.

Open Ubuntu terminal. Here is the 32-bit version number , using the following command .

wget Https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

The following is the zero -bit version number . Use the following command .

wget Https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Download good after

32-bit installation command:

sudo dpkg-i google-chrome-stable_current_i386.deb

64-bit installation command:

sudo dpkg-i google-chrome-stable_current_amd64.deb

#========================================

2. Sogou Input Method Linux version number:

Experience with Baidu

A. Download Sogou Input Method
Enter the web of the Judge Sogou, enter the above navigation LAN "Input method Linux version"
Depending on whether you installed Ubuntu as 32-bit or 64-bit download

B.ubuntu Install Sogou Input Method
Go to download folder, run installation at terminal
$sudo dpkg-i Sogou_pinyin_linux_1.0.0.0033_amd64.deb
Dependency issues occur during installation
Fix dependencies complete the installation of Sogou Pinyin Input method, run the following command at the terminal (Networking)
$sudo Apt-get install-f
After waiting for the Sogou Pinyin input method is installed

C.ubuntu configuration using Sogou Input method
The button of the switch on the top right panel of the desktop selects the system settings
After entering the system settings, click on the Language Support keyboard input mode system Select FCITX
Log off the system user
Once again landing into the desktop to see the familiar Sogou Input method appeared bar

#========================================

3. The most frequently used translation tools StarDict:

A. Installation:

sudo apt-get install StarDict

Easy to install, but you need to add additional dictionaries.

B. Managing Dictionaries

The software is not a dictionary by default because of star translation. We are able to download and install the corresponding dictionaries or use the Web dictionaries on our own.

The king of Interstellar translation uses the sea-word online dictionary (dict.cn) by default.

You want to use a local dictionary. First, download the required dictionary library file. We are able to visit the Chinese Dictionary of the King of star translation download page http://stardict.sourceforge.net/Dictionaries_zh_CN.php. This page lists all available free downloadable dictionaries (Longman Dictionary: http://download.chinaunix.net/download.php?id=19890&ResourceID=9923).

For example, download the dictionary file stardict-kdic-computer-gb-2.4.2.tar.bz2 after selecting the "Tarbal" link after the "KDIC-COMPUTER-GB Dictionary computer Glossary" entry for the computer Vocabulary dictionary. This is a compressed file. If you are using a command to decompress, open a Gnome terminal form and enter the command:

sudo tar-xjvf stardict-kdic-computer-gb-2.4.2.tar.bz2

After the command runs, the stardict-kdic-computer-gb-2.4.2 folder is generated. Then enter the command:

sudo mv stardict-kdic-computer-gb-2.4.2/usr/share/stardict/dic/.

Move the previously generated folder to the common Dictionary folder of the Star translator.

Close and execute the Star translation program again. Click the Dictionary Management icon button at the bottom right of the Star translation form. The Dictionary management form appears in the list of dictionaries for the form. We can see a new "Computer glossary". The process of installing other dictionaries is similar.

Given the hassle of downloading and installing a local dictionary, we can also choose to use a Web dictionary. To use a network dictionary, first register a user account in the "Network Dictionaries" section of the program's preferences form and log in with the enrollment account. Then, in the Dictionary management form, on the Network Dictionaries page, add the desired network dictionary. Finally click on the vertical Fourth button on the left side of the star translation form and tick the "Enable network Dictionary" entry to enable the network dictionary. After. We'll be able to use the Internet dictionary to look up the words.

C, use the translation function.

1. Screen fetching words

Star translation of the King supports the function of the screen to take word, the program is executed by default to turn on the word function.

When you take a word. Move the cursor over a word. such as "share" in the terminal form, double-clicking the word selected, the explanation form for the word appears.

2. Word sounds

Star translation supports the word reading function. If you want to be able to hear the pronunciation of the words normally in star translation. Enter any word, such as "China," in the main interface of the Star translator, and click the Word icon button on the toolbar to hear the pronunciation of the word.

Star Translator supports two TTS sound engines espeak TTS and Fesitval TTS. We can choose an appropriate sound engine based on the audible effect.

3. Full-text translation

Star translation support full-text translation features, this feature through the background integration of Google, Yahoo, AltaVista, Systranbox and other online translator service engine to achieve. There are more than 10 languages supporting two-way translation, which is the most common in Chinese and English translation.

Click the third button vertically on the left side of the star translation form and the full text translation interface appears on the right side.

Enter "I am Chinese" in the area to be translated. Translator service Engine Select "Yahoo", the source language select "Chinese Simplified", the target language select "English".

Click the "Translate" button below the area you want to translate. The program will self-actively in the background to submit the input to the online translator engine, the translation engine processing completed after the return to the results area, we can see the result is "I am a Chinese".

#========================================

4. Language Tools Java 8:

Blog of the Visit Bo Friends

First add PPA

$ sudo add-apt-repository Ppa:webupd8team/java

Then update the system

$ sudo apt-get update

Finally start the installation

$ sudo apt-get install Oracle-java8-installer

$ java-version
Java version "1.8.0_05" Java (tm) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot (tm) Server VM (Build 25.5-B02, mix Ed mode)


Java Version number switch

sudo update-java-alternatives-s java-8-oracle

#========================================

5. Install JDK, JRE, Eclipse:
sudo apt-get install default-jdk sudo apt-get install default-jre sudo apt-get install eclipse

#========================================

6. Install Ipython, Spyder:

In the past when the landlord with Anaconda to install, but this time not, did not think directly installed Ipython can be.

sudo apt-get install ipythonsudo apt-get Install Spyder

#========================================

7. Install Sublime3:

sudo add-apt-repository ppa:webupd8team/sublime-text-3sudo apt-get updatesudo apt-get Install Sublime-text-installer

References Link: http://jingyan.baidu.com/album/fa4125acb8569b28ac7092ea.html

8. To be Continued ...


Install the Ubuntu system after installing some basic software

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.