Xmanager Xbrower remote Linux applications (Pycharm phpstorm)

Source: Internet
Author: User
Tags ssh server

The first step in Xshell configuration X11the first step in Xshell configuration X111, click Xshell Property

2, select Ssh-> tunnelingTick forward X11 connections To:xmanager

Connect to SSH if "The remote SSH server rejected X11 forwarding request."

An examination

Check sshd configuration file no wrong place

Edit/etc/ssh/sshd_config

X11forwarding is set to Yes

If Still not work

Yum Install Xorg-x11-xauth

The second step is to download the JDK and configure the JDK environment variable

Link Address http://imshusheng.com/python/212.html

5, check whether JDK installed successfully

Java-version

If The following figure shows the installation is successful

First step: Download the Sun JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlI download is jdk-7u79-linux-i586.rpm this package, specific you according to your situation to download. Step Two: Install the JDK locally and execute the command:Yum localinstall/usr/local/src/jdk-7u79-linux-i586.rpmwhere/home/leon/jdk-7u79-linux-i586.rpm is my downloaded RPM package storage path, this can be changed according to the actual situationStep Three: Add to the Java version list:Update-alternatives is the version that is selected by default for managing multi-version software coexistence. update-alternatives--install "/usr/bin/java" "java" "/usr/java/jdk1.7.0_79/bin/java"use format and parameters: Update-alternatives–installLink: The soft-link address of the software command, which is the address of the "which Java" outputname: Software group name, for example a command used below "Update-alternatives–config Java", where Java is both the name parameterpath: The real address of the software commandpriority: The higher the value in automatic mode, the higher the priority levelFourth Step: Configure the default Java version:update-alternatives--config JavaA selection screen will appear (depending on the CentOS language you installed may be in English):A total of 3 programs provide "Java".           Select command-----------------------------------------------*+ 1/usr/lib/jvm/jre-1.7.0-openjdk/bin/java 2 /usr/lib/jvm/jre-1.6.0-openjdk/bin/java 3/usr/java/jdk1.7.0_79/bin/java Press Enter to save the current selection [+], or type a selection number: 3I choose the third one here, you choose the corresponding version according to your own situation. now that the Sun JDK is installed, you can install Phpstorm, Phpstorm, NetBeans, and other great Ides or software based on Sun JDK development.

Check that the JDK is installed successfully

Java--version

Success with tablet description

Configuring the JDK environment variables

Vim/etc/profile

Export display=:0.0

And then run under Phpstorm/bin ./phpstorm.sh, there may be some errors in the command window, so you don't have to worry about him .

In the graphical interface window can see Phpstorm let you enter the key, this will buy it yourself, that is, the installation was successful.

And then when the graphical interface opens Phpstorm, it appears again.

Error:cannot start Phpstorm No JDK found. Please validate either WEBIDE_JDK, jdk_home or java_home environment variable points to valid JDK installation.

Re-compile at once

Source/etc/profile

Just fine.

Xmanager Xbrower remote Linux applications (Pycharm phpstorm)

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.