Linuxで、Shift-Jisを使っているパソコン通信へアクセスする方法
kterm -km sjis
Shift-Jisのウィンドーを開くcu -l /dev/ttyS0
モデムにアクセスする
/etc/lilo.conf を編集してから、/sbin/liloを実行します。Windows98が優先されるlilo.conf
# # # # boot = /dev/hda map=/boot/map install=/boot/boot.b prompt timeout=75 # # other = /dev/hda1 label = dos table = /dev/hda # # image = /vmlinuz root = /dev/hda2 label = linux read-only #
Linuxが優先されるlilo.conf
# # boot = /dev/hda map=/boot/map install=/boot/boot.b prompt timeout=75 # # image = /vmlinuz root = /dev/hda2 label = linux read-only # other = /dev/hda1 label = dos table = /dev/hda #
cd /usr/src
ln -s linux-2.3.18 linux.vanilla
gunzip -c patch-2.3.18ac3.gz | patch -p0
$ cat /var/run/stab Socket 0: Serial or Modem 0 serial serial_cs 0 ttyS1 4 65 Socket 1: Melco LPC2-T Ethernet 1 network pcnet_cs 0 eth0
ifconfig eth0 81.13.91.37 netmask 255.255.0.0
route add -net 172.19.0.0 netmask 255.255.0.0 gw 81.13.10.2 metric 1
route add -net 192.168.12.0 netmask 255.255.255.0 gw 81.13.11.2 metric 1
$ xdpyinfo | grep release vendor release number: 3330
1999年10月2日改訂