felen OS 初期設定
------------------------------- ユーザーに管理者権限を与える $ sudo usermod -G sudo roko PASS RFVCXDR54R $ sudo passwd root # apt-get install vim # apt-get install ssh # /etc/init.d/ssh start # ifcofig IPアドレス 192.168.0.26 を確認 ---------------------------------- z800 より、ssh 接続 Using username "roko". roko@192.168.0.26's password: roko@roko-INSPIRON:~$ su - Password: root@roko-INSPIRON:~# パスワードを小文字に変更 root@roko-INSPIRON:~# passwd roko Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully root@roko-INSPIRON:~# apt-get update x11vnc インストール root@roko-INSPIRON:~# apt-get install x11vnc xrdp をインストール root@roko-INSPIRON:~# apt-get install xrdp ---------------------------------- X11VNC 自動起動のパスワードファイルを作成 root@roko-INSPIRON:~# x11vnc -storepasswd /etc/x11vnc.passwd Enter VNC password: Verify password: Write password to /etc/x11vnc.passwd? [y]/n n not creating password. X11VNC 自動起動の設定ファイルを新規作成 root@roko-INSPIRON:~# vi /lib/systemd/system/x11vnc.service [Unit] Description=Start x11vnc at startup. After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /etc/x11vnc.passwd -rfbport 5900 -shared [Install] WantedBy=multi-user.target サービス管理プログラムをインストール root@roko-INSPIRON:~# apt-get install xinetd root@roko-INSPIRON:~# apt install sysv-rc-conf 状態情報を読み取っています... 完了 E: パッケージ sysv-rc-conf が見つかりません xinetd サービス自動起動設定 root@roko-INSPIRON:~# sysv-rc-conf xinetd on E: パッケージ sysv-rc-conf が見つかりません root@roko-INSPIRON:~# sysv-rc-conf xinetd on sysv-rc-conf: command not found root@roko-INSPIRON:~# service xinetd restart root@roko-INSPIRON:~# reboot x11vnc自動起動設定は失敗 ---------------------------------- ssh接続でx11vnc を起動 root@roko-INSPIRON:~# x11vnc -auth guess 端末ssh アクティブ中で、VNC ユーザーログイン画面に接続、 パスワード入力で、 06/06/2019 14:53:58 Using hextile encoding for client 192.168.0.3 06/06/2019 14:53:59 client 1 network rate 2462.4 KB/sec (2159.9 eff KB/sec) 06/06/2019 14:53:59 client 1 latency: 1.7 ms 06/06/2019 14:53:59 dt1: 1.7164, dt2: 0.1814 dt3: 0.0017 bytes: 4671279 06/06/2019 14:53:59 link_rate: LR_LAN - 1 ms, 2462 KB/s 06/06/2019 14:53:59 client useCopyRect: 192.168.0.3 -1 06/06/2019 14:53:59 client_set_net: 192.168.0.3 0.0071 06/06/2019 14:53:59 created xdamage object: 0xa0002c 06/06/2019 14:54:00 copy_tiles: allocating first_line at size 41 *** stack smashing detected ***: <unknown> terminated caught signal: 6 06/06/2019 14:54:19 deleted 40 tile_row polling images. 06/06/2019 14:54:19 Restored X server key autorepeat to: 1 で、きれる。 キーボードをチェック root@roko-INSPIRON:~# localectl System Locale: LANG=ja_JP.UTF-8 VC Keymap: n/a X11 Layout: jp X11 Model: pc105 ・・・キーボードが違う キーボードを修正 root@roko-INSPIRON:~# sudo localectl set-keymap jp106 root@roko-INSPIRON:~# localectl System Locale: LANG=ja_JP.UTF-8 VC Keymap: jp106 X11 Layout: jp X11 Model: jp106 X11 Options: terminate:ctrl_alt_bksp x11vncを起動 root@roko-INSPIRON:~# x11vnc -auth guess 06/06/2019 17:26:40 screen setup finished. 06/06/2019 17:26:40 06/06/2019 17:26:40 WARNING: You are running x11vnc WITHOUT a password. See 06/06/2019 17:26:40 WARNING: the warning message printed above for more info. 06/06/2019 17:26:40 The VNC desktop is: roko-INSPIRON:1 PORT=5901 ****************************************************************************** Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? The scheme stores pixel data offscreen on the VNC viewer side for faster retrieval. It should work with any VNC viewer. Try it by running: x11vnc -ncache 10 ... One can also add -ncache_cr for smooth 'copyrect' window motion. More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching x11vnc '-ncache' VNCクライアント側ピクセルキャッシュ機能をまだ試しましたか? この方式では、ピクセルデータをVNCビューア側にオフスクリーンで格納して高速化します。 検索。 どのVNCビューアでも動作するはずです。 実行してみてください。 ???? x11vnc -ncache 10 ... スムーズな 'copyrect'ウィンドウ移動のために-ncache_crを追加することもできます。 詳細情報:http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching rokoのディスクトップにアクセスするには 192.168.0.26:1 rootのディスクトップにアクセスするには 92.168.0.26:0 ディスクトップは、クライアントとリモートと同期して、同じ動きとなる。 ssh端末がアクティブ状態で、接続が可能。 端末を閉じると、リモートデスクトップがきれる。 *******************************************************************
投票数:0
平均点:0.00