User Tools

Site Tools


vps:vps4th_06

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
vps:vps4th_06 [2017/01/01 16:12]
hoge@hoge
vps:vps4th_06 [2019/02/26 23:23]
127.0.0.1 external edit
Line 69: Line 69:
 #cat "​ユーザの公開鍵"​ >> authorized_keys #cat "​ユーザの公開鍵"​ >> authorized_keys
 </​code>​ </​code>​
-  * $HOME/​.ssh/​configを作成する(([[http://​daily.belltail.jp/?​p=1753|ssh XForwardingを速くする設定]]))<​code>​ +
-Host * +
-    Compression yes +
-    CompressionLevel 9 +
-    TCPKeepAlive yes +
-    Ciphers blowfish-cbc,​arcfou +
-</​code>​+
  
 ===== ソフトウェア導入 ===== ===== ソフトウェア導入 =====
Line 82: Line 76:
   * xorg   * xorg
   * gnucash   * gnucash
-  * firefox+  * chromium 
 +  * tigervnc
   * ja-ibus-mozc   * ja-ibus-mozc
   * ja-font-ipa   * ja-font-ipa
Line 95: Line 90:
  
 ^  Mode  ^  Key  ^  Command ​ ^ ^  Mode  ^  Key  ^  Command ​ ^
-|Compsition|Ctrl Space|IMEOn|+|Composition|Ctrl Space|IMEOn|
 |DirectInput|Ctrl Space|IMEOn| |DirectInput|Ctrl Space|IMEOn|
 +|Composition|Ctrl Space|CancelAndIMEOff|
 +|Conversion|Ctrl Space|CancelAndIMEOff|
 +|Precomposition|Ctrl Space|CancelAndIMEOff|
  
 ==== gnucash ​ ==== ==== gnucash ​ ====
Line 136: Line 134:
   * X転送で使用<​code>​   * X転送で使用<​code>​
 ssh -X -i <​秘密鍵> ​ <​ユーザ名>​@<​ログイン先>​ -p <​ポート番号>​ ssh -X -i <​秘密鍵> ​ <​ユーザ名>​@<​ログイン先>​ -p <​ポート番号>​
 +</​code>​
 +
 +==== tigervnc ​ ====
 +=== 設定 ===
 +  * desktop のユーザで初回実行。<​code>​
 +$ vncserver
 +
 +You will require a password to access your desktops.
 +
 +Password:
 +Verify:
 +Would you like to enter a view-only password (y/n)? n
 +#以下略
 +</​code>​
 +
 +  * 起動後、vncserverを停止する。<​code>​
 +$ vncserver -kill :1
 +</​code>​
 +
 +  * $HOME/​.vnc/​config を編集<​code>​
 +geometry=<​width>​x<​height>​
 </​code>​ </​code>​
vps/vps4th_06.txt · Last modified: 2019/06/16 15:16 (external edit)