2 2012/11/2 (c) Hiroki Sato / 71

Size: px
Start display at page:

Download "2 2012/11/2 (c) Hiroki Sato / 71"

Transcription

1 FreeBSD PC FreeBSD / FreeBSD Project 2012/11/2 2012/11/2 (c) Hiroki Sato 1 / 71

2 2 2012/11/2 (c) Hiroki Sato / 71

3 2012/11/2 (c) Hiroki Sato 3 / 71

4 PC to to BSD 1.0 to 2.0 Unics UnixTSS 1 to 4 UnixTSS 5 to 6 UnixTSS 7 Unix 32v PWB/Unix Open Source Mixed/Shared Source Closed Source to to to to 2010 Minix 1.x Minix 2.x Minix 3.x Linux Linux 0.95 to 1.2.x Linux 2.0 to 2.6.x NEXTSTEP/ OPENSTEP 1.0 to 4.0 Mac OS X Server Mac OS X 10.0 to 10.7.x (Darwin) UnixTSS 8 UnixTSS (Time Sharing System) 9 to 10 BSD NET/2 386BSD FreeBSD 1.0 to 2.2.x FreeBSD 3.0 to 3.2 FreeBSD 3.3 to 8.2 BSD 3.0 to 4.1 BSD 4.2 BSD 4.3 BSD 4.3 Tahoe BSD 4.3 Reno BSD 4.4 to 4.4 lite2 NetBSD 0.8 to 1.0 NetBSD 1.1 to 1.2 NetBSD 1.3 NetBSD 1.3 to 5.x Sun OS 1 to 1.1 Sun OS 1.2 to 3.0 Sun OS 4 OpenBSD 1.0 to 2.2 OpenBSD 2.3 to 5.0 AIX 1.0 AIX 3.x to 7.1 Xenix 1.0 to 2.3 Xenix 3.0 SCO Xenix SCO Xenix W286 SCO Xenix V386 SCO Xenix W386 SCO Unix OpenServer 5.0 to 5.04 OpenServer to OpenServer 6.0 System III System V R1 to R2 System V R3 System V R4 Unixware 1.x to 2.x Unixware 7.x Solaris 2.1 to 10 OpenSolaris to HP/UX 1.0 to 1.2 HP/UX 2.0 to 3.0 HP/UX 6 to 11 HP/UX 11i to 11i v Linux 3.x to to /11/2 (c) Hiroki Sato 4 / 71

5 Linux Linux 0.95 to 1.2.x NEXTSTEP/ OPENSTEP 1.0 to BSD 4.3 PC UnixTSS (Time Sharing System) 9 to 10 BSD NET/2 386BSD FreeBSD 1.0 to 2.2.x BSD 4.3 Tahoe BSD 4.3 Reno BSD 4.4 to 4.4 lite2 NetBSD 0.8 to 1.0 NetBSD 1.1 to 1.2 Sun OS 1.2 to 3.0 Sun OS 4 OpenBSD 1.0 to 2.2 AIX 1.0 AIX 3.x to 7.1 SCO Xen W286 SCO Xen V386 SCO Xen W386 SCO Un OpenServ 5.0 to 5.0 Linux 2.0 to 2.6.x Mac OS X Server Mac OS X 10.0 to 10.7.x (Darwin) FreeBSD 3.0 to 3.2 FreeBSD 3.3 to 8.2 NetBSD 1.3 NetBSD 1.3 to 5.x OpenBSD 2.3 to 5.0 OpenServ to 5. OpenServ 6.0 Linux 3.x 2012/11/2 (c) Hiroki Sato 4 / 71

6 PC 2012/11/2 (c) Hiroki Sato 5 / 71

7 PC 2012/11/2 (c) Hiroki Sato 6 / 71

8 PC 2012/11/2 (c) Hiroki Sato 7 / 71

9 PC 2012/11/2 (c) Hiroki Sato 8 / 71

10 2012/11/2 (c) Hiroki Sato 9 / 71

11 2012/11/2 (c) Hiroki Sato 10 / 71

12 2012/11/2 (c) Hiroki Sato 11 / 71

13 2012/11/2 (c) Hiroki Sato 12 / 71

14 2012/11/2 (c) Hiroki Sato 13 / 71

15 2012/11/2 (c) Hiroki Sato 14 / 71

16 2012/11/2 (c) Hiroki Sato 15 / 71

17 2012/11/2 (c) Hiroki Sato 16 / 71

18 2012/11/2 (c) Hiroki Sato 17 / 71

19 2012/11/2 (c) Hiroki Sato 18 / 71

20 2012/11/2 (c) Hiroki Sato 19 / 71

21 2012/11/2 (c) Hiroki Sato 20 / 71

22 2012/11/2 (c) Hiroki Sato 21 / 71

23 2012/11/2 (c) Hiroki Sato 22 / 71

24 2012/11/2 (c) Hiroki Sato 23 / 71

25 2012/11/2 (c) Hiroki Sato 24 / 71

26 2012/11/2 (c) Hiroki Sato 25 / 71

27 2012/11/2 (c) Hiroki Sato 26 / 71

28 2012/11/2 (c) Hiroki Sato 27 / 71

29 % cd /usr/src % make -j4 buildworld /usr/src /usr/obj (OBJDIR) % make -j4 buildkernel /usr/src/sys buildworld /usr/obj/ % make installkernel DESTDIR=/ /usr/obj $DESTDIR/boot/kernel % make installworld DESTDIR=/ /usr/obj $DESTDIR/ 2012/11/2 (c) Hiroki Sato 28 / 71

30 2012/11/2 (c) Hiroki Sato 29 / 71

31 2012/11/2 (c) Hiroki Sato 30 / 71

32 2012/11/2 (c) Hiroki Sato 31 / 71

33 % cd /usr/src % make TARGET_ARCH=arm TARGET=arm -j4 buildworld % make TARGET_ARCH=arm TARGET=arm -j4 buildkernel KERNCONF=OPENBLOCKS_A6 2012/11/2 (c) Hiroki Sato 32 / 71

34 % cd /usr/src % make TARGET_ARCH=arm TARGET=arm installworld distribution DESTDIR=/armroot % cp /usr/obj/arm.arm/usr/src/sys/openblocks_a6/kernel.bin /armroot 2012/11/2 (c) Hiroki Sato 33 / 71

35 # cd /armroot # dd if=/dev/zero of=/dev/da2 bs=512 count=10 # gpart create -s mbr da2 # gpart add -s 32m -t \!14 da2 # newfs_msdos -F 16 /dev/da2s1 # mount -t msdosfs /dev/da2s1 /mnt # cp /armroot/kernel.bin /mnt # umount /mnt # gpart add -t freebsd da2 # newfs -U /dev/da2s2 # mount /dev/da2s2 /mnt # tar cf -. tar xf - -C /mnt # umount /mnt 2012/11/2 (c) Hiroki Sato 34 / 71

36 ucom1x:dv=/dev/cuau0:br#115200:pa=none: 2012/11/2 (c) Hiroki Sato 35 / 71

37 ucom1x:dv=/dev/cuau0:br#115200:pa=none: 2012/11/2 (c) Hiroki Sato 36 / 71

38 # tip ucom1x U-Boot (Jul :39:15) Plat'Home version: (Base: Marvell version: 3.5.9) U-Boot code: > 0067FFF0 BSS: -> 006CF140 Soc: 88F6282 A1CPU 600Mhz L2 300Mhz SysClock = 300Mhz, TClock = 200Mhz DRAM (DDR2) CAS Latency = 5 trp = 5 tras = 14 trcd=5 DRAM CS[0] base 0x size 512MB DRAM Total size 512MB 16bit width... CPU : Marvell Feroceon (Rev 1)... Run Boot Selection Script *** SW 1 IS ON *** *** SW 2 IS OFF, ENTER COMMAND PROMPT *** openblocks>> 2012/11/2 (c) Hiroki Sato 37 / 71

39 2012/11/2 (c) Hiroki Sato 38 / 71

40 openblocks>> usb start (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found Waiting for storage device(s) to settle before scanning... 1 Storage Device(s) found openblocks>> fatload usb 0 0x kernel.bin reading kernel.bin bytes read openblocks>> go 0x /11/2 (c) Hiroki Sato 39 / 71

41 openblocks>> go 0x ## Starting application at 0x KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-CURRENT #164 r239381:239508m: Wed Aug 22 04:00:26 JST /11/2 (c) Hiroki Sato 40 / 71

42 2012/11/2 (c) Hiroki Sato 41 / 71

43 2012/11/2 (c) Hiroki Sato 42 / 71

44 2012/11/2 (c) Hiroki Sato 43 / 71

45 # tip ucom1x U-Boot (Oct :02:08) Marvell-DreamPlug SoC: Kirkwood 88F6281_A0 DRAM: 512 MiB SF: Detected MX25L1606 with page size 256, total 1 MiB In: serial Out: serial Err: serial Net: egiga0, egiga1 88E1121 Initialized on egiga0 88E1121 Initialized on egiga1 Hit any key to stop autoboot: /11/2 (c) Hiroki Sato 44 / 71

46 >> usb start (Re)start USB... USB: Register NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 6 USB Device(s) found scanning bus for storage devices... 2 Storage Device(s) found >> fatload usb 1 0x kernel.bin reading kernel.bin bytes read ## Starting application at 0x >> go 0x KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-CURRENT #19 r239213:239381m: Sun Aug 19 21:07:10 JST 2012 hrs@deva.allbsd.org:/usr/obj/arm.arm/usr/src.head/sys/dreamplug arm 2012/11/2 (c) Hiroki Sato 45 / 71

47 2012/11/2 (c) Hiroki Sato 46 / 71

48 2012/11/2 (c) Hiroki Sato 47 / 71

49 2012/11/2 (c) Hiroki Sato 48 / 71

50 2012/11/2 (c) Hiroki Sato 49 / 71

51 2012/11/2 (c) Hiroki Sato 50 / 71

52 2012/11/2 (c) Hiroki Sato 51 / 71

53 2012/11/2 (c) Hiroki Sato 52 / 71

54 2012/11/2 (c) Hiroki Sato 53 / 71

55 2012/11/2 (c) Hiroki Sato 54 / 71

56 2012/11/2 (c) Hiroki Sato 55 / 71

57 2012/11/2 (c) Hiroki Sato 56 / 71

58 2012/11/2 (c) Hiroki Sato 57 / 71

59 2012/11/2 (c) Hiroki Sato 58 / 71

60 # tip ucom1x U-Boot (Apr :55:09) AP83 (ar9100) U-boot DRAM: sri 32 MB id read 0x100000ff flash size 8MB, sector count = 128 Flash: 8 MB Using default environment In: serial Out: serial Err: serial Net: ag7100_enet_initialize... No valid address in Flash. Using fixed address : cfg1 0xf cfg2 0x7114 eth0: 00:03:7f:09:0b:ad eth0 up eth0 Autobooting in 1 seconds 2012/11/2 (c) Hiroki Sato 59 / 71

61 # tip ucom1x U-Boot (Apr :55:09) AP83 (ar9100) U-boot DRAM: sri 32 MB id read 0x100000ff flash size 8MB, sector count = 128 Flash: 8 MB Using default environment In: serial Out: serial Err: serial Net: ag7100_enet_initialize... No valid address in Flash. Using fixed address : cfg1 0xf cfg2 0x7114 eth0: 00:03:7f:09:0b:ad eth0 up eth0 Autobooting in 1 seconds 2012/11/2 (c) Hiroki Sato 60 / 71

62 % svn checkout svn://svn.freebsd.org/base/head src % svn checkout build % cd build/programs/mktplinkfw % make # make install #../../build/bin/build tl-wr1043nd buildworld buildkernel # mkdir /tftpboot #../../build/bin/build tl-wr1043nd installworld installkernel distribution mfsroot fsimage tplink 2012/11/2 (c) Hiroki Sato 61 / 71

63 >> setenv ipaddr >> setenv serverip >> erase 0xbf c0000 >> tftpboot 0x TP-WN1043ND.factory.bin >> cp.b 0x xbf x7c0000 >> bootm 0xbf # /etc/inetd.conf tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot # /etc/hosts.allow tftpd : / : allow # /etc/rc.conf inetd_enable= YES 2012/11/2 (c) Hiroki Sato 62 / 71

64 # tip ucom1x KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-CURRENT #0 r239381:239508m: Thu Jan 1 09:00:00 JST 1970 hrs@deva.allbsd.org:/usr/obj/mipseb/mips.mips/usr/src.head.mips/sys/tp- WN1043ND mips... FreeBSD/mips (freebsd-wifi-build) (ttyu0) login: 2012/11/2 (c) Hiroki Sato 63 / 71

65 # ifconfig arge0: flags=8943<up,broadcast,running,promisc,simplex,multicast> metric 0 mtu 1500 ether 90:f6:52:3e:cd:fc inet6 fe80::92f6:52ff:fe3e:cdfc%arge0 prefixlen 64 scopeid 0x6 nd6 options=21<performnud,auto_linklocal> media: Ethernet 1000baseT <full-duplex> status: active arge1: flags=8802<broadcast,simplex,multicast> metric 0 mtu 1500 ether 90:f6:52:3e:cd:fd nd6 options=21<performnud,auto_linklocal> media: Ethernet 100baseTX <full-duplex> status: active ath0: flags=8802<broadcast,simplex,multicast> metric 0 mtu 2290 ether 00:19:e0:66:66:68 nd6 options=21<performnud,auto_linklocal> media: IEEE Wireless Ethernet autoselect (autoselect) status: no carrier bridge0: flags=8843<up,broadcast,running,simplex,multicast> metric 0 mtu 1500 ether 9e:ed:03:3a:39:df inet netmask 0xffffff00 broadcast nd6 options=21<performnud,auto_linklocal> id 00:00:00:00:00:00 priority hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 root id 00:00:00:00:00:00 priority ifcost 0 port 0 member: arge0 flags=143<learning,discover,autoedge,autoptp> ifmaxaddr 0 port 6 priority 128 path cost /11/2 (c) Hiroki Sato 64 / 71

66 2012/11/2 (c) Hiroki Sato 65 / 71

67 2012/11/2 (c) Hiroki Sato 66 / 71

68 2012/11/2 (c) Hiroki Sato 67 / 71

69 2012/11/2 (c) Hiroki Sato 68 / 71

70 ABC /11/2 (c) Hiroki Sato 69 / 71

71 ML 2012/11/2 (c) Hiroki Sato 70 / 71

72 2012/11/2 (c) Hiroki Sato 71 / 71

sato-FBSDW key

sato-FBSDW key 4 FreeBSD (18:30 / FreeBSD Project 2015/1/30 2015/01/30 (c) Hiroki Sato 1 / 45 2015/01/30 (c) Hiroki Sato 2 / 45 2015/01/30 (c) Hiroki Sato 3 / 45 2015/01/30 (c) Hiroki Sato 4 / 45 2015/01/30

More information

2 ビルド手順 KZM-CA9-01 用の Linux カーネル クロスツールチェイン ユーザーランドをビルドする手順を以下に示します 2.1 buildroot 環境の準備 ビルドに必要なパッケージをインストールします HOSTPC# apt-get install bison flex gett

2 ビルド手順 KZM-CA9-01 用の Linux カーネル クロスツールチェイン ユーザーランドをビルドする手順を以下に示します 2.1 buildroot 環境の準備 ビルドに必要なパッケージをインストールします HOSTPC# apt-get install bison flex gett KZM-CA9-01 Linux 開発環境の構築方法 KZM-CA9-01 用 Linux は buildroot を使用して カーネル クロスツールチェイン ユーザーランドを提供しています 本書は KZM-CA9-01 用 Linux のビルド ブートなどの方法を記述しています 用法 本書でのコマンド記述を以下に示します HOSTPC$ HOSTPC# U-BOOT$ WINPC> PT> ホスト

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

Raspberry Pi3 / arm64 - Debian/Ubuntu ミートアップ in 札幌

Raspberry Pi3 / arm64 - Debian/Ubuntu ミートアップ in 札幌 Raspberry Pi3 / arm64 Debian/Ubuntu in 2016 6 17 : @iwamatsu Debian Project Official Developer Debian : Debian linux kernel, Debian Bluetooth, Debian Science (OpenCV), Erlang, Debian Go : Linux kernel

More information

MINI2440マニュアル

MINI2440マニュアル Multi-Media DSP/BF53x Linux http://www.csun.co.jp info@csun.co.jp 2009/3/6 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 DSP/BF53x...3 1.1...3 1.2...7 DSP/BF53x...8 2.1...8 2.2...9 uclinux...

More information

RT300/140/105シリーズ 取扱説明書

RT300/140/105シリーズ 取扱説明書 REMOTE & BROADBAND ROUTER RT300i/RT140p/RT140f/RT140i RT140e/RT105p/RT105i/RT105e 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Console RT105i RT300i RT140p RT140f RT140i RT140e RT105p RT105i RT105e

More information

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

owners.book

owners.book Network Equipment RTX1200 RTX800 2 3 4 5 6 7 8 9 10 bold face Enter Ctrl Tab BS Del Ctrl X Ctrl X Regular face 11 12 13 14 RTX1200 RTX1200 RTX1200 15 16 ), -. / 1 4 5 6 17 18 19 20 21 console character

More information

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2 unitech PA600 Rugged En PDA - RFID HF - unitech 400618G Ver.1.2 - 2009 Unitech Oracle Embedded Software Licensing Program FCC - i 16 PA600 1. 5V/2A AC USB DC 2. PA600 DC 8 SDRAM 60 C C C C ii PA600 RFID

More information

集中講義 インターネットテクノロジー 第5回

集中講義 インターネットテクノロジー 第5回 5 ichii@ms.u-tokyo.ac.jp 2002/5/31 2 IPv6 2002/5/31 3 IPv6 32 IP 2008 streamline QoS anycast anycast: IPv6 40 128 2002/5/31 4 IP ICANN Ad Hoc Group on Numbering and Addressing McFadden/Holmes Report of

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 5 6 Xen OS VT AMD-V OSWindows

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 1 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 2 5 6 Xen OS VT AMD-V OSWindows

More information

RT300i/RT140x/RT105i 取扱説明書

RT300i/RT140x/RT105i 取扱説明書 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Typewriter face RT105i RT300i RT140p RT140f RT140i RT140e RT105i RT300i 11 RARP 9600 bit/s 8 http://www.rtpro.yamaha.co.jp/ ftp.rtpro.yamaha.co.jp 12

More information

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度 Debian Buffalo Linkstation Debian Installer 139 2016 5 Roger Shimizu 2016 5 21 Agenda 1 2 3 Buffalo Linkstation Debian Installer 4 Linkstation Debian 5 6 Demo 10 ( ) Debian user. 2 Linkstation LS-WXL

More information

第一章 LPC2478 ボードの概要...3 第二章 uclinux の初体験 SD カードのテスト USB メモリのテスト USB Devices のテスト network のテスト...6 第三章 uclinux のコンパイル...

第一章 LPC2478 ボードの概要...3 第二章 uclinux の初体験 SD カードのテスト USB メモリのテスト USB Devices のテスト network のテスト...6 第三章 uclinux のコンパイル... 株式会社日新テクニカ株式会社日新テクニカ株式会社日新テクニカ 1 ARM ARM ARM ARM7/TDMI 7/TDMI 7/TDMI 7/TDMI LPC LPC LPC LPC247 247 247 2478-uC uc uc uclinux inux inux inux マニュアルマニュアルマニュアルマニュアル株式会社日新テクニカ株式会社日新テクニカ株式会社日新テクニカ株式会社日新テクニカ

More information

2012/6/8 (c) Hiroki Sato 2 / 70

2012/6/8 (c) Hiroki Sato 2 / 70 FreeBSD Jail / FreeBSD Project 2012/6/8 2012/6/8 (c) Hiroki Sato 1 / 70 2012/6/8 (c) Hiroki Sato 2 / 70 RACCT / RCTL 2012/6/8 (c) Hiroki Sato 3 / 70 UNIX OS 2012/6/8 (c) Hiroki Sato 4

More information

L2plusスイッチバージョンアップ手順書

L2plusスイッチバージョンアップ手順書 P/N J613-M0005-15 Rev.G 110705 1... 3 1.1... 3 1.2... 3 1.3... 4 2... 4 2.1... 4 3... 5 3.1... 5 3.2... 5 3.3... 6 4... 13 4.1... 13... 14... 14... 14 25 26 L/A 1 C/D L/A 3 C/D L/A 5 C/D L/A 7 C/D L/A

More information

I j

I j I j06062 19.5.22 19.5.25 19.5.25 1 1 1 ping 3 2 2 ping 4 3 3 traceroute 5 4 4 netstat 5 4.1 netstat -i............................................. 5 4.2 netstat -r.............................................

More information

Warp demo station manual

Warp demo station manual 組み込み Linux 高速起動ソリューション "Warp!! iw-rainbow-g22d-sodimm 評価キット操作手順書 Version 1.0 Rev 日付. 1.0 2017/02/23 初版 変更内容 注意 - 本ソフトウェアおよびマニュアルの著作権は リネオソリューションズ株式会社にあります - 本ソフトウェアおよびマニュアルの一部または全部を無断で使用 複製することはできません -

More information

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度 Raspberry Pi 2 Model B Debian Jessie / armhf 125 2015 3 2015 3 7 1 Raspberry Pi 2 Model B Raspberry Pi 2 Raspberry Pi 2 Model B Debian Jessie / armhf Raspberry Pi 2 Model B Raspberry Pi Raspberry Pi 2

More information

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

unitech PA500 Enterprise PDA Rev. A

unitech PA500 Enterprise PDA Rev. A unitech PA500 Enterprise PDA Rev. A PA500 Enterprise PDA Unitech Copyright 2007 unitech Electronics Co., Ltd. Web : http:\\www.unitech-japan.co.jp Bluetooth Bluetooth SIG Microsoft Windows ActiveSync

More information

第173回東京エリアDebian勉強会   grml-debootstrapを用いた USB起動メモリの作成

第173回東京エリアDebian勉強会    grml-debootstrapを用いた  USB起動メモリの作成 173 Debian grml-debootstrap USB NOKUBI Takatsugu ( ) knok@debian.org 2019-04-20 NOKUBI Takatsugu ( ) knok@debian.org / knok@daionet.gr.jp Twitter: @knok Debian developer since 2002 bo USB grml-debootstrap

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

untitled

untitled NTT TOP A WAN WAN VRRP NIC OSPF VRRP STP 1. IPv6 IPv6 2. 3. IPv6 1. IPv4 NAT IPv6 1. 2. (IPv4 ) NAT? Unique Local IPv6 Unicast Address /8 /48 /64 /128 7 1 40 16 64 ULA Global ID Interface ID Type Subnet

More information

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 Abstract DNS AAAA Query A/AAAA Query DNS All rights reserved. Copyright(c)2006 WIDE Project 2 AAAA Query

More information

RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version 3

RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version 3 RouteMagic Controller RMC-MP200 / MP1200 - Version 3.6 - RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version

More information

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc ( ) ( ) () 1 Netshut...1 1.1....1 1.1.1....1 1.1.2. OS...1 1.2....2 2...2 2.1....2 2.2. Linux(RPM )...3 2.3. Solaris(PKG )...4 3 Netshut...7 3.1....7 3.2....8 3.3. Netshut...9 3.4. Syslog...10 3.4.1....11

More information

MINI2440マニュアル

MINI2440マニュアル Linux/Android/WinCE 対応マルチ メディア ARM11 ボード Idea6410+LCD4.3 の Android 1.5 マニュアル 株式会社日昇テクノロジー http://www.csun.co.jp info@csun.co.jp 2010/2/5 copyright@2010 修正履歴 NO バージョン修正内容修正日 1 Ver0.1 新規作成 2010/2/5 2 Ver0.2

More information

Express5800/ECAccelerator

Express5800/ECAccelerator 7 w w w w w A:yyyymmddhhmmss:ALARM_CODE:MODIFIER:EXTENDED_DATA:/*message*/ yyyymmddhhmmss: ALARM_CODE: [ESC RSC UTL OVL NLS] MODIFIER: EXTENDED_DATA: /*message*/: Intel 7110> set alarms Select monitoring

More information

Copyright 2008 All Rights Reserved 2

Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 1 Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 3 Copyright 2008 All Rights Reserved 4 Copyright 2008 All Rights Reserved 5 Copyright 2008 All

More information

ハピタス のコピー.pages

ハピタス のコピー.pages Copyright (C) All Rights Reserved. 10 12,500 () ( ) ()() 1 : 2 : 3 : 2 4 : 5 : Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD For USB FDD Driver CD-ROM P/N 139060-02 Copyright 1999-2001 Y-E Data, Inc. All Rights Reserved. USB FDD USB FDD USB FDD VCCI Adobe

More information

034_01_p12.pdf

034_01_p12.pdf 12 ASR-6405 KIT Red Hat Linux, SUSE Linux, VMWare, Sun Solaris, FreeBSD 7 60884 15648 3 2271100-R 600 e Gen2 Unified Serial / ASR-6445 SGL 7 60884 15644 5 2270200-R 600 e Gen2 Red Hat Linux, SUSE Linux,

More information

設定手順

設定手順 IP Cluster & Check Point NGX (IPSO 4.0 & Check Point NGX (R60)) 2007 7 IP Cluster & Check Point NGX...2 1 Gateway Cluster...6 1-1 cpconfig...6 1-2 Gateway Cluster...6 1-3 3rd Party Configuration...8 1-4

More information

n PSMT(Perfectly Secure Message Transmission) PSMT

n PSMT(Perfectly Secure Message Transmission) PSMT 23 n jail 200802991 1 1 5 1.1.................................... 5 2 n 7 2.1 PSMT(Perfectly Secure Message Transmission)............ 8 2.1.1 PSMT................. 8 2.1.2 PSMT...........................

More information

名称未設定

名称未設定 Parallels Desktop 6 for Mac Read Me Parallels Desktop for Mac build 6.0.11822 Parallels Desktop for Mac 1.Parallels Desktop for Mac 2. 3. 4. 5. Parallels Desktop 6. Parallels Desktop 6 for Mac 7. Parallels

More information

CMS入門

CMS入門 CMS(Contents Management System) 1 CMS CMS Unix Unix Unix Unix Unix (POP IMAP) OS CMS URL CMS URL CMS CMS Joomla 2006 CMS CMS TYPO3 Plone, TEXTPATTERN, MODx, Geeklog Joomla Mambo CMS 1.0 Mambo 1.5 1.5RC2

More information

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

橡Webcamユーザーガイド03.PDF

橡Webcamユーザーガイド03.PDF Desktop On-Call Version 4 Webcam extension Pak for Windows Webcam extension Pak Desktop On-Call Version 4 Web PC i Desktop On-Call Version 4 PC PC Desktop On-Call Version 4 PC Windows 98 Windows 98SE Windows

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

PDF.PDF

PDF.PDF 1 2 3 LAN Ethernet( ) TSS(Time Sharing System: ) TSS CPU TSS LAN 3Mbit/s 10Mbit/s 9.6Kbit/s LAN DEC Intel 3 DIX DIX 10Mbit/s 500m 10Base5 LAN IEEE802 IEEE802.3 100Mbit/s 100BaseTX TCP/IP Ethernet LAN 7

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

RouteMagic Controller RMC-MP200 / MP Version

RouteMagic Controller RMC-MP200 / MP Version RouteMagic Controller RMC-MP200 / MP1200 - Version 3.7.1 - RouteMagic Controller( RMC ) 3.7 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.7 RouteMagic Controller Version

More information

Microsoft Word - AFT_3TB_HDD_install_guide doc

Microsoft Word - AFT_3TB_HDD_install_guide doc AFT 及び 3TB HDD への OS インストール 目次 概要 P.1 動作確認構成 P.1 対応要件 P.1 Server 対応一覧 P.2 OS 対応一覧 P.3 OS インストール方法 P.4 AFT P.4 3TB P.8 AFT +3TB P.10 2012.01.26: ぷらっとホーム技術部山﨑作成 2012.02.06: ぷらっとホーム技術部山﨑更新 2012.02.09: ぷらっとホーム技術部山﨑更新

More information

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33 1.... 3 1.1... 3 1.2... 3

More information

超消わいぷたん公式マニュアル第2版

超消わいぷたん公式マニュアル第2版 Project 3 TM R Project 4 1 7 1.1........................... 7 1.2.............................. 8 1.3..................... 8 1.4.............................. 9 1.5 wipe-out................... 9 2 10 2.1..............................

More information

Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2

Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2 MAP Tutorial @ 1 Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2 IPv4 over IPv6 IPv6 network IPv4 service Internet Service ProviderISP IPv4 service

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

Cisco 1711/1712セキュリティ アクセス ルータの概要

Cisco 1711/1712セキュリティ アクセス ルータの概要 CHAPTER 1 Cisco 1711/1712 Cisco 1711/1712 Cisco 1711/1712 1-1 1 Cisco 1711/1712 Cisco 1711/1712 LAN Cisco 1711 1 WIC-1-AM WAN Interface Card WIC;WAN 1 Cisco 1712 1 ISDN-BRI S/T WIC-1B-S/T 1 Cisco 1711/1712

More information

033_01.pdf

033_01.pdf 12 ASR-5805Z/Q ROHS SGL Windows 7 / Vista / XP / Server 2008 / 2003, Red Hat Linux, SUSE Linux, 7 60884 15630 8 2268600-R 300 ASR-5805/Q ROHS SGL Unified Serial / 300 7 60884 15629 2 2268500-R Windows

More information

KDDI

KDDI Copyright 2007 KDDI Corporation. All Rights Reserved page.1 Copyright 2007 KDDI Corporation. All Rights Reserved page.2 Copyright 2007 KDDI Corporation. All Rights Reserved page.3 Copyright 2007 KDDI Corporation.

More information

unix.dvi

unix.dvi 1 UNIX 1999 4 27 1 UNIX? 2 1.1 Windows/Macintosh? : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 UNIX OS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : :

More information

VMware Lab Manager User’s Guide

VMware Lab Manager User’s Guide VMware http://www.vmware.com/support/ docfeedback@vmware.com 2 VMware, Inc. VMware, Inc. 3 VMware 4 VMware, Inc. VMware, Inc. 5 VMware 6 VMware, Inc. VMware, Inc. 7 VMware 8 VMware, Inc. VMware, Inc. 9

More information

MINI2440マニュアル

MINI2440マニュアル Open-JTAG LPC2388 + GCC + Eclipse http://www.csun.co.jp info@csun.co.jp Ver1.4 2009/7/31 LPC2388 OpenJTAG copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 ...3 ARM...4...5...6 4.2 OpenJTAG...6 4.2...8

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

できるん?! セキュリティ ~ハードディスクの情報消去~

できるん?! セキュリティ ~ハードディスクの情報消去~ ?! 2004 12 29 40 pp.3 36 34 Project Copyright (C) 2004 by Project 2004 12 PDF 2011 12 http://www.wheel.gr.jp/~dai/software/wipe-out/dekirun2/dekirun2-sample2.pdf CD PDF 2011 12 http://www.wheel.gr.jp/~dai/software/wipe-out/dekirun2/dekirun2-sample.pdf

More information

表紙

表紙 クラスルーム PC 管理ソフトウェア導入手順書 RedHat Enterprise Linux ES4 のインストール 授業運用を考慮したサーバ環境構築を行うため 以下にインストール手順を記す 記述のない部分は RedHat Enterprise Linux ES4( 以下 RHEL) の標準設定を使用する事とする インストール内容に関するポイント 手動パーティション設定 パッケージグループの選択

More information

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat ScreenOS 5.0 1 2 ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gateway NAT Destination NetScreen-Security

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

できるん?! セキュリティ 〜ハードディスクの情報消去〜 改訂第三版

できるん?! セキュリティ 〜ハードディスクの情報消去〜 改訂第三版 Project TM R Project 1 7 1.1........................... 7 1.2.............................. 8 1.3..................... 8 1.4.............................. 9 1.5 wipe-out................... 9 2 10 2.1..............................

More information

tutorial_lc.dvi

tutorial_lc.dvi 00 Linux v.s. RT Linux v.s. ART-Linux Linux RT-Linux ART-Linux Linux kumagai@emura.mech.tohoku.ac.jp 1 1.1 Linux Yes, No.,. OS., Yes. Linux,.,, Linux., Linux.,, Linux. Linux.,,. Linux,.,, 0..,. RT-Linux

More information

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root)

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) 1.2.0.0.1.8.e164.arpa DNSSEC Version 1.0 2006 3 7 JPRS JPRS 1.2.0.0.1.8.e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) BIND DNS 1. DNSSEC DNSSEC DNS DNS DNS - 1 - DNS DNS

More information

04.PDF

04.PDF 4Layer2 sirokuma@sfc.wide.ad.jp Layer1/2 ( ) 11/6 Layer2 Layer2 Layer2 Layer2 1. 2. 300M3km? 5km 3. 4. WIDE ( ) 200400 2003 LAN http://www.daiwaresort.co.jp/hamanako/ 1 NOC ( ) LAN 16 port 11a/b/g ciscoaironet

More information

橡EN1165.PDF

橡EN1165.PDF G780(7ZMMP-KK F1C) BIOS Setup 1 G780(7ZMMP-KK F1C) 2 G780(7ZMMP-KK F1C) 3 G780(7ZMMP-KK F1C) 4 G780(7ZMMP-KK F1C) 1st Boot Device 2nd Boot Device 3rd Boot Device S.M.A.R.T. for Hard Disks BootUp Num-Lock

More information

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved.

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. Rev. 1.0 MU-PS1T0B MU-PS500B MU-PS250B Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. 1.... 4... 4... 4 T1... 5 T1...

More information

VLAN.dvi

VLAN.dvi ... 2... 2.... 2... 3... 5... 7... 9... 9 ADD BRIDGE... 10 ADD PORT... 11 CREATE..... 13 DELETE BRIDGE... 14 DELETE PORT... 15 DESTROY.... 16 SET BRIDGE... 17 SET PORT.... 18 SHOW...... 19 SHOW BRIDGE...

More information

RouteMagic Controller RMC-MP200 / MP Version

RouteMagic Controller RMC-MP200 / MP Version RouteMagic Controller RMC-MP200 / MP1200 - Version 3.5.2 - RouteMagic Controller( RMC ) 3.5.2 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.5 RouteMagic Controller

More information

初心者にもできるアメブロカスタマイズ新2016.pages

初心者にもできるアメブロカスタマイズ新2016.pages Copyright All Rights Reserved. 41 Copyright All Rights Reserved. 60 68 70 6 78 80 Copyright All Rights Reserved. FC2 97 Copyright All Rights Reserved. Copyright All Rights Reserved. Copyright All Rights

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC enp1s0, enx0090cce7c734, lo 3 PC 2.1 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK

More information

00.目次_ope

00.目次_ope 816XL ii iii iv iv User Entry 1 3 v vi vii viii 1 1 C: >VTTERM 1- 1 1-3 1 1-4 1 1-5 1 1-6 1 1-7 1 1-8 1 1-9 1 1-10 C: >VTN 1 Host Name: 1-11 1 01 1-1 0.0.0.0 1 1-13 1 1-14 - -3 Port status and configuration

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 :

More information

UsersGuide_INR-HG5497c_.doc

UsersGuide_INR-HG5497c_.doc UPS / Web/SNMP VCCI A Web/SNMP... 1.. WEB...1.. SNMP...1.. NETSHUT...1.. 100BASE-TX...1... 2 Web... 4.....5.....7......7......8......9.. UPS...10... UPS...10...13......14......14...15......17......17..

More information

取扱説明書の読み替え一覧表

取扱説明書の読み替え一覧表 SCSI アレイコントローラカード取扱説明書 ( 追補版 ) PG-140BL PG-140C PG-140CL PG-141B PG-142B PG-142C PG-142D GP5-150 GP5-1501 GP5-151 はじめに Linux MicrosoftWindows NTMicrosoft Corporation NetwareNovell Copyright 1985-2001 Microsoft

More information

BIND 9 BIND 9 IPv6 BIND 9 view lwres

BIND 9 BIND 9 IPv6 BIND 9 view lwres DNS : BIND9 ( ) /KAME jinmei@{isl.rdc.toshiba.co.jp, kame.net} Copyright (C) 2001 Toshiba Corporation. BIND 9 BIND 9 IPv6 BIND 9 view lwres BIND 3 : 4, 8, 9 BIND 4 BIND 8 vs BIND 9 BIND 9 IPv6 DNSSEC BIND

More information

forum.dvi

forum.dvi Web 1 Winny (P2P ) ( ) Windows 1.1 Windows (CIFS: Common Internet File System) CIFS Microsoft OS Windows XP 1 Windows LAN CIFS 1.2 CIFS ( ) ( OS ) Apache Apache Microsoft IIS OS Unix Apache Apache OS Unix

More information

Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS Aug. 19, 2005 NII p. 2/32

Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS Aug. 19, 2005 NII p. 2/32 CAS Single Sign On naito@math.nagoya-u.ac.jp naito@math.nagoya-u.ac.jp, Aug. 19, 2005 NII p. 1/32 Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS naito@math.nagoya-u.ac.jp, Aug. 19, 2005 NII p.

More information

... 4 DPM... 6 ICMB... 7 DPM ( ) DPM DHCP DPM

... 4 DPM... 6 ICMB... 7 DPM ( ) DPM DHCP DPM ... 4 DPM... 6 ICMB... 7 DPM ( )... 8 1. DPM... 8 2.DHCP... 10 3.... 14... 16 1....17 2.... 18 3.... 19 4.... 23 5.... 30 6....36 7.... 38 DPM... 39 1.... 39 2.... 43 3.... 44 4.... 50 5.... 51 6.... 56

More information

DIRECTIONS

DIRECTIONS Juniper SRX 日本語マニュアル 1. Junos OS インストール & アップグレード はじめに Junos OS のインストールとアップグレード方法について説明します 手順内容は SRX300 Junos OS 15.1X49-D140 にて確認を実施しております 2018 年 8 月 2 アジェンダ 1. ソフトウェアのダウンロード 2. ソフトウェアのインストール準備 3. CLI

More information

Model BRevision 2.0 OS Raspbian wheezy NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL Web

Model BRevision 2.0 OS Raspbian wheezy NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL   Web Model BRevision 2.0 OS Raspbian wheezy 2013-09-25 NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL http://v7.com/raspi2/ Web http://www.rutles.net/ FAX 35 35!? USBHDMILAN SD RS Components120126

More information

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

今から間にあう仮想化入門とXenについて

今から間にあう仮想化入門とXenについて Xen Linux 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Agenda IA Xen. Xen 4. Xen 2 19 10 1 IA IA Server Linux Windows Linux Linux

More information

ユーザーズマニュアル(SVCEシリーズ)

ユーザーズマニュアル(SVCEシリーズ) SV-NET CONTROLLER SVCE SV-NET Controller SVCE SV-NET Controller Ether SV-NET SVCE Ethernet EtherCAT EtherCAT SVCE SVCE SVC SVD SVCC SVCE TMasM TMc TMoS OS C SV-NET SV-NET AC SV-NET Controller Compact

More information

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 IP 2010 10 1 1 IP (IP ) 2 IP IP 2.1 IP (IP ) 1 IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 4 1,2 4.1 (Protocol) IP:Internet Protocol) 4.2 internet The Internet (internet)

More information

LAN LAN LAN LAN LAN LAN,, i

LAN LAN LAN LAN LAN LAN,, i 22 A secure wireless communication system using virtualization technologies 1115139 2011 3 4 LAN LAN LAN LAN LAN LAN,, i Abstract A secure wireless communication system using virtualization technologies

More information

Copyright All Rights Reserved. -2 -!

Copyright All Rights Reserved. -2 -! http://ameblo.jp/admarketing/ Copyright All Rights Reserved. -2 -! Copyright All Rights Reserved. -3- Copyright All Rights Reserved. -4- Copyright All Rights Reserved. -5 - Copyright All Rights Reserved.

More information

MINI2440マニュアル

MINI2440マニュアル Linux-2.6.28 マニュアル 株式会社日新テクニカ http://www.nissin-tech.com info@nissin-tech.com 2010/2/13 copyright@2010 1 第一章 Linux-2.6.28 の紹介...4 1.1 バージョン...4 1.2 機能...4 第二章イメージファイルの書き込み...4 2.1 SDboot の書き込み...5 2.2

More information

IP.dvi

IP.dvi ... 3... 3... 3... 4... 6 VLAN... 6... 6 DHCP... 7... 7... 9... 9... 10... 12 R... 15... 15... 15 ARP... 18... 18 ARP... 18 DNS... 20... 20 DHCP/BOOTP... 21... 21 DHCP... 22 UDP... 23... 23... 23... 26...

More information

untitled

untitled ... 3... 3... 4 Multiple STP.... 7 MST... 7 MST... 8 CIST... 9... 9... 9... 11... 11... 14... 14 ADD MSTP MSTI VLAN... 15 CREATE MSTP MSTI... 16 DELETE MSTP MSTI VLAN...... 17 DESTROY MSTP MSTI... 18 DISABLE

More information

NEC Storage series NAS Device

NEC Storage series NAS Device NEC Storage NV Series NAS Device Guide for Oracle Storage Compatibility Program Snapshot Technologies is-wp-04-001 Rev-1.00(J) Oct, 2004 NEC Solutions NEC Corporation. - 1 - Copyright 2004 NEC Corporation

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

migrating_to_2-node_cluster_flyer.ps

migrating_to_2-node_cluster_flyer.ps CN1610 2 2 CN1610 2 2 ( ) (N3150 N3220 N3240 ) 2 v CN1610 v ( ) CN1610 2 CN1610 2 2 : v 2 v Data ONTAP 8.2 v v LIF CN1610 : v CN1610 RCF FASTPATH IBM N Web v v v / CN1610 Data ONTAP (Clustered Data ONTAP

More information

XEN 仮想マシンの移植 Islandcenter.jp 2009/04/14 既に作成済みの XEN 仮想マシンを移植する方法を説明します 仮想マシンイメージは 通常 /var/lib/xen/image/myvmachine に作成されていますが このファイルを tar 圧縮してリムーバブルメデ

XEN 仮想マシンの移植 Islandcenter.jp 2009/04/14 既に作成済みの XEN 仮想マシンを移植する方法を説明します 仮想マシンイメージは 通常 /var/lib/xen/image/myvmachine に作成されていますが このファイルを tar 圧縮してリムーバブルメデ XEN 仮想マシンの移植 2009/04/14 既に作成済みの XEN 仮想マシンを移植する方法を説明します 仮想マシンイメージは 通常 /var/lib/xen/image/myvmachine に作成されていますが このファイルを tar 圧縮してリムーバブルメディアにコピーするなり rsync で他のコンピュータにコピーしたり あるいはバックアップされて今は使われていないイメージを戻して再利用することができます

More information

065763J ping ping pw ping % ping -c 5 pw193.cs.ie.u-ryukyu.ac.jp PING pw193.cs.ie.u-ryukyu.ac.jp ( ): 56 data bytes 64 bytes from

065763J ping ping pw ping % ping -c 5 pw193.cs.ie.u-ryukyu.ac.jp PING pw193.cs.ie.u-ryukyu.ac.jp ( ): 56 data bytes 64 bytes from 065763J 5 22 1 1 ping ping pw ping % ping -c 5 pw193.cs.ie.u-ryukyu.ac.jp PING pw193.cs.ie.u-ryukyu.ac.jp (133.13.49.193): 56 data bytes 64 bytes from 133.13.49.193: icmp_seq=0 ttl=62 time=2.628 ms 64

More information

Microsoft Word - sugiyama.doc

Microsoft Word - sugiyama.doc backtrack ( ) sugiyama[atmark]yamanashi.ac.jp 1. Web Linux ssh firewall firewall ( 1) Linux backtrack Debian,OpenSUSE,FreeBSD PC-UNIX PC backtrack CD USB 2. backtrack Linux ( 2) CD USB VMware 3 USB Vmware

More information