Skip to content

Instantly share code, notes, and snippets.

@yasukei
Last active May 15, 2019 09:38
Show Gist options
  • Save yasukei/6dfa1663fa25d1a2bfb3 to your computer and use it in GitHub Desktop.
Save yasukei/6dfa1663fa25d1a2bfb3 to your computer and use it in GitHub Desktop.
# WindowsからLinuxのターミナルを開くまで
以下の方法でターミナルを開いたあと、firefox &等のコマンドを打てばguiアプリケーションが立ち上がる。
方法2がおすすめ。
## 方法1
http://kaiseki-web.lhd.nifs.ac.jp/gecev/xming/Xming.htm
## 方法2
http://vogel.at.webry.info/201310/article_6.html
* xmingを立ち上げるコマンド
```
>"C:\Program Files (x86)\Xming\Xming.exe" :0 -clipboard -multiwindow -dpi 100"
```
# 参考
## フォントサイズの変更方法
http://vogel.at.webry.info/201407/article_9.html
## そのほか
http://slavartemp.blogspot.jp/2013/06/xming-teraterm-ssh-lubuntu-x.html
## Xmingとは別の選択肢について
次のページで、VNC、FreeNX、xmingの3種を比較している。
http://www.hide10.com/archives/12137
### FreeNX
いちおう以下のリンクをググって知ったが、結局使っていない。
https://help.ubuntu.com/community/FreeNX
https://gihyo.jp/admin/serial/01/ubuntu-recipe/0098?page=2
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/926usefreenx.html
# 課題
xfce4-terminalから/に対して、Windowsのクリップボードにコピー/ペーストできない。
少なくともFirefoxではコピペできたので、xfce4-terminalの問題(?)
xmingの問題の模様。
http://d.hatena.ne.jp/grandVin/20091207/1260166928
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment