Hardware 変更
Hardware 変更をしたため、Ubuntu サーバーのインストールをし直しました。
今度のハードウェアは、Unityも使えます。
固定アドレスを、192.168.1.151 に変更
text editor: nano
/etc/network/interfaces
step 1
change static ip address
sudo nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.150
netmask 255.255.255.0
gateway 192.168.1.1
ネットワーク再起動
sudo /etc/init.d/networking restart
mozc 導入
今度のハードウェアは、Unityも使えます。
固定アドレスを、192.168.1.151 に変更
text editor: nano
/etc/network/interfaces
step 1
change static ip address
sudo nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.150
netmask 255.255.255.0
gateway 192.168.1.1
ネットワーク再起動
sudo /etc/init.d/networking restart
mozc 導入
Comments
Post a Comment