Installation of common programming software for the transition from windows to ubuntu, and installation of ubuntu transitional Software

Source: Internet
Author: User

Installation of common programming software for the transition from windows to ubuntu, and installation of ubuntu transitional Software

The first article was kicked out of the homepage, and the mood was quite sad .. Hope more people can see

1. Install codeblocks

Search for codeblocks in the Software Center.

2. Install jdk and configure Environment Variables

Http://www.linuxidc.com/Linux/2015-01/112030.htm

(1) first go to the official website to download jdk: jdk

(2) Open the terminal at the same time to create a new folder: sudo/usr/local/java

(3) After the download is complete, open the folder where the downloaded file is located and enter the command: name of the downloaded cp file/usr/local/java

(4) Open the java Folder: cd/usr/local/java

(5) unzip: sudo tar xvf downloaded file name, and then you can delete the original compressed package sudo rm jdk-8u25-linux-x64.tar.gz

(6) Use ls to view the name of the extracted folder, Which is required later.

(7) set the environment variable: sudo vim ~ /. Bashrc

Add

Export JAVA_HOME =/usr/local/java/jdk1.8.0 _ 25 (this name is the name of Step 6 ls)
ExportJRE_HOME =$ {JAVA_HOME}/jre
ExportCLASSPATH =.: $ {JAVA_HOME}/lib: $ {JRE_HOME}/lib
ExportPATH =$ {JAVA_HOME}/bin: $ PATH

Enter source/etc/profile to make the settings take effect immediately.

(8) check whether the input is successful on the terminal: java-version

3. Install eclipse-ee

(1) Go to the official website download: http://www.eclipse.org/downloads/download.php? File =/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz

(2) Open the downloaded folder and move the downloaded file to/opt: sudomv file name/opt

(3) decompress the tarxvf file name

(4) cdeclispe

(5)./eclipse

(6) Lock the eclipse icon to the taskbar and it will be OK.

4. Install mysql

(1) sudo apt-get update

(2) sudo apt-get install mysql-server mysql-client

(3) write the password in the pop-up dialog box, right-click to move to OK, and select OK to repeat once.

(4) Input sudo service mysql restart. If mysql star/runnig is displayed, and process 6905 is displayed, the installation is successful.

(5) Let apache support mysql: sudo apt-get install libapache2-mod-auth-mysql

(6) Let php support mysql: sudo apt-get install php5-mysql

(7) log on to mysql: mysql-u root-p

Continuous update...

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.