xming

Xming Visual Studio Code on Windows 10 Linux Subsystem

血红的双手。 提交于 2019-12-11 06:07:58
问题 What I am trying to do is basically run Visual Studio Code on the Linux subsystem of a Windows 10 Anniversary Update machine. I have installed the code.xxx.deb package using gdebi and solved the few requirements missing. I have Xming installed on Windows, which works (I've tried it with xeyes and firefox). However, that doesn't seem to work when I run DISPLAY=:0 code . The terminal becomes available again without any error message. By running DISPLAY=:0 code --verbose , I get the following:

Can't use xming with putty, Windows 7 locally on remote Linux

怎甘沉沦 提交于 2019-12-11 01:03:59
问题 I have used xLaunch, Multiple Windows, Start no client, Clipboard, No Access Control, no additional parameters or font server -- that is, defaults all the way. On Putty, When I connect to the remote Linux system, I get a delay, followed by this message: /usr/bin/xauth: timeout in locking authority file /home/{userName}/.Xauthority When I try to start an xterm ( xterm & ), I see PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match PuTTY

Oracle Database 12c Installation on CentOS 7

别说谁变了你拦得住时间么 提交于 2019-12-09 19:29:39
Oracle Database 12c Installation on CentOS 7 Contents Introduction Prerequisites Installation Steps Oracle Installer Screens Post Installation Tasks Firewall Oracle Environment Login to the database 1. Introduction This guide presents how to deploy Oracle Database 12c (12.1.0.2.0) on CentOS 7.1 (64-bit) using quick installation features. Reference System: [root@centos7 ~]# hostnamectl Static hostname: centos7.example.com Icon name: computer Chassis: n/a Machine ID: 583b4d69eaea465ea4bb96ac3b891e15 Boot ID: 931ed1af622046ebbde071a87844a7d5 Virtualization: kvm Operating System: CentOS Linux 7

Using conemu terminal with Xming

北城余情 提交于 2019-12-05 08:26:40
问题 I am using ConEmu which is a great terminal for Windows. I am also using MobaXterm which has a built in X server to allow me to run Linux applications have have their GUIs run on my Windows machine. What I would love is to be able to achieve the same thing with ConEmu. Is it possible to forward X via SSH on ConEmu and have this work with Xming? I tried loading Xming and logging into my linux machine via SSH from a standard windows cmd.exe terminal in ConEmu but it doesn't work. Perhaps this

Using conemu terminal with Xming

泪湿孤枕 提交于 2019-12-03 20:33:49
I am using ConEmu which is a great terminal for Windows. I am also using MobaXterm which has a built in X server to allow me to run Linux applications have have their GUIs run on my Windows machine. What I would love is to be able to achieve the same thing with ConEmu. Is it possible to forward X via SSH on ConEmu and have this work with Xming? I tried loading Xming and logging into my linux machine via SSH from a standard windows cmd.exe terminal in ConEmu but it doesn't work. Perhaps this question is not relevent to ConEmu but perhaps ConEmu has some magic I'm not aware of... debug1: channel

PuTTY X11 proxy: Unsupported Authorisation Protocol [closed]

喜夏-厌秋 提交于 2019-12-03 01:59:51
I get the following error if I login as root; if I login as admin user, then x11 starts with no problems. Ubuntu 14.04 Xming server 2.0 running on Windows 8.1 PuTTY X11 proxy: Unsupported authorisation protocol java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:103) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82) at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:126)