# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac

Size: px
Start display at page:

Download "# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac"

Transcription

1 LAMP LAMP LAMP Web L:Linux( ) A:Apache(Web ) M:MySQL( ) P:PHP(Hypertext Preprocessor) OS Windows WAMP Mac OS MAMP Vine Linux OS root yum Red Hat Linux 2 Apache Apache Apache HTTP Server is also available ( ) httpd tar.gz GNOME 1

2 # mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apache2/bin/apachectl start Web Apache 2

3 Apache.bashrc alias starta= /usr/local/apache2/bin/apachectl start.bashrc GNOME starta Apache root 3 MySQL Apache Web 3

4 MySQL Community Server Current Release (Recommended): Source downloads Compressed GNU TAR archive (tar.gz) Pick a mirror No thanks, just take me to the downloads! Japan [JMPA] HTTP GNOME # mv mysql tar.gz /usr/local/src /usr/local/src # tar zxvf mysql tar.gz MySQL MySQL # groupadd mysql # useradd -g mysql mysql # passwd mysql make 3 mysql MySQL mysql 4

5 #./configure \ with-charset=ujis \ with-extra-charsets=all \ with-mysqld-user=mysql \ prefix=/usr/local/mysql tsuduki #./configure \ with-charset=ujis \ with-extra-charsets=all \ with-mysqld-user=tsuduki \ prefix=/usr/local/mysql (Pentium3 450MHz 30 ) # make! # make install mysql MySQL # /usr/local/mysql/bin/mysql install db user=mysql MySQL 2,3 mysql MySQL 5

6 # chown -R root /usr/local/mysql # chown -R mysql /usr/local/mysql/var # chgrp -R mysql /usr/local/mysql MySQL root MySQL # /usr/local/mysql/bin/mysql -u root abcdef mysql> set password for root@localhost=password( abcdef ); MySQL MySQL mysql> \q mysql> exit MySQL -p 6

7 MySQL # /usr/local/mysql/bin/mysql -u root -p MySQL MySQL /etc/my.cnf my.cnf /usr/local/mysql/share/mysql my-huge.cnf,my-large.cnf,my-medium.cnf,my-small.cnf /etc/ my.cnf my-large.cnf,my-medium.cnf 7

8 /usr/local/mysql/share/mysql my.cnf e- Moodle Moodle EUC-JP ujis Moodle UTF-8 utf8 UTF-8 [client] [ ] client [client] client [mysql] 8

9 [client] (1 ) default-character-set=utf8 [mysql] (1 ) default-character-set=utf8 [mysqld] (3 ) old passwords=1 default-character-set=utf8 skip-character-set-client-handshake MySQL # /usr/local/mysql/share/mysql/mysql.server restart MySQL Apache Apache root.bashrc startd alias startd= /usr/local/mysql/bin/mysqld safe user=mysql & MySQL GNOME 2 Apache MySQL # starta # startd MySQL /etc/profile if fi PATH=$PATH:/usr/local/mysql/bin MySQL 9

10 mysql # mysql -u root -p MySQL EUC-JP UTF-8 GNOME (T) (C) Unicode LAMP P PHP 4 PHP PHP apt 2 update 2 # apt-get update # apt-get install libxml2-devel # apt-get install libpng-devel PHP Web PHP (tar.gz) ( ) jp.php.net GNOME # mv php tar.gz /usr/local/src /usr/local/src 10

11 # tar zxvf php tar.gz Moodle GD MySQL Ctrl c with-gd GD #./configure \ with-apxs2=/usr/local/apache2/bin/apxs \ enable-mbstring \ with-mysql=/usr/local/mysql \ with-gd \ # make # make install PHP Apache php Apache /usr/local/apache2/conf httpd.conf 292 #ServerName ServerName localhost:80 PHP php AddType application/x-httpd-php.php 839 AddType application/x-httpd-php-source.phps php php.ini 11

12 # cd /usr/local/src/php # cp php.ini-dist /usr/local/lib/php.ini /usr/local/lib php.ini PHP EUC-JP Moodle UTF-8 UTF-8 Moodle UTF-8 EUC-JP PHP 2 1 Web 115 ;output handler = output handler = mb output handler 448 ;default charset = iso default charset = UTF ;mbstring.language = Japanese 1184 ;mbstring.internal encoding = mbstring.internal encoding = UTF- EUC-JP ;mbstring.http input = auto 1191 ;mbstring.http output = SJIS mbstring.http output = UTF ;mbstring.encoding translation = Off mbstring.encoding translation = On 1202 ;mbstring.detect order = auto 1206 ;mbstring.substitute character = none; Apache PHP PHP /usr/local/apache2/htdocs/ UTF-8 (EUC-JP EUC-JP ) htdocs Web LAMP PHP MySQL PHP,MySQL 12

13 Web 13

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

1.PHP とはなにか? PHP とは 動的に HTML データを生成することによって動的なウェブページ ( 同じウェブページでもアクセスするたびに表示が更新されているウェブページのこと ) を実現することを主な目的としたプログラミング言語です Web ページの開発をメインとした利用を想定して作られ

1.PHP とはなにか? PHP とは 動的に HTML データを生成することによって動的なウェブページ ( 同じウェブページでもアクセスするたびに表示が更新されているウェブページのこと ) を実現することを主な目的としたプログラミング言語です Web ページの開発をメインとした利用を想定して作られ PHP マニュアルインストール環境構築 for Windows, Linux PHP のインストールから環境設定まで 1.PHP とはなにか? 2.PHP の仕様 3.Apache のインストール 4.PHP のインストール 5.PHP の環境設定 (PHP.ini の設定 ) 6.Apache の設定 (httpd.conf の設定 ) 7.PHP 動作確認 8.Linux 環境下での LAMP

More information

HeartCoreインストールマニュアル(PHP版)

HeartCoreインストールマニュアル(PHP版) HeartCore インストールマニュアル (PHP 版 ) October 2013 Ver1.1-1 - 改訂履歴 改訂日 改訂内容 Ver1.0 2013 年 07 月 新規作成 Ver1.1 2013 年 10 月 フォーマット改訂 - 2 - 目次 1. 本文書の目的と対象... - 4-1.1. 概要説明... - 4-2. インストールの流れ... - 4-3. 定義ファイルの確認...

More information

HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache

HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache HeartCore インストール手順手順書 (PHP 版 ) Jul 2010 Ver1.0-1 - HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache

More information

スライド 1

スライド 1 コピペ で作るリポジトリ - はじめてのインストール Linux 版 - 奈良大学図書館磯野 肇 1 ハードウェアの準備 普通のパソコンを用意 CPU:Pentium 4 1.8GB メモリ :512MB ディスク :60G 2 Windows Xp が動くものであれば十分 DVD CD ドライブから起動 2 ハードウェア 3 LINUX インストールディスク準備 様々な種類 ディストリビューション

More information

PHP4徹底攻略 改訂版

PHP4徹底攻略 改訂版 Part -4 Chapter -1 RPM $ su - // root # mount /mnt/cdrom // CD-ROM # cd /mnt/cdrom/arc/rpms/i386 # /etc/init.d/httpd stop // apache # /etc/init.d/postgresql stop // postgresql # rpm -Uvh * XXX # rpm -Uvh

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

w w w 2

w w w 2 w w w 2 w w w 3 w w 4 w $ mysql v 5 6 7 8 http://dev.mysql.com/downloads/mysql/5.5.html w 9 10 w 11 12 $ /usr/local/mysql/bin/mysql -u root" mysql> SET PASSWORD FOR root@ localhost = PASSWORD( );" mysql>

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

1.MySQL とはなにか? MySQL とは ANSI/ISO の SQL に準拠した RDBMS( リレーショナルデータベース管理システム ) です 現在は サン マイクロシステムズが開発をしております 特徴として 機能面では PostgreSQL と比べやや劣りますがデータの読み出し (SEL

1.MySQL とはなにか? MySQL とは ANSI/ISO の SQL に準拠した RDBMS( リレーショナルデータベース管理システム ) です 現在は サン マイクロシステムズが開発をしております 特徴として 機能面では PostgreSQL と比べやや劣りますがデータの読み出し (SEL MySQL マニュアルインストール環境構築 for Windows, Linux MySQL のインストールから環境設定まで 1.MySQL とはなにか? 2. インストール 3. 環境設定 InnoDB MyISAM 4. サービスの設定 5.MySQL 起動終了 6.Linux 環境下での LAMP 構築 MySQL のインストール状況の確認 MySQL のインストール インストール後の設定 起動

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

untitled

untitled HP OpenSource MySQL Server 5.0 Red Hat Enterprise Linux 4 ver 1.5 MySQL Red Hat Enterprise Linux 4 Super Smack Super Smac MySQL Super Smack RHEL4 1 2 MySQL SuperSmack SuperSmack 3 SuperSmack MySQL 4 MySQL

More information

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...

More information

HP OpenSource ブループリント

HP OpenSource ブループリント HP OpenSource Blue Print MySQL Enterprise Server 5.0 Red Hat Enterprise Linux 3 tar.gz ver 1.1 1 MySQL Red Hat Enterprise Linux 3 MySQL Community Server Enterprise Server 2 MySQL Enterprise Server MySQL

More information

Web apache

Web apache I-6 -WordPress in MacOSX- 8 j05017 j05027 j05038 j05064 2006 05 27 2006 05305 1 2 1.1.............................. 2 1.2................. 2 1.3 Web............... 2 1.4.............................. 2

More information

PowerGres on Linuxマニュアル

PowerGres on Linuxマニュアル PowerGres R on Linux Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux 2 2.1 PowerGres on Linux.................................... 2 2.2.............................................. 2 2.3..............................................

More information

MySQL5.0データベース ログファイルおよびステータスの収集

MySQL5.0データベース ログファイルおよびステータスの収集 HP OpenSource MySQL 5.0 ver. 1.0 1 MySQL Server 5.0 MySQL Server 5.0 MySQL Server MySQL Server MySQL Server MySQL Character Set MySQL Character Set 1 MySQL Server MySQL Server 5.0 2 MySQL Server 5.0 MySQL

More information

<Documents Title Here>

<Documents Title Here> Oracle9i Database R9.2.0 for Windows Creation Date: Mar 06, 2003 Last Update: Mar 24, 2003 CD 1 A99346-01 Oracle9i Database Release 2 (9.2.0.1.0) for Microsoft Windows NT/2000/XP CD 1 of 3 2 A99347-01

More information

HeartCoreインストールマニュアル

HeartCoreインストールマニュアル HeartCore インストールマニュアル (JSP 版 ) October2013 Ver1.1-1 - 改訂履歴 改訂日 改訂内容 Ver1.0 2013 年 07 月 マニュアル改訂 Ver1.1 2013 年 10 月 フォーマット改訂 - 2 - 目次 1. 本文書の目的と対象...- 4-1.1. 概要説明... - 4-2. インストールの流れ...- 4-3. MySQL ユーザの作成...-

More information

1 1 CentOS Java JDK(JavaSE Development Kit)......

1 1 CentOS Java JDK(JavaSE Development Kit)...... 1 1 CentOS 3 1.1.................................... 3 1.2......................................... 12 2 Java 15 2.1 JDK(JavaSE Development Kit)................. 15 3 Apache Tomcat 17 3.1....................................

More information

スライド 1

スライド 1 平成 25 年度卒業研究中間発表 クラウドを活用した グループ学習システムの開発 所属 : 山下研究室 指導教員 : 山下茂 発表者 : 森崎暉 目次 研究概要 実施環境の全体像 NetCommonsについて HTML5について クラウドとの同期 開発環境 最終までの取り組み 参考文献 サイト 研究概要 平成 23 年度後期 教育情報科学 にて 大学授業における Twitter クローンの導入による効果

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

inst.txt - TeraPad

inst.txt - TeraPad インストール前に以下の情報を確認 メモしておく < ネットワーク設定 > サーバーのホスト名 ( コンピュータ名 ): サーバーの固定 IP アドレス : サブネットマスク : DNS( ネームサーバ ) の IP アドレス : デフォルトゲートウェイ IP アドレス : プロキシサーバーの有無 ポート番号 パスワード等 : < サーバーのアカウント設定 > root ユーザーのパスワード : 一般ユーザーの

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

w w 2

w w 2 w w 2 w w w 3 w w w 4 w w 5 w $ mysql v 6 7 8 9 http://dev.mysql.com/downloads/mysql/5.5.html w 10 11 w 12 13 $ /usr/local/mysql/bin/mysql -u root" mysql> SET PASSWORD FOR root@ localhost = PASSWORD( );"

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション TIESV8 のインストール方法 目次 TIES V8のインストール方法について P.2 TIES V8のインストール P.3~11 TIES V8 Cronの設定 P.12 TIES 機能モジュールのインストール方法について P.13 TIES 機能モジュールのインストール P.14~15 NFSの設定 P.16~18 CentOS6 環境構築手順 P.19~22 発行 :NPO 法人 CCC-TIES

More information

3 パッケージからのインストール

3 パッケージからのインストール 2018/10/20 22:35 1/5 3 パッケージからのインストール 3 パッケージからのインストール ディストリビューションパッケージからインストール いくつかの一般的な OS のディストリビューションには Zabbix パッケージが用意されています これらのパッケージを使用して Zabbix をインストールできます Zabbix の最新リリースは OS のディストリビューションには用意されない場合があります

More information

MathLibre KNOPPIX (next generation) 2012 KNOPPIX/Math MathLibre KNOPPIX , KNOPPIX 6.0, next generation. KNOPPIX/Math KDE,

MathLibre KNOPPIX (next generation) 2012 KNOPPIX/Math MathLibre KNOPPIX , KNOPPIX 6.0, next generation. KNOPPIX/Math KDE, MathLibre KNOPPIX (next generation) 2012 KNOPPIX/Math MathLibre KNOPPIX 20120514, 20120608 KNOPPIX 60, next generation KNOPPIX/Math 2010 KDE, lxde, 1 KNOPPIX/Math DVD Q KNOPPIX/Math A http://wwwmathkobe-uacjp/openxm/math/dojo,

More information

プレゼンテーション

プレゼンテーション WEB OpenSolaris Name Title Japan OpenSolaris User Group Leader 1 ........ S X S 5 S S 5.. 2001. 2 Japan OpenSolaris User Group. OpenSolaris. http://jp.opensolaris.org. ug-jposug@opensolaris.org. OpenSolaris.

More information

3 ディストリビューション・パッケージからのインストール

3 ディストリビューション・パッケージからのインストール 2016/04/01 09:54 1/5 3 ディストリビューション パッケージからのインストール 3 ディストリビューション パッケージからのインストール Overview SIA は Red Hat Enterprise Linux Debian Ubuntu 用のオフィシャル RPM と DEB パッケージを公開しています パッケージファイルは http://repo.zabbix.com からダウンロード可能です

More information

DCL intro Manual for Ubuntu11.10

DCL intro Manual for Ubuntu11.10 ubnutu 11.10 2011/Nov/23 i 1 1 2 ubuntu 2 3 3 3.1........................................... 3 3.2 gedit........................................... 3 3.3........................................ 4 4 sun

More information

EFHS ipad Panasonic ipad 8

EFHS ipad Panasonic ipad 8 ipad Moodle 2013/8/10 EFHS ipad Panasonic ipad 8 ipad ipad mac mini AppleTV 5 ipad CM ipad (moodle) (moodle) (dlna ipad AP PC ipad ipad ipad ipad ipad Apple Configurator MDM VPN Wi-Fi etc Apple Configurator

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

Samba_HowTo.doc

Samba_HowTo.doc Samba 3.0.0 on CLUSTERPRO for Linux HowTo 1 Linux Samba CLUSTERPRO for Linux Samba Linux Samba Samba Samba 2 Samba Red Hat Enterprise Linux AS release 3 CLUSTERPRO SE for Linux Ver3.0 Samba 3.0.0-14.3

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

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

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

自己紹介 とみたまさひろプログラマー (Ruby & C) 日本 MySQLユーザ会代表

自己紹介 とみたまさひろプログラマー (Ruby & C) 日本 MySQLユーザ会代表 MySQL の始め方 とみたまさひろ NSEG #49 MySQL Talk in 長野 2014-03-15 自己紹介 とみたまさひろプログラマー (Ruby & C) http://tmtms.hatenablog.com http://twitter.com/tmtms https://github.com/tmtm 日本 MySQLユーザ会代表 MySQL 徹底入門 ( の一部 ) MySQL

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

テクニカルドキュメントのテンプレート

テクニカルドキュメントのテンプレート OXID EShop Community Edition 4.5.0 インストール手順 マニュアル ( 2011 年 6 月 15 日作成 ) Gennai3 株式会社 http://www.gennai3.co.jp 目次 1 インストールの環境...2 1.1OS と OXID eshop の環境...2 1.2 インストールのシステム要件...2 第 2 章 インストール手順...4 1.1

More information

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L Linux PC #5 29 5 12 1 #1 tdh8025 1 Kadai1 evince kghostview ls -a ( ) 5 19 ( ) 2 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux

More information

東京エリアDebian勉強会 - 第86回 2012年3月度

東京エリアDebian勉強会 - 第86回 2012年3月度 Debian 86 2012 3 iwamatsu@debian.org Twitter: @iwamatsu 2012 3 17 Agenda Debian 85 Debian 0 Debian Debian - - Apache2 HTTP Debian / @iwamatsu Debian Project Official Developer Bluetooth, OpenCV, mozc,

More information

Microsoft Word - koutiku.doc

Microsoft Word - koutiku.doc xdts 動 作 環 境 構 築 xdtsを 動 作 させるには, 事 前 にデータベースサーバ 及 び,Webサーバの 構 築 が 必 要 となります. 本 書 では, Linux 上 での 環 境 構 築 に 慣 れていない 方 にも 比 較 的 容 易 にxDTSをご 利 用 いただくための, 必 要 最 低 限 の 動 作 環 境 の 構 築 手 順 を 説 明 します. 尚, 本 書 の

More information

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi Windows bash on Ubuntu on Windows [Windows Creators Update(1703) ] TAKE 2017-10-06 bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.2.0 2 Kabayaki : 2003-09-01 3 4 2003-8-04: Kabayaki Version 1.2.0 released. URL WebSpider URL () 1 WebSpider () 2003-6-30: Kabayaki Version 1.1.5 released. WebSpider robots.txt

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

4 ソースからのインストール

4 ソースからのインストール 2018/12/06 02:23 1/11 4 ソースからのインストール 4 ソースからのインストール 最新の Zabbix は ソースからコンパイルすることで入手できます ここでは ソースから Zabbix をインストールする方法について手順を段階的に説明します 1 Zabbix デーモンのインストール 1 ソースアーカイブのダウンロード Zabbix ダウンロードページに進んで ソースアーカイブをダウンロードします

More information

ql tar.gz の展 9 開 # su - $ cd /usr/local/src/ $ tar xvzf ql tar.gz PostgreSQL(9.2.4) のインストール $ ls -l /usr/local/src/ drwxrwxr-x 月

ql tar.gz の展 9 開 # su - $ cd /usr/local/src/ $ tar xvzf ql tar.gz PostgreSQL(9.2.4) のインストール $ ls -l /usr/local/src/ drwxrwxr-x 月 PostgreSQL(9.2.4) のインストール No 概要 対象 ユーザ コマンド 確認 ( 確認コマンド等 ) 備考 # yum install gcc # gcc -v Using built-in specs. Target: x86_64-redhat-linux コンフィグオプション :../configure --prefix=/usr --mandir=/usr/share/man

More information

E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC ) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M /51

E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC ) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M /51 E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC4-17000) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M.2-2280/512GB/WD Black/PCIe Gen3 NVMe/5 /WDS512G1X0C 1 NUC NUC7i7BNH

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

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

Microsoft Word - CEAS-Sakai1.0.1_installation_guide_Linux.jp doc

Microsoft Word - CEAS-Sakai1.0.1_installation_guide_Linux.jp doc CEAS/Sakai 連携プログラム 1.0.1 CEAS/Sakai インストールの手引き (OS:Linux) 内容 1. はじめに 2.CEAS,Sakai,Tomcat の配置と JDK のインストール 3.DBMS のインストール 4.Sakai および CEAS 用データベースの作成 5. 設定ファイルの編集 6.CEAS/Sakai 連携プログラムの起動と停止 7. 動作確認とサンプルデータの設定

More information

XOOPS Cube インストールマニュアル

XOOPS Cube インストールマニュアル XOOPS Cube インストールマニュアル Version 1.0 (20071220) AT-LINK 専 用 サーバ サービス AT-LINK Managed Hosting Service Link, Inc. 目 次 目 次 1. このマニュアルについて...2 2. 設 定 内 容 の 確 認...2 3. MySQL の 設 定 ( 文 字 コードの 変 更 および XOOPS アカウントの

More information

IT 1. IT 2. 2.1. IT 2.2. SKYSEA Client View Government License Light Edition Sky 1500 28 2 15 12 3. 4. 28 3 25 1 5. 5.1. (1) 28 4 1 (2) (3) (4) ISO27001 P (5) ISO/IEC20000 (6) USB 1 (7) OS (8) 1 CPU 4

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

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

目次 1) コンソール使用について注意 ) 全体の流れ ) SSH キーの登録 ) Linux サーバーの作成... 4 Web サーバーへの Apache と WordPress インストール... 5 DB サーバーへの MariaDB インストール 設定..

目次 1) コンソール使用について注意 ) 全体の流れ ) SSH キーの登録 ) Linux サーバーの作成... 4 Web サーバーへの Apache と WordPress インストール... 5 DB サーバーへの MariaDB インストール 設定.. ニフクラスタートアップガイド プライベート LAN 作成 分離編 富士通クラウドテクノロジーズ株式会社 2018 年 1 月作成 ( 協力 : 日本仮想化技術株式会社 ) 1 目次 1) コンソール使用について注意... 3 2) 全体の流れ... 3 3) SSH キーの登録... 4 4) Linux サーバーの作成... 4 Web サーバーへの Apache と WordPress インストール...

More information

1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4..

1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4.. CD 1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4......................... 13 5 CD.................

More information

install1_5_1.book

install1_5_1.book Kabayaki for Linux Version 1.5.1 Kabayaki for Linux 2005-09-13: Kabayaki for Linux Version 1.5.1 released. 2005-01-13: Kabayaki for Linux Version 1.5.0 released. PDF Office PDF Namazu 2.0.14 2004-06-30:

More information

2 1,384,000 2,000,000 1,296,211 1,793,925 38,000 54,500 27,804 43,187 41,000 60,000 31,776 49,017 8,781 18,663 25,000 35,300 3 4 5 6 1,296,211 1,793,925 27,804 43,187 1,275,648 1,753,306 29,387 43,025

More information

CLUSTERPRO による MariaDB の HA クラスタ動作検証 第 1 版 日本電気株式会社クラウドプラットフォーム事業部 CLUSTERPRO グループ

CLUSTERPRO による MariaDB の HA クラスタ動作検証 第 1 版 日本電気株式会社クラウドプラットフォーム事業部 CLUSTERPRO グループ CLUSTERPRO による MariaDB の HA クラスタ動作検証 2015.08.10 第 1 版 日本電気株式会社クラウドプラットフォーム事業部 CLUSTERPRO グループ 改版履歴 版数改版日付内容 1 2015/08/10 新規作成 Copyright NEC Corporation 2015. All rights reserved. 免責事項本書の内容は 予告なしに変更されることがあります

More information

様向けサーバ環境設定 株式会社フュージョンシス 文書バージョン日付変更点 Ver 年 1 月 6 日作成 Ver. 年月日

様向けサーバ環境設定 株式会社フュージョンシス 文書バージョン日付変更点 Ver 年 1 月 6 日作成 Ver. 年月日 様向けサーバ環境設定 株式会社フュージョンシス 文書バージョン日付変更点 Ver.1.0 2005 年 1 月 6 日作成 Ver. 年月日 目次 OS インストール...3 Oracle Database 10g インストール...3 redhat-release の変更...3 グループの作成...3 シェル設定...3 Oracle マウントポイントの作成...4 Oracle 環境変数の設定...4

More information

FileMaker Server 8 Advanced Web Publishing Installation Guide

FileMaker Server 8 Advanced Web Publishing Installation Guide FileMaker Server 8 Advanced! 13 2004-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc.

More information

別紙 : 検証環境の構築手順 ( 章 ) 1. サーバ設定 1.1 IP アドレス設定 サーバは以下の 6 台を用いる pgpool-ii サーバ 2 台 DB サーバ 3 台 上位サーバ 1 台 OS は全サーバで CentOS 6.4 x86_64 とする pgpool-ii のサー

別紙 : 検証環境の構築手順 ( 章 ) 1. サーバ設定 1.1 IP アドレス設定 サーバは以下の 6 台を用いる pgpool-ii サーバ 2 台 DB サーバ 3 台 上位サーバ 1 台 OS は全サーバで CentOS 6.4 x86_64 とする pgpool-ii のサー 別紙 : 検証環境の構築手順 (13.1.1 章 ) 1. サーバ設定 1.1 IP アドレス設定 サーバは以下の 6 台を用いる pgpool-ii サーバ 2 台 DB サーバ 3 台 上位サーバ 1 台 OS は全サーバで CentOS 6.4 x86_64 とする pgpool-ii のサーバは NIC を 3 つ持っているとする (eth0, eth1, eth2) このうち eth0 をサービス提供と

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

Installation Guide for Linux

Installation Guide for Linux Installation Guide for Linux for Linux Acronis Japan 1. はじめに... 2 1.1. 対象オペレーティングシステム... 2 2. エージェントのダウンロード... 3 3. Linux パッケージ... 3 3.1. Cent0S... 3 3.2. Ubuntu... 4 3.3. 手動でパッケージをインストールする場合... 5 4. エージェントのインストール...

More information

INR-HF51882d_users_Linux-Solaris_.doc

INR-HF51882d_users_Linux-Solaris_.doc INR-HF51882d 1 ( ) ( ) () 1. RCCMD ADVANCED... 3 1.1....3 1.1.1....3 1.1.2....3...5 1.2....6 1.2.1....7...8 1.3....9 1.3.1....9 1.3.2....15 2....17 2.1....17 2.1.1....17 2.1.2. Linux (rpm)...17 2.1.3.

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

Lets移行プラットホーム

Lets移行プラットホーム Lets 移行プラットホーム の準備 PostgreSQL 9.6 と Drupal8 CMS のインストール JPUG 合宿 2016 山鹿 2016-10-02 2016-10-04 改訂 2016-11-23 第 2 訂 改訂履歴 日付 内容 担当 備考 2016-10-02 初版 桑村 2016-10-03 PHPレポジトリ変更 (REMI Webtatic) 桑村 2016-10-04 Drupal8インストールを追加

More information

debian_manual.dvi

debian_manual.dvi How to set up Linux 01/07/02 Debian GNU/Linux 1 potato 1.1 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

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

Add-onアプリケーション開発 - 環境構築マニュアル -

Add-onアプリケーション開発 - 環境構築マニュアル - - - 1.0 M2M 2018 11 20 i 1 1 1.1............................................... 1 1.2................................................. 1 1.3................................................ 2 2 3 2.1 OFF.......................................

More information

MySQL 日本語処理完全解説 住商情報システム株式会社プラットフォームソリューション事業部門 IT 基盤ソリューション事業部オープンソースシステム部玉川修一 1

MySQL 日本語処理完全解説 住商情報システム株式会社プラットフォームソリューション事業部門 IT 基盤ソリューション事業部オープンソースシステム部玉川修一 1 MySQL 日本語処理完全解説 住商情報システム株式会社プラットフォームソリューション事業部門 IT 基盤ソリューション事業部オープンソースシステム部玉川修一 1 今日の内容 MySQL 概要 日本語処理対策 問題点 原因 解決策 2 MySQL 概要 3 MySQL とは - オープンソースのデータベース スウェーデン発 オープンソースの RDBMS 1 日あたりの平均ダウンロード数 5 万 全世界で

More information

Microsoft Word - マニュアル4.1J

Microsoft Word - マニュアル4.1J Yellow Dog Linux 4.1J 20060605 1. 2. 2.1 2.2 2.3 Mac OS X 2,4 Mac OS 9 2.5 3. Yellow Dog Linux 3.1 Welcome to Yellow Dog Linux 3.2 Language Selection 3.3 3.4 3.5 3.5.1 3.5.2 Disk Druid 3.5.3 3.6 3.7 3.8

More information

PowerGres on Linuxマニュアル

PowerGres on Linuxマニュアル PowerGres R on Linux Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux 2 2.1 PowerGres on Linux.................................... 2 2.2.............................................. 2 2.3..............................................

More information

KNOB Knoppix for Bio Itoshi NIKAIDO

KNOB Knoppix for Bio Itoshi NIKAIDO KNOB Knoppix for Bio Itoshi NIKAIDO Linux Grasp the KNOB! grasp 1, (grip). 2,, (understand). [ 2 ] What s KNOB CD Linux Bioinformatics KNOB Why KNOB? Bioinformatics What

More information

Ubuntu Linux PC Ubuntu Linux (14.04 LTS, Trusty Tahr) 32bit CD 64bit CD 2. 32bit CPU 64bit 32bit PC CPU 32bit 64bit Windows 64bit 64bit. 32bit Core 64

Ubuntu Linux PC Ubuntu Linux (14.04 LTS, Trusty Tahr) 32bit CD 64bit CD 2. 32bit CPU 64bit 32bit PC CPU 32bit 64bit Windows 64bit 64bit. 32bit Core 64 Linux PC #5 26 5 16 1 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux Linux Linux Debian GNU/Linux, Ubuntu Linux, RedHat Linux,

More information

Sybase on CLUSTERPRO for Linux HowTo

Sybase on CLUSTERPRO for Linux HowTo Sybase on CLUSTERPRO for Linux HowTo 1 2006 2 6-1- ... 3... 4... 5... 7 DB... 8 DB... 9... 10 DB... 11 DB... 12 CLUSTERPRO... 13... 20-2- Sybase Adaptive Server Enterprise Red Hat Enterprise Linux AS3

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

untitled

untitled 2 3 4 5 6 READ PK POINT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 7 READ_KEY_POINT_LIMIT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 8 READ PK RANGE 5.1.30 InnoDB 5.1.30 MyISAM

More information

1. はじめに 本ドキュメントでは Linux を OS とするマシンへ新規に CEAS/Sakai 連携プログラム の導入を行う場合を想定しています. 本ドキュメントの手順により CEAS/Sakai 連携プログラム を動作させるために必要なソフトウェアのインストールができ

1. はじめに 本ドキュメントでは Linux を OS とするマシンへ新規に CEAS/Sakai 連携プログラム の導入を行う場合を想定しています. 本ドキュメントの手順により CEAS/Sakai 連携プログラム を動作させるために必要なソフトウェアのインストールができ CEAS/Sakai 連携プログラム 1.0.5 CEAS/Sakai インストールの手引手引き (OS:Linux,DB:MySQL) 内容 1. はじめに 2.CEAS,Sakai,Tomcat の配置と JDK のインストール 3.DBMS のインストール 4.Sakai および CEAS 用データベースの作成 5. 設定ファイルの編集 6.CEAS/Sakai 連携プログラムの起動と停止 7.

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

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

東京エリアDebian勉強会 Debian JP Project - OSC 2017 Tokyo/Fall (第154回出張勉強会)

東京エリアDebian勉強会 Debian JP Project - OSC 2017 Tokyo/Fall (第154回出張勉強会) Debian Debian JP Project OSC 2017 Tokyo/Fall 154 dictoss@live.jp 2017 09 10 Agenda Debian Debian 9 Debian Updates Debian Debian / RHEL RedHat CentOS RedHat Ubuntu Canonical Debian Debian Linux FreeBSD

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

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint

More information

CH1 ...g O...pmd

CH1 ...g O...pmd MCT-1A 2 17 27 44 59 SPACE DiVA SPACE DiVA JCSAT-2A SPACE DiVA CS BS 2 OK USB ver 1.1 USB 2005 4 256 32 3 SPACE DiVA 950 MHz 2150 MHz CS SPACE DiVA SPACE DiVA 4... 2... 32... 2... 32... 3... 33... 4...34...

More information

Microsoft Word - HAクラスタ構築手順書.doc

Microsoft Word - HAクラスタ構築手順書.doc HA 1.... 4 2.... 4 2.1. OS... 4 2.2.... 4 3.... 5 4. DRBD... 6 4.1. DRBD... 6 4.2. DRDB... 6 4.2.1.... 7 4.3. DRBD... 7 4.3.1. hosts... 7 4.3.2.... 8 4.3.3. drbd.conf... 8 4.4. DRBD... 10 4.5. DRBD...

More information

1 はじめに 2 2 概要 2 3 検証環境 4 4 設定手順 クラスタ環境構成のための事前作業 Zabbix 関連パッケージのインストール及び設定 LifeKeeper 本体のインストールおよび設定 Recovery Kit for Zabbix の

1 はじめに 2 2 概要 2 3 検証環境 4 4 設定手順 クラスタ環境構成のための事前作業 Zabbix 関連パッケージのインストール及び設定 LifeKeeper 本体のインストールおよび設定 Recovery Kit for Zabbix の LifeKeeper を利用した Zabbix サーバクラスタ化検証報告書 1 はじめに 2 2 概要 2 3 検証環境 4 4 設定手順 4 4.1 クラスタ環境構成のための事前作業 5 4.2 Zabbix 関連パッケージのインストール及び設定 5 4.3 LifeKeeper 本体のインストールおよび設定 8 4.4 Recovery Kit for Zabbix のインストール 8 4.5

More information

Microsoft Word - # _Quick_Install_Guide_Final.doc

Microsoft Word - # _Quick_Install_Guide_Final.doc 119400-401 Urchin 6 クイックスタートガイド 2008 Urchin Software Corporation. All rights reserved.. Linux Linus Torvalds Windows Microsoft Corporation Page. 1 1. 4 1-1. 1. 4 1-2. 5 1-3 5 2. Urchin 6 9 2-1. 9 2-2.

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 9 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

ゲスト OS インストール ガイド

ゲスト OS インストール ガイド 2 VMware, Inc. VMware, Inc. 3 4 VMware, Inc. VMware, Inc. 5 6 VMware, Inc. VMware, Inc. 7 8 VMware, Inc. VMware, Inc. 9 10 VMware, Inc. VMware, Inc. 11 12 VMware, Inc. VMware, Inc. 13 14 VMware, Inc. VMware,

More information

untitled

untitled VMware ESX Server 3.0 Dell OpenManage 5.0 2006 7 www.dell.com support.dell.com 2006 Dell Inc. 2006 All rights reserved. Dell DELL PowerEdge OpenManageDell Inc.VMware VMotion ESX ServerVMware, Inc.EMCEMC

More information

スライド 1

スライド 1 2005 3 26 (MATSUNOBU Yoshinori MySQL mysqldump FLUSH TABLES WITH READ LOCK SQL (InnoDB Linux,Solaris,HP-UX,AIX,Windows C/C++( SQL92 SQL99 Core 4.1 5.0 InnoDB MyISAM ( B-Tree ( 5.0 4 (InnoDB ( (InnoDB (4.1

More information

防災マップ作成システムの開発業務基本設計書

防災マップ作成システムの開発業務基本設計書 センサー情報相互運用配信システム インストールマニュアル Ver. 1.0.0 2015/10/1 国立研究開発法人防災科学技術研究所 変更履歴 Version 変更日付変更内容 1.0 2015/06/19 初版作成 1 目次 1 インストールの前に... 1 1.1 サーバー環境... 1 1.2 ネットワーク設定... 2 2 動作環境のインストール手順... 3 2.1 パッケージファイルの内容...

More information

122

122 121 122 123 1 124 2 3 125 4 5 126 7 127 8 9 128 17301 10 1. 2. 3. 4. 5. 11 129 12 13 130 211822 14 15 131 16 17 132 5 19 133 20 21 134 22 23 135 24 25 136 26 137 1. 2. 3. 4. 5. 5 28 1. 5 2. 3. 3 29 138

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