PuTTY + Xming implements ssh forwarding for X11
1. Requirement Analysis
Some Linux programs cannot leave the window environment completely, or the operation is not convenient after leaving. Oracle is such a program. Most of its tool programs can be silently executed in command lines, such as OCI, DBCA, and NetCA, but it is more convenient to work in the graphic interface. Therefore, you need to use X11 XSer
In the weblogic environment, the application uploads an image and reports cocould not initialize class sun. awt. X11.XToolkit,Problem description
The problem is that in the weblogic environment, the application reports the cocould not initialize class sun. awt. X11.XToolkit error when uploading images.
The specific error is as follows:
17:57:02 [AWT-EventQueue-2] DEBUG - Leaving class nc.ui.hi.psndoc.acti
connection to a campus machine.What is PuTTY?PuTTY is a free SSH client. Through PuTTY We connect to a remote machine on the UT Dallas campus. Download the single Windows executable file from:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html There is no setup required, you can run by simply double clicking Putty.exe.Configuring PuTTYUnder Session, enter the hostname you want to connect to:apache.utdallas.edu on port 22. Make sure the connection type is SSH.
Next, scroll t
If you are a sudoer but do not know the root password, you may encounter the following similar information when running some X programs that require special permissions:[Pc01]> sudo ethereal
Ssh (28492) X11 connection rejected because of wrong authentication.
The application 'ethereal' lost its connection to the display localhost: 11.0;
Most likely the X server was shut down or you killed/destroyed
The application.
[Pc01]> sudo su
[Pc01]> whoami
Root
PuTTY + Xming implements ssh forwarding for X11
Requirements analysis experiment environment configuration steps1. Requirement Analysis
Some Linux programs cannot leave the window environment completely, or the operation is not convenient after leaving. Oracle is such a program. Most of its tool programs can be silently executed in command lines, such as OCI, DBCA, and NetCA, but it is more convenient to work in the graphic interface. Therefore, you
1. Download ToolkitXlaunch (Install to win)https://xming.en.softonic.com/Eclipse IDE for C + + developers (extract to/datas/soft/eclipse in virtual machine)https://www.eclipse.org/downloads/eclipse-packages/?osType=linuxrelease=undefinedJDK (extracted to/usr/jdk1.8.0_131 in the virtual machine)Http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html2. Configuring the JDK environment variables1[Email protected] ~]# vim/etc/Profile #编辑如下2Java_home=/usr/jdk1.8. 0_1313Clas
First download the source code package for the latest two items on the official website:
Http://trolltech.com/downloads/opensource
Qt-x11-opensource-src-4.3.4.tar.gz
Qtopia-opensource-src-4.3.1.tar.gz
Create a file in/, that is, under the root directory. My name is/azuo.
Put the downloaded package in it and decompress it. Change the name to qt-x11 and qtopia.
Then it is compiled and installed. Now the
PuTTY + Xming implements ssh forwarding for X11 and puttyxmingx11ssh
Requirement Analysis
Lab Environment
Procedure
1. Requirement Analysis
Some Linux programs cannot leave the window environment completely, or the operation is not convenient after leaving. Oracle is such a program. Most of its tool programs can be silently executed in command lines, such as OCI, DBCA, and NetCA, but it is more convenient to work in the graphic interface. There
Article title: run applications remotely on X11. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
By Guido Socher
Display Concept
Each X Window application reads the DISPLAY environment variable at startup to determine which computer the image will be sent. This works with the network performance of X to make
The forwarding function of X11 needs to be set in SSH, RedHat Enterprise Linux5.8 is openssh by default, the setting method is now recorded as follows:OpenSSH configuration file path:/etc/ssh/sshd_configUse the VI Editor to open the configuration file and search for keywords using "/x11".Find "#X11Forwarding yes" to remove the previous # comment and add the "X11forwarding no" line to the front of the # comm
When you start the Dbus related program in a shell that does not have the X window open, the following error occurs, for detailed reasons:
This isn't a considered to be a bug. Auto-launching D-bus Sessions whenNot under X11 would result in one new D-bus session per applicationTried to use it, unable to communicate and other user-facingApplications that does not share the that session; Those sessions would alsoNever exit, leaving unused Dbus-daemon
First, install Google Chrome browserOpenbox the second option in the right-click Default menu is Web browser, but the system has not installed any Web browsers as of now. We have the option to install chrome and the process is as follows.# Open Control command line under Openbox: sudo apt-get install libxss1 libappindicator1 LIBINDICATOR7 # Note the above two last digits are the number 1, not the letter Lwget sudo dpkg-i go Ogle-chrome*.debThis completes the installation of Google Chrome and now
Article Title: Use SSH to implement X11 forwarding. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
There are multiple ways to connect to a remote server or workstation. You can use NoMachine's NX server or GPL solution FreeNX, other tools are similar to RealVNC or VNC. remote control software allows you to view an
If you started your SSH session with the X11 forwarding enabled but with the following message:
/Usr/bin/X11/Xauth: Error in lockingAuthority file...
There is a chance. xauthority in your home-directory has wrong permissions (shocould be-RW -------, and owned by you; check with LS-Al, solve with chmod/chown) or that your diskspaceFor your home directory is full. If this is the case try cleaning up your home
Use qvfb to develop framebuffer applications in X11
11:32:59 | classification: Linux| Font size subscriptionQvfb is short for Qt virtualframebuffer. It is a framebuffer simulator of QT in X11. With it, we can use many convenient tools in X11 to develop framebuffer-based applications. The principle of qvfb is very simple. It creates a systemv shared memory. You on
connect to X11 Window server using ': 1.0 ' as the value of the DISPLAY variable. We found two key points: X11 Windows Server and variable display. Problem solving: 1. Through the query we learned that Linux by default is the start of X11 Windows Server, and it is related to the Windows Graphics tool display; 2. The value of the variable display is related to w
Run microsoft windows on X11
Please indicate the source when reprint: http://blog.csdn.net/absurd/
Yesterday I wrote a blog about creating a simulated mobile phone runtime environment. At that time, I was wondering whether Microwindows and MiniGUI can run in such a simulated environment? It should be okay. Just use X11 or SDL to simulate the keyboard, mouse, and display device. The principle is very sim
X11 Forwarding using Xming and PuTTY, xmingputty
We can run graphical programs on Linux/Solaris machines on campus remotely and display them on your desktop computer running Windows. we can do this by using running two applications together on your Windows machine: Xming and PuTTY.What is Xming?
Xming is a pc x Window Server. This enables programs being run remotely to be displayed on your desktop. Download and run the installation program from: http
1) Local is windows:First, install the Xmind and xming-fonts 2 software, the latter is the font plug-inSecond, use the Telnet software to turn on the "X11 forwarding function" (X11 Forward)Finally, run commands directly in the character window, such as Firefox2) Local is Mac OS:First, the installation of Xquartz software, the icon is actually the same as Xmind. Because it is open source, you need to set the
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.