最小ハードウェア要件: インストール 2018-01-25 11:58 リリース
512MBのRAM
700MHzプロセッサ
VGA画面1024×768解像度
ーーーーーーーーーーーーーーー
インストール後の初期設定
root パスワードを設定
moco@moco-emachine:~$ sudo passwd root
moco@moco-emachine:~$ su -
アドレス確認
root@moco-emachine:~# ifconfig
enp4s9 Link encap:Ethernet HWaddr 00:19:21:64:8f:6c
inet addr:192.168.2.110 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: 2405:6585:c600:1100:c12:a66:ef20:2a14/64 Scope:Global
inet6 addr: fe80::20bf:b3a8:5413:ef1f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:107819 errors:0 dropped:0 overruns:0 frame:0
TX packets:62861 errors:0 dropped:0 overruns:0 carrier:0
collisions:10769 txqueuelen:1000
RX bytes:155697424 (155.6 MB) TX bytes:5407233 (5.4 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:344 errors:0 dropped:0 overruns:0 frame:0
TX packets:344 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:37127 (37.1 KB) TX bytes:37127 (37.1 KB)
sshインストール
root@moco-emachine:~# apt install ssh
sshサービス有効化
root@moco-emachine:~# systemctl enable ssh
sshサービス開始
root@moco-emachine:~# systemctl start ssh
sshサービス確認
root@moco-emachine:~# systemctl status ssh
端末エディタvimをインストール
root@moco-emachine:~# apt install vim
リモートsshが繋がらない。
ファイアウォールを確認、停止。 接続成功。
----------------------------------
x11vnc 接続設定
x11vncをインストール
root@moco-emachine:~# apt-get install x11vnc
X11VNC 自動起動のパスワードファイルを作成
root@moco-emachine:~# x11vnc -storepasswd
Enter VNC password:
Verify password:
Write password to /root/.vnc/passwd? [y]/n y
Password written to: /root/.vnc/passwd
サービス登録コマンドsysv-rc-confをインストール
root@moco-emachine:~# apt install sysv-rc-conf
xinetd をサービスに登録
root@moco-emachine:~# sysv-rc-conf xinetd on
登録を確認
root@moco-emachine:~# sysv-rc-conf --list xinetd
xinetd 2:on 3:on 4:on 5:on
x11vnc をサービスに登録、確認
root@moco-emachine:~# sysv-rc-conf x11vnc on
root@moco-emachine:~# sysv-rc-conf --list x11vnc
x11vnc 2:on 3:on 4:on 5:on
root@moco-emachine:~# reboot
----------------------------------
root@moco-emachine:~# x11vnc -auth guess
クライアントPCから、VNCビューワで、IP アドレス:0 にアクセス、接続を確認 OK
root ディスクトップを開く設定
dm ファイルの確認
root@moco-emachine:~# ls /etc
root@moco-emachine:~# ls /etc/lightdm
lightdm.conf lightdm.conf.d lightdm-gtk-greeter.conf users.conf
ログイン設定ファイルを編集
root@moco-emachine:~# vi /etc/lightdm/lightdm.conf
[SeatDefaults]
user-session=xfce
allow-guest=false
autologin-user=linux
autologin-user-timeout=0
autologin-session=lightdm-autologin
greeter-setup-script=/usr/bin/numlockx on
// 以下を追加
[security]
AllowRoot=true
[debug]
0=Standard
root@moco-emachine:~# reboot
クライアントPCから、VNCビューワで、IP アドレス:0 にアクセス、
ログインリストボタンから、other を選択、root で、ログイン、確認、OK.
**但し、.警告
Error found when loading /root/.profile:
mesg: ttyname failed: Inappropriate ioctl for device
As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.
/root/.profileをロードするときにエラーが見つかりました。
mesg:ttyname failed:デバイスに不適切なioctl
その結果、セッションは正しく構成されません。
可能な限り早く問題を解決する必要があります。
/root/.profile を確認、
root@moco-emachine:~# vi /root/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n || true
~
編集
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
#mesg n || true
if `tty -s`; then
mesg n
fi
デスクトップの日本語化
メニュー language support
root デスクトップの日本語化はできない?
mozc 設定はできるが、日本語切り替えで、ひらがなが出ない。