橡Ⅳインストールマニュアル.PDF

Size: px
Start display at page:

Download "橡Ⅳインストールマニュアル.PDF"

Transcription

1

2 1. IDWS Configuration... 2 Manager Configuration... 3 Plugin... 4 ID MIB... 4 Snort Output Plugin... 5 SML-XML Plugin... 9 MIB Plugin XML-SMI Plugin IDWS... 14

3 1. IDWS idws.tar.gz JDK 1.2 Perl 5.0 idws.tar.gz % zcat idws.tar.gz tar xvf - or % gunzip idws.tar.gz % tar -xvf idws.tar public_html % <~user>/public_html public_html a. idws2 roman lib b. startidws startinmi - IDWS - INMI idws 1

4 a. data manager b. Smi2Xml.tar.gz StatisticsMIBRequiredFiles.tar.gz Xml2Smi.tar.gz idsmibagentrequiredfiles.tar.gz snifferrequiredfiles.tar.gz c. romanapplet.html getpacket - SMI to XML - Statistics MIB - XML to SMI - ID MIB - Snort Output d. README README - IDWS Readme README.IDMIB - ID MIB Readme README.PLUGIN README.SMI2XML -Snort Plugin Readme - SMI to XML Plugin Readme README.STATSMIB- Statistics MIB Plugin Readme README.XML2SMI - XML to SMI Plugin Readme PC WINDOWS UNIX JDK1.2 policytool policytool % policytool Configuration Configuration 2

5 Manager Configuration snmp.conf ~user/idwsconfig/cysolids /tmp/cysolids.conf IDSSNMPCONFFILE. /tmp/snmp.conf Configuration a. snmptrapd snmp snmptrapdcommand = snmptrapd -p P On b. snmpinform command header snmpinformheader = snmpinform -v2c -p 5772 c. CorrelationTimeout = 25 d. Scan ScanCorrelationTimeout = 30,000 public_html/idws2/manager/conf Agentslist.cf ~user/idwsconfig/cysolids AGENTCONFFILE. /tmp/agentslist.cf SNMP query agent Agent1 = Agent2 = public_html/idws2/manager/conf 3

6 CySolIDS.conf ~user/idwsconfig IDWS public_html/idws2/manager/conf Plugin ID MIB idsmibagentrequiredfiles.tar.gz IDS Notification MIB ucd-snmp-4.1.2agent ucd-snmp ucd-snmp ucd-snmp % cd ucd-snmp % cp idsmibagentrequiredfiles.tar.gz 4. % zcat idsmibagentrequiredfiles.tar.gz tar xvf agent/mibgroup/midmib.c agent/mibgroup/midmib.h config/outdata.conf idsmibs/ids_mib.txt 5. 4

7 %./configure --prefix=<install Path for snmpd and snmptrapd > --with-mib-modules=" midmib" --withmibdirs="/usr/local/share/snmp/mibs: <absolute path of ucd-snmp directory>/idsmibs" snmpd /usr/local/sbin --prefix configure smnpd 6. build % make 7. % make install Configuration config/outdata.conf snort the incident.idb String incidentdbpath 1. snmpd % sbin/snmpd -p % snmpwalk -p 5555 <host> <community> midmib % snmpwalk -p 5555 <host> <community> Snort Output Plugin cysol-snort.tar.gz 2. snifferrequiredfiles.tar 5

8 snort snort 2. cp cysol-snort.tar.gz. 3. zcat cysol-snort.tar.gz tar xvf - 4. cd sniffer 5. cp snifferrequiredfiles.tar.gz. 6. zcat snifferrequiredfiles.tar.gz tar xvf - 7. cd snort 8../configure --prefix=<absolute path of snort> 9. Makefile LIBS LIBS = -lpcap -lsnmp -lkstat -lsocket -lnsl -L/usr/local/ssl/lib -lcrypto 10. make clean 11. make 12. make install snort 1. cysol-snort.tar.gz % cp cysol-snort.tar.gz. 2. % zcat cysol-snort.tar.gz tar xvf - sniffer/snort snort 3. sniffer % cd sniffer 4. snifferrequiredfiles.tar.gz file. % cp snifferrequiredfiles.tar.gz. 5. zcat snifferrequiredfiles.tar.gz tar xvf -./snort/idwscontrol.c./snort/idwscontrol.h 6

9 ./snort/spo_snortnet.c./smort/spo_snortnet.h./config/snortplugin.conf./config/cysolids.conf./snortlog/../startsnort./rules.txt./data/ 6. snort % cd snort 7. %./configure --prefix=<absolute path of snort> 8. Makefile LIBS LIBS = -lpcap -lsnmp -lkstat -lsocket -lnsl -L/usr/local/ssl/lib -lcrypto 9. make clean % make clean 10. build % make 11. % make install Configuration 1. CysolIDS.conf : ~user/idwsconfig CysolIDS.conf sniffer/config /tmp CysolIDS.conf 2. SnortPlugin.conf : ~user/idwsconfig SnortPlugin.conf sniffer/config CysolIDS.conf configuration Configuration footprintdbpath incidentdbpath = /opt/home/idws/sniffer/data/footprint.idb; = /opt/home/idws/sniffer/data/incident.idb; manager = megahira public 5772; engineid = E5 01 C E; 7

10 SENSORID = MySensorID SENSORVERSION = My SensorVersion Alpha 1.1 ALERTVERSION = My Alert Version 1.0 SENSORLOCALADDRESS = footprint.idb incident.idb file snmp inform snort ID ID snmpwalk String incidentdbpath footprintdbpath, manager, engineid, SENSORID,SENSORVERSION, ALERTVERSION, SENSORLOCALADDRESS snort 2. snifferrequiredfiles.tar.gz % cp snifferrequiredfiles.tar.gz. 3. tar zcat snifferrequiredfiles.tar.gz tar xvf - /snort/idwscontrol.c./snort/idwscontrol.h./snort/spo_snortnet.c./smort/spo_snortnet.h./config/snortplugin.conf./config/cysolids.conf./snortlog/../startsnort./rules.txt./data/ 4. snort % cd snort 5. Makefile.am idwscontrol.c idwscontrol.h snort_sources 8

11 snort_sources spo_log_database.c spo_log_database.h ucd-snmp 6. plugbase.h #include "spo_log_database.h" 7. plugbase.c SetupLogDatabase(); 8. automake automake Makefile 9. configure %./configure --prefix=<absolute path of snort> 10. Makefile LIBS path LIBS = -lpcap -lsnmp -lkstat -lsocket -lnsl -L/usr/local/ssl/lib -lcrypto 11. make clean % make clean 12. make % make 13. make install % make install sniffer 2. super 3. startsnor t startsnort snort snortlog/alert Delete yes SML-XML Plugin Smi2Xml.tar.gz 9

12 Plugin 2. cp Smi2Xml.tar.gz. 3. zcat Smi2Xml.tar.gz tar xvf - 4. gcc -o Smi2Xml Smi2Xml.c 5. XMLDests configuration XML 6. snmptrapd.conf traphandle ~user/smixml/smi2xml -c ~user/idwsconfig/cysolsids.conf Plugin 2. Smi2Xml.tar.gz % cp Smi2Xml.tar.gz. 3. % zcat Smi2Xml.tar.gz tar xvf - SmiXml/Smi2Xml.c SmiXml/Smi2Xml.h SmiXml/SMIXMLtab SmiXml/XMLDests 4. SmiXml % gcc -o Smi2Xml Smi2Xml.c Configuration XML Dests XML XMLDests /tmp/cysolids.conf configuration XMLDESTSFILE /tmp/xmldests config 10

13 SMIXMLtab SMIXMLtab configuration SMI XML ~user/idwsconfig/cysolids.conf SMIXMLTABFILE /tmp/smixmltab. smnptrapd.conf snmp usr/local/share/snmp smnptrapd smnp inform Smi2Xml traphandle ~user/smixml/smi2xml -c ~user/idwsconfig/cysolsids.conf traphandler snmptrapd MIB Plugin StatisticsMIBRequiredFiles.tar.gz ucd-snmp ucd-snmp

14 2. tar % cd ucd-snmp % cp StatisticsMIBRequiredFiles.tar.gz % zcat StatisticsMIBRequiredFiles.tar.gz tar xvf - agent/mibgroup/idtrstatsmib.c agent/mibgroup/idtrstatsmib.h config/trafficdata.conf idsmibs/statistics_mib.txt 3. ucd-snmp % cd ucd-snmp configure %./configure --prefix=<install Path for snmpd and snmptrapd > --with-mib-modules=" idtrstatsmib"--with-mibdirs= "/usr/local/share/snmp/mibs: <absolute path of ucd-snmp directory>/idsmibs" idws configure %./configure --prefix="./" --with-mib-modules=" idtrstatsmib" --with-mibdirs="/usr/local/share/snmp/mibs: /export/zaohome/nandita/ucd-snmp-4.1.2/idsmibs" smnp is /usr/local/sbin Configure pefix snmp 5. build % make 6. % make install Configuration config/trafficdata.conf Traffic Statistic configure TrafficData.conf RMONagent Traffic_Stat_table.txt 1. smnpd 12

15 % sbin/snmpd -p Traffic-Stat-Table Traffic % snmpwalk -p 6666 <host> <community> idtrstatsmib or % snmpwalk -p 6666 <host> <community> : Traffic-Stat-Table.txt. TrafficData.conf XML-SMI Plugin Xml2Smi.tar.gz Plugin 2. cp Xml2Smi.tar.gz. 3. zcat Xml2Smi.tar.gz tar xvf - 4. JAVA XML javac XMLAlertParser.java 5. forward " /usr/bin/perl /tmp/extxml.pl" Plugin 2. Xml2Smi.tar.gz % cp Xml2Smi.tar.gz. 3. % zcat Xml2Smi.tar.gz tar xvf - XmlSmi/XMLAlertParser.java XmlSmi/AlertData.css 13

16 XmlSmi/SMIXMLtab XmlSmi/extXml.pl XmlSmi/idmef-message.dtd 4. XMLAlertParser.java Java XML parser site % javac XMLAlertParser.java Configuration.forward.forward " /usr/bin/perl /tmp/extxml.pl" XMLAlertParser XML SMI IDWS 1. public_html % cd ~<user>/public_html 2. IDWS % startidws 3. INMI % cd ~<user>/public_html % startinmi INMI % appletviewer IP address>/<~username>/romanapplet.html 4. snort plugin Snort 14

17 5. rules.txt INMI view Show Alerts List HTML 15

untitled

untitled 2004 1094 1.... 1 1.1....1 1.2....3 1.3....3 2. POSTGRESQL... 5 2.1. POSTGRESQL DB UNIX...5 2.2. POSTGRESQL DB WINDOWS...8 3. XML... 12 3.1. XINDICE (NATIVE XML DATABASE)... 12 3.2. XINDICE... 12 3.3.

More information

snortの機能を使い尽くす & hogwashも使ってみる

snortの機能を使い尽くす & hogwashも使ってみる presented by P snort hogwash snort1.8.2(3) Martin Roesch IDS IDS hogwash snort1.7 FW+NIDS 100M IP IP snort./configure;make su make install configure Flexresp database snmp snmp alert idmef xml smbalert

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

橡環境設定.PDF

橡環境設定.PDF UNIX Vine Linux 1.1 A B C D E F G XML H mod_rewrite(url Rewriting Engine # /etc/rc.d/init.d/httpd stop /usr/local/src % cd /usr/local/src % cp /copysrcpath/apache_1.3.9.tar.gz./ copysrcpath % gzip cd apache_1.3.9.tar.gz

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

untitled

untitled 2004 1094 1.... 1 1.1. SIDA IODEF RECEIVER / ARCHIVER...1 1.2. SIDA IODEF GENERATOR...2 1.3. MANUAL AUTHORING...4 1.4. IODEF SENDER...4 1.5. IODEF RECEIVER / ARCHIVER...5 1.6. IODEF ANALYZER...9 2....

More information

ファーストステップガイド1.2.doc

ファーストステップガイド1.2.doc Ver.1.2 EasyNetBox for Spam Filter Powered by SENDMAIL CSK Win. Sendmail, Inc. MicrosoftWindows Microsoft Corporation. Windows XP MicrosoftCorporation. LinuxLinus Torvalds 2 ...4 1.1... 4 1.2 PC... 5 1.3...

More information

PostgreSQLによる データベースサーバ構築技法

PostgreSQLによる データベースサーバ構築技法 PostgreSQL PostgreSQL PostgreSQL (UCB) Unix/Linux/Windows LC2002 Copyright(C)2002 Tatsuo Ishii 1 PostgreSQL API C, C++, Java, Perl, Tcl/Tk, PHP, Ruby LC2002 Copyright(C)2002 Tatsuo Ishii 2 PostgreSQL (SQL)

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

Sophos Anti-Virus UNIX or Linux startup guide

Sophos Anti-Virus UNIX or Linux startup guide UNIX Linux 1.0 1 UNIX Sophos Anti-Virus Sophos Anti-Virus Sophos Anti-Virus Sophos Anti-Virus UNIX UNIX Sophos Anti-Virus UNIX EM Library Sophos Anti-Virus / Sophos Anti-Virus Network Install CD CD Sophos

More information

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015 Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015 (@Yuryu) : Web (HPC) ( MMORPG) Docker Web OS nginx HTML nginx OS nginx nginx RHEL RHEL OS Docker 2 Dockerfile $ docker build

More information

WEB DB PRESS Vol.1 65

WEB DB PRESS Vol.1 65 http://www.fastcgi.com/ http://perl.apache.org/ 64 WEB DB PRESS Vol.1 WEB DB PRESS Vol.1 65 Powered by mod_perl, Apache & MySQL my $input; my %form; read STDIN, $input, $ENV{'CONTENT_LENGTH'}; foreach

More information

1.... 1 2.... 1 2.1. RATS... 1 2.1.1. expat... 1 2.1.2. expat... 1 2.1.3. expat... 2 2.2. RATS... 2 2.2.1. RATS... 2 2.2.2.... 3 3. RATS... 4 3.1.... 4 3.2.... 4 3.3.... 6 3.3.1.... 6 3.3.2.... 6 3.3.3....

More information

OpenCV Windows(cygwin) Linux USB PC [1] Inel OpenCV OpenCV 1 Windows Linux OpenCV (a) (b)2 (c) (d) 1: OpenCV 1

OpenCV Windows(cygwin) Linux USB PC [1] Inel OpenCV OpenCV 1 Windows Linux OpenCV (a) (b)2 (c) (d) 1: OpenCV 1 OpenCV Windows(cygwin) Linux 20 2 8 1 USB PC [1] Inel OpenCV OpenCV 1 Windows Linux OpenCV (a) (b)2 (c) (d) 1: OpenCV 1 2 PC PC 1: PC PC PC dynabook SS OS Windows XP Professional Version.2002 ServicePack2

More information

I 2 tutimura/ I 2 p.1/??

I 2   tutimura/ I 2 p.1/?? I 2 tutimura@mist.i.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/ 2002 4 25 I 2 p.1/?? / / Makefile I 2 p.2/?? Makefile make GNU make I 2 p.3/?? Makefile L A T E X I 2 p.4/?? core (1) gcc,

More information

slice00_install.dvi

slice00_install.dvi Slice Installation manual SPring-8 1 Slice 1 1.1 Windows... 1 1.1.1 Cygwin... 1 1.2 MacOSX... 10 1.2.1 Xcode... 10 2 Slice 14 2.1 Slice... 14 1 1 Slice Slice Winsows UNIX (Liunx, FreeBSD, MacOSX ) Slice

More information

1 はじめに 本書は 無線 LAN アクセスポイント ( 以降 アクセスポイントと記す ) の SNMP 設定および プライベート MIB 設定による操作手順について記しています < 注意事項 > SNMP は 管理ソフトウェア ( 以降 Hive Manager と記す ) を用いた操作手順となっ

1 はじめに 本書は 無線 LAN アクセスポイント ( 以降 アクセスポイントと記す ) の SNMP 設定および プライベート MIB 設定による操作手順について記しています < 注意事項 > SNMP は 管理ソフトウェア ( 以降 Hive Manager と記す ) を用いた操作手順となっ SNMP & プライベート MIB 設定手順書 本社 101-8532 東京都千代田区神田司町 2-3 発行所 213-8511 神奈川県川崎市高津区北見方 2 丁目 6 番 1 号 TEL 044-811-1111( 代表 ) 2015 年 1 月 5 日第 1.2 版 1 はじめに 本書は 無線 LAN アクセスポイント ( 以降 アクセスポイントと記す ) の SNMP 設定および プライベート

More information

20 H8/3069LAN H. Fukura

20 H8/3069LAN H. Fukura 20 H8/3069LAN 1.1 2009 2 9 H. Fukura 1 1 2 Cygwin 2 2.1................... 3 2.2................. 3 3 h8300-hms 13 3.1................... 14 3.2......... 14 3.3............. 35 3.4.............. 38 i

More information

Windows2000 Edge Components V Edge Components V Java Edge Components

Windows2000 Edge Components V Edge Components V Java Edge Components WebSphere Application Server V5.1 Edge Components V5.1 / CBR Method Ver. 1.0 - Windows 2000 - 1.... 3 2. Windows2000 Edge Components V5.1... 4 2.1.... 4 2.2.... 4 3. Edge Components V5.1... 5 3.1.... 5

More information

Appendix

Appendix Appendix Appendix-A PHP 392 Appendix-B -> cd ext/pgsql -> phpize ->./configure --with-pgsql -> make -> make EXTENSION_DIR=/usr/local/lib/php/extensions install extension_dir = "/usr/local/lib/php/extensions/"

More information

まえがき 本書は X-MON3 系列を用いて監視を実施する際に使用する SNMP を Linux 環境へインストールするマニュアルとなっております そのため 基本的な LinuxOS の一般的な操作 用語などについては知識をご理解の上でお読みください また 本稼働中のシステムへのインストール作業など

まえがき 本書は X-MON3 系列を用いて監視を実施する際に使用する SNMP を Linux 環境へインストールするマニュアルとなっております そのため 基本的な LinuxOS の一般的な操作 用語などについては知識をご理解の上でお読みください また 本稼働中のシステムへのインストール作業など 株式会社エクストランス X-MON3 X-MON SNMP 導入マニュアル 2018/9 版 まえがき 本書は X-MON3 系列を用いて監視を実施する際に使用する SNMP を Linux 環境へインストールするマニュアルとなっております そのため 基本的な LinuxOS の一般的な操作 用語などについては知識をご理解の上でお読みください また 本稼働中のシステムへのインストール作業などは充分に検証を行ったうえで導入するようにしてください

More information

C1-202 / F-101 originally from 2014 4 15 3 1 3 C1 2 C1-202 F 1 F-101 PC imac MacPro OS Mac OS X C WWW L A TEX 2 3 4 e-mail kyama@tut.jp C-506 6767 5 2 2.1 ID ID 2.2 2.3 2.4 2.4.1 1. imac MacPro 2. 3.

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

Mail_Spam_Manual_120815b

Mail_Spam_Manual_120815b server~>su - server:~#mount /mnt/cdrom server:~#umount /mnt/cdrom # cd /mnt/cdrom #./ginstall -F -M [MTA ] -P AV # wget http://download.gideon.co.jp/ginstall.tgz #./ginstall -F -M P -P AV #./ginstall -M

More information

Northern Lights Server

Northern Lights Server FirstStep Guide Northern Lights Server Intel Management Module (Advanced Module / ISM 8.4) 2 www.nlcomputer.com 1 FirstStep Guide 1.1. INTEL MANAGEMENT MODULE 2... 5 1.2.... 9 1.3.... 10 2.1. BMC...11

More information

Oracle HTML DB 導入ガイド

Oracle HTML DB 導入ガイド Oracle HTML DB Oracle Database 10g ... 4... 4 1... 4... 4 2... 5 2.1 Oracle HTTP Server... 6... 6... 7 2.2 root... 9 UNIX... 9 UNIX... 10 2.3 Oracle... 10... 11 (Bash )... 12 2.4 Oracle HTML DB... 13 2.5...

More information

shibasaki(印刷用)

shibasaki(印刷用) M M M NIC alert NIDS Snort alert tcp 192.168.0.0/24 any -> $HTTP_SERVER 80 (msg: HTTP Access Detected";) alert tcp 192.168.0.0/24 any $HTTP_SERVER -> 80 oinkmaster Oink M M ANNEX PC-UNIX DSU M KIU L3 Web

More information

ksocket Documentation

ksocket Documentation ksocket Documentation 20181012 Fixpoint, Inc. 2018 10 12 i 1 2 2 3 2.1............................................. 3 2.1.1 Linux............................................ 3 2.1.2 Windows..........................................

More information

Quickstart Guide 3rd Edition

Quickstart Guide 3rd Edition 10 QNX QNX 1 2 3 4 5 QNX Momentics QNX Neutrino RTOS QNX Neutrino 6 7 8 QNX Neutrino 9 10 1 1 QNX Neutrino RTOS QNX Momentics Windows Vista Windows 2000 Windows XP Linux QNX Neutrino QNX Momentics CD http://www.qnx.co.jp/

More information

MIB サポートの設定

MIB サポートの設定 CHAPTER 2 この章では Cisco 10000 シリーズに SNMP および MIB のサポートを設定する手順について説明します 具体的な内容は次のとおりです Cisco IOS リリースに対応する MIB サポートの判別 (p.2-1) MIB のダウンロードおよびコンパイル (p.2-2) シスコの SNMP サポート (p.2-4) Cisco IOS リリースに対応する MIB サポートの判別

More information

7th CodeGear Developer Camp

7th CodeGear Developer Camp A3 C++Builder テクニカルセッション wxforms で始める wxwidgets プログラミング CodeGear 高橋智宏 1 アジェンダ wxwidgets とは? wxforms とは? wxforms のインストール & 使い方 MacOS X(10.4.x, Carbon) でのビルド Linux(CentOS 4.5, GTK2) でのビルド 2 wxwidgets とは?

More information

Morphological Analysis System JUMAN Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the Li

Morphological Analysis System JUMAN Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the Li JUMAN++ version 1.01 28 9 Morphological Analysis System JUMAN++ 1.01 Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the License ); you may not use

More information

VLD Kazutoshi Kobayashi

VLD Kazutoshi Kobayashi VLD Kazutoshi Kobayashi (kobayasi@kuee.kyoto-u.ac.jp) 2005 8 26-29 1, Verilog-HDL, Verilog-HDL. Verilog-HDL,, FPGA,, HDL,. 1.1, 1. (a) (b) (c) FPGA (d). 2. 10,, Verilog-HDL, FPGA,. 1.2,,,, html. % netscape

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

More information

Linux XScreenSaver T020074

Linux XScreenSaver T020074 Linux XScreenSaver T020074 Linux XScreenSaver XScreenSaver Linux Linux Linux X Window System X Window System Xlib XScreenSaver X Window System Xlib XScreenSaver Xlib vroot.h Xlib XScreenSaver Linux Linux

More information

Microsoft Word - PSB導入ガイド_ docx

Microsoft Word - PSB導入ガイド_ docx 入 1 / 49 入 日 1.0.0 2013/12/02 用 用 F-Secure 角 自 止 一 2 / 49 ... 4 1.... 4 2.... 4 3. 入... 4 4. 手 Windows... 5 4.1... 5 4.2 Windows... 9 5. 手 Windows Server... 13 6. 手 Linux... 19 6.1... 19 6.2 PSB... 20

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

SNMPSimple Network Management Protocol 1SNMPv1 2cSNMPv2c SNMP IP SNMP viewers SNMP IP SNMP IP viewers 1: 1. SNMP ENABLE SNMP

SNMPSimple Network Management Protocol 1SNMPv1 2cSNMPv2c SNMP IP SNMP viewers SNMP IP SNMP IP viewers 1: 1. SNMP ENABLE SNMP SNMP... 2... 2... 3... 5... 5 ADD SNMP COMMUNITY...... 6 CREATE SNMP COMMUNITY.... 8 DELETE SNMP COMMUNITY.... 10 DESTROY SNMP COMMUNITY... 12 DISABLE SNMP..... 14 DISABLE SNMP COMMUNITY... 15 DISABLE

More information

XFree86 http://www.xfree86.org/ 1. XFree86 2. Kterm 3. Canna 4. Vi Vi VIM 5. Emacs Emacs 21 XEmacs XFree86 4.2 Mac OS X XDarwin Aqua XFree86 4.2 ( X L

XFree86 http://www.xfree86.org/ 1. XFree86 2. Kterm 3. Canna 4. Vi Vi VIM 5. Emacs Emacs 21 XEmacs XFree86 4.2 Mac OS X XDarwin Aqua XFree86 4.2 ( X L UNIX OS Vi Emacs Vi Vi Vi Vi VIM Vim GUI Emacs GNU Emacs Emacs XEmacs XEmacs GUI GNU Emacs Emacs Emacs Lisp Lisp VIM http://www.vim.org Emacs http://www.gnu.org/directory/emacs.html XEmacs http://www.xemacs.org

More information

Microsoft Word - ChoreonoidStartUpGuide.docx

Microsoft Word - ChoreonoidStartUpGuide.docx Choreonoid 1 ... 4... 4... 4... 4... 4... 5... 5 Choreonoid... 6 Choreonoid... 6 Choreonoid... 6 Choreonid... 8 Choreonoid... 9 Choreonoid Windows... 9...9...13 Choreonoid (Linux )... 21 Ubuntu Linux...21

More information

h70_pp_utl_2_2.doc

h70_pp_utl_2_2.doc 2 2004. 02.23 1 2003.08.01 2004.02.23 620 1.1 istorage 2 CLUSTERPRO CLUSTERPRO OS Windows 2000/Windows 2003 CLUSTERPRO Microsoft, Windows NT Microsoft Corporation CLARiiON ATF, CLARiiON Array Manager EMC

More information

untitled

untitled Worldspan go! 4.x (UCI) Administrator Guide go! 4.x (UCI) Version 2.1.4 : 31 August 2007 1. WORLDSPAN GO! VERSION 4.X (UCI)... 3 2. WORLDSPAN GO! VERSION 4.X (UCI)... 4 3.... 6 4. WORLDSPAN GO! VERSION

More information

wide96.dvi

wide96.dvi 10 245 1 WIDE MAWI WG SNMP WWW WIDE TCP 1. SNMP 2. TCP 247 2 SNMP 2.1 MAWI( NetStat) WIDE NNStat WIDE NOC NNStat SNMP(Simple Network Management Protocol) SNMP SNMP SNMP TCP/IP WWW SNMP SNMP HTML MRTG(Multi

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

quattro.PDF

quattro.PDF Quattro USB Audio Interface 2 M-AUDIO 3 Windows Windows 98 SE/ Windows ME/ Windows 2000/ Windows XP Platinum III 500MHz/ 96kHz Platinum II 400MKz/ 48kHz 128MB RAM / 96kHz 64MB RAM/ 48kHz Macintosh USB

More information

etrust Access Control etrust Access Control UNIX(Linux, Windows) 2

etrust Access Control   etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control 3 ID 10 ID SU ID root 4 OS OS 2 aaa 3 5 TCP/IP outgoing incoming DMZ 6 OS setuid/setgid) OS

More information

VoiceMaker-1.1 ― HMM音声合成用音響モデルの構築

VoiceMaker-1.1 ― HMM音声合成用音響モデルの構築 VoiceMaker-1.1 HMM / sako@mmsp.nitech.ac.jp 2 VoiceMaker-1.1 HMM 1 Galatea Toolkit (GalateaTalk) HTS *1 GalateaTalk HTS 1.1 Linux PC CPU CPU 500 512MB 503?? HTK HMM HTS HMM HTK SPTK Julius get f0s F 0

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

P2P? ( )? ( SOX ) ( ) COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 2

P2P? ( )? ( SOX ) ( ) COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 2 SSH Security Solution 2006 COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 1 P2P? ( )? ( SOX ) ( ) COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 2 SSH Tectia

More information

IP S ( :H ) ( ) ( :H22 4

IP S ( :H ) ( ) ( :H22 4 90 30 440 8515 4 101 0532 54 5111 0532 53 1379 IP 1. 2. 3. 11 1 1. 2. 12 0 1 2 3 8 0 8 0 8 S 5 5 0 5 2 1 13 0 5 0 4 (:H22 4 28 ) 1 1 0 5 () (:H22 4 28 ) 1 2 5 0 (: ) ー (: ) ー1 0 0 0 0 (: ) 1/26 50P7 21

More information

gengorepo3

gengorepo3 言語解析論 レポート 講師竹内孔一 提出日と形式 提出物 ( これで評価の 40%) レポート 提出日 7 月 26 日講義の時間までに提出 8 月 8 日 ( 火 ) 形式 なるべくワープロで出力したものを提出 他人のコピーで作成しないように web class で pdf か word で提出 紙で出す人は要相談 課題 形態素解析器 MeCab を演習室の linux にいれてインストールする

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

untitled

untitled ALTIRIS RECOVERY SOLUTION 6.2(Server-based Mode) Quick Startup Guide Rev. 1.1 2007 10 18 1.... 2 1.1 RECOVERY SOLUTION SERVER... 2 1.2 RECOVERY AGENT... 3 2.... 4 2.1... 4 2.2 RECOVERY SOLUTION... 5 2.3

More information

% finger apt-get kernel-package, libc6-dev, gcc, make, bin86, bzip2, libdb3-dev, libncurses-dev, fakeroot

% finger apt-get kernel-package, libc6-dev, gcc, make, bin86, bzip2, libdb3-dev, libncurses-dev, fakeroot apt-get % uname -r http://www.kernel.org/ % finger @kernel.org finger apt-get kernel-package, libc6-dev, gcc, make, bin86, bzip2, libdb3-dev, libncurses-dev, fakeroot apt-get apt-get # apt-get install

More information

gengorepo3.ppt

gengorepo3.ppt 言語解析論 レポート 講師竹内孔一 提出日と形式 提出物 ( これで評価の 40%) レポート 提出日 1 月 12 日講義の時間までに提出 形式 なるべくワープロで出力したものを提出 他人のコピーで作成しないように web class で pdf か word で提出 紙で出す人は要相談 課題 1 形態素解析 Mecab を計算機演習室の linux にインストールして以下の問いに答えよ root

More information

昨年度までの研究紹介 および 研究計画

昨年度までの研究紹介 および 研究計画 第 12 回 ICN 研究会ワークショップ Cefore で キャッシュプラグイン開発 2018 年 8 月 30 日 ( 木 ) キャッシュプラグイン csmgrd は起動時に使用するキャッシュプラグインを指定 Cache plugin: キャッシュデータ保存方式 Cache algorithm: キャッシュ選択 / 置換アルゴリズム Cache Plugin Cache algorithm csmgrd

More information

9iAS_DEV.PDF

9iAS_DEV.PDF Oracle9i Application Server for Windows NT 1.0.2.0.0 2001.2.1 1 1 PL/SQL...3 1.1...3 1.2 PL/SQL Web Toolkit...5 1.3 Database Access Descriptor...6 1.4 PL/SQL...8 1.5 PL/SQL...10 1.6 PL/SQL...12 2 SERVLET...13

More information

WebSphere Application Server V5.0 for Linux Ver. 1.11

WebSphere Application Server V5.0 for Linux Ver. 1.11 WebSphere Application Server V5.0 for Linux Ver. 1.11 1.... 3 2.... 4 2.1.... 4 2.2.... 4 2.3. ( ) rpm... 5 2.4.... 6 3. WebSphere Application Server V5 Base... 7 3.1. WebSphere Application Server... 7

More information

SystemDirector Developer's Studio(V3.2) 適用ガイド

SystemDirector Developer's Studio(V3.2) 適用ガイド 目次 2.7. TPTPの初期設定... 2 2.7.1. Agent Controllerのインストール 設定および起動...2 2.8. CVSのインストール... 3 2.8.1. CVSNT2.5.02 のインストール...3 2.8.2. cvsntのcvsリポジトリー作成...4 2.8.3. cvsntのユーザ作成...5 2.8.4. cvs-1.11.20 のインストール...6

More information

新・明解Java入門

新・明解Java入門 第 1 章 画面 文字 表示 Java Java Java Java Java JRE Java JDK 21 1-1 Java Java Java Java 誕生 Fig.1-1 Oak Java Sun Microsystems 2010 Oracle Java Oracle 4 Java http://www.java.com/ http://www.alice.org/ Fig.1-1Java

More information

WebSphere Application Server V7.0 Network Deployment V

WebSphere Application Server V7.0 Network Deployment V WebSphere Application Server V7.0 Network Deployment V1.4 2009 10 1....2 2....4 3....6 4....9 5....17 6....23 7. Web...30 8....35 1 1. WAS V7.0 1 1 15 WAS V7.0 Network Deployment Deployment Manager Node

More information

使用説明書

使用説明書 第 6 章 本章では Print Manager Web ブラウザ TELNET を利用して 詳細な設定を行う方法について説明します Print Manager で設定する 総合ユーティリティー Print Manager は 本製品の詳細な設定及び設定内容の変更を行うことができます また リモートでの再起動やプリンターステータスモニターなどの便利な機能をご利用いただくことができます Print Manager

More information

IGMPS.dvi

IGMPS.dvi ... 2... 5... 5 ADD IGMPSNOOPING... 6 DELETE IGMPSNOOPING...... 8 DISABLE IGMPSNOOPING...... 9 ENABLE IGMPSNOOPING...... 10 SET IGMPSNOOPING TIMEOUT... 11 SHOW IGMPSNOOPING... 12 CentreCOM FS900M 1.6.0

More information

P3FY-A JP.PDF

P3FY-A JP.PDF P3FY-A002-03 SCSI GP5-148 GP5-148(AcceleRAID 352) 1 1.1 2001 11 OS ( OS ) 4GByte 2 2.1 EzAssist RAID EzAssist Configure RAID Drive Automatic ( )Assisted( ) Custom ( ) 2.2 2000 7 EzAssist Perform Administration

More information

Condition DAQ condition condition 2 3 XML key value

Condition DAQ condition condition 2 3 XML key value Condition DAQ condition 2009 6 10 2009 7 2 2009 7 3 2010 8 3 1 2 2 condition 2 3 XML key value 3 4 4 4.1............................. 5 4.2...................... 5 5 6 6 Makefile 7 7 9 7.1 Condition.h.............................

More information

workshop Eclipse TAU AICS.key

workshop Eclipse TAU AICS.key 11 AICS 2016/02/10 1 Bryzgalov Peter @ HPC Usability Research Team RIKEN AICS Copyright 2016 RIKEN AICS 2 3 OS X, Linux www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/lunasr2

More information

P-12 P-13 3 4 28 16 00 17 30 P-14 P-15 P-16 4 14 29 17 00 18 30 P-17 P-18 P-19 P-20 P-21 P-22

P-12 P-13 3 4 28 16 00 17 30 P-14 P-15 P-16 4 14 29 17 00 18 30 P-17 P-18 P-19 P-20 P-21 P-22 1 14 28 16 00 17 30 P-1 P-2 P-3 P-4 P-5 2 24 29 17 00 18 30 P-6 P-7 P-8 P-9 P-10 P-11 P-12 P-13 3 4 28 16 00 17 30 P-14 P-15 P-16 4 14 29 17 00 18 30 P-17 P-18 P-19 P-20 P-21 P-22 5 24 28 16 00 17 30 P-23

More information

橡CoreTechDS_Overview.PDF

橡CoreTechDS_Overview.PDF Oracle Application Server 10g Oracle Developer Suite 10g Page 1 1 Oracle Developer Suite 10g Oracle Forms Oracle Reports Oracle Designer Oracle Software Configuration Manager Oracle JDeveloper JDeveloper

More information

morita.PDF

morita.PDF Web INTAP Web morita454@oki.com (c)2002 INTAP. All rights reserved. Web HTML RDF 2002/9/18 2 (c)2002 INTAP. All rights reserved. 1 RDF

More information

Microsoft Word - jpluginmanual.doc

Microsoft Word - jpluginmanual.doc TogoDocClient TogoDocClient... i 1.... 1 2. TogoDocClient... 1 2.1.... 1 2.1.1. JDK 5.0... 1 2.1.2. Eclipse... 1 2.1.3.... 1 2.1.4.... 2 2.2.... 3 2.2.1.... 3 2.2.2.... 4 2.3. Eclipse Commands... 5 2.3.1....

More information

̤Äê

̤Äê SNS 1, IT.,.,.,., SNS,,,..,,.,,,.,.,,. 2 1 6 1.1................................................ 6 1.2................................................ 6 1.3...............................................

More information

Alfresco設置手順書

Alfresco設置手順書 2012 4 5 ... 3... 4 CentOS 5.8... 4 Alfresco... 4 CentOS... 5... 5... 6 CentOS... 8 Alfresco... 10... 10... 10 Alfresco... 15 Alfresco... 15 CMIS... 16 2 Alfresco CentOS 5.8 64bit Alfresco Community 4.0

More information

XML ( ) XML XML jedit XML XPath XSLT jedit JAVA VM jedit Slava Pestov GNU GPL ( ) jedit jedit ( jedit XML jed

XML ( ) XML XML jedit XML XPath XSLT jedit JAVA VM jedit Slava Pestov GNU GPL ( ) jedit jedit (  jedit XML jed XML XML XML jedit XML XPath XSLT jedit JAVA VM jedit Slava Pestov GNU GPL ( jedit jedit (http://www.jedit.org/index.php jedit XML jedit Plugin Central (http://plugins.jedit.org/ jedit Java (Java VM = Java

More information

Si-R30コマンドリファレンス

Si-R30コマンドリファレンス 8 8.1 SNMP ( ) 8.1.1 snmp service ( ) SNMP SNMP snmp service on SNMP SNMP off SNMP SNMP SNMP SNMP Si-R30 SNMP snmp service off 171 8.1.2 snmp agent contact ( ) SNMP snmp agent contact []

More information

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって SR-X324T1/316T1 P3NK-4092-04Z0 324T1/316T1 V01 SR-X324T1/316T1 V01 2010 4 2011 5 2 2012 3 3 2012 11 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010-2012 2 SR-X324T1/316T1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...12...13...13

More information

appli_HPhi_install

appli_HPhi_install 2018/3/7 HΦ version 3.0.0 インストール手順書 (Linux 64 ビット版 ) 目次 1. アプリケーション概要...- 1-2. システム環境...- 1-3. 必要なツール ライブラリのインストール...- 1-1 cmake...- 2-2 numpy...- 3-4. アプリケーションのインストール...- 4-5. 動作確認の実施...- 5 - 本手順書は HΦ

More information

(O) (N) (V) (N) kuins-pptp (N) 2

(O) (N) (V) (N) kuins-pptp (N) 2 2005 6 14 1 2 (LAN) LAN LAN (UTP ) ( ) Web http://www.ipse.media.kyoto-u.ac.jp/getaccount.html PPTP SSH 2 PPTP 2005 6 1 PPTP(Microsoft Point to Pont Tunneling Protocol) Web http://www.kuins.kyoto-u.ac.jp/announce/pptp-service.html

More information

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst 1 OS Linux OS OS Linux Kernel 900 1000 IPA( :http://www.ipa.go.jp/) 8 12 ( ) 16 ( ) 4 5 22 60 2 3 6 Linux Linux 2 LKML 3 3.1 Linux Fedora 13 Ubuntu Fedora CentOS 3.2 Linux root vi(vim) vi emacs emacs 4

More information

INR-HG5290b_users_Linux-RHEL4_.doc

INR-HG5290b_users_Linux-RHEL4_.doc INR-HG5290b 1 ( ) ( ) () 1. RCCMD ADVANCED... 3 1.1....3 1.1.1....3 1.1.2....3 1.2....4 2.... 5 2.1....5 2.2....6 3.... 7 3.1. RCCMD ADVANCED...7 3.2....7 3.3....7 3.4....8 4. RCCMD ADVANCED... 9 4.1.

More information

Microsoft PowerPoint _2.プログラミングの基礎_final

Microsoft PowerPoint _2.プログラミングの基礎_final RT ミドルウェアによるロボットプログラミング技術 2. プログラミングの基礎 概要 1. プログラミングの基礎 2. Linuxでのプログラミング 3. Windowsでのプログラミング 目標 : 1.Linux および Windows での開発手法 ( 主に C++) を学ぶ 2.CMake を利用して 同じプログラムを Linux と Windows とでコンパイルして動作させる 2 プログラミングの流れ

More information

BC4J...4 BC4J Association JSP BC4J JSP OC4J

BC4J...4 BC4J Association JSP BC4J JSP OC4J lê~åäévá=gaéîéäçééê= 9.0.3/9.0.4 BC4J Creation Date: Oct 08, 2003 Last Update: Feb 27, 2004 Version 1.0 ...3... 3 BC4J...4 BC4J...4... 4... 5... 6...7... 8... 9 Association... 13... 15... 20... 22... 25

More information

NetSkate

NetSkate NetSkateVisualizer v2.1 Cyber Solutions Inc. 1. 2. 3. 4. 5. 6. 7. Cyber Solutions Inc. i NetSkateVisualizer jsnmp(tm) Enterprise Copyright (c) 1997-2001 OutBack Resource Group, Inc. All rights reserved

More information

untitled

untitled eprints 1 1... 3 2... 4 2.1 MySQL4.1.1... 4 2.1.1... 4 2.1.2 MySQL... 4 2.1.3... 4 2.1.4 MySQL... 5 2.2 Apache1.3.31... 7 2.2.1... 7 2.2.2... 7 2.3 mod_perl1.29... 9 2.3.1... 9 2.3.2... 9 3 eprints...

More information

403-0702_‚Ofl¼

403-0702_‚Ofl¼ HP-UX HP System Insight Manager Whitepaper ..................................................................................2..............................................................2 SIM....................................................................................2.............................................................3................................................................................3

More information

debian_install.dvi

debian_install.dvi 2002 Debian GNU/Linux 3.0 1 potato 1.1 Windows 1. 3 2. rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian 2.

More information