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

Size: px
Start display at page:

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

Transcription

1

2 1 1 CentOS Java JDK(JavaSE Development Kit) Apache Tomcat Java PostgreSQL

3

4 3 1 CentOS 1.1,, Enter., skip.

5 4 1 CentOS Next.. Japanese( ), Next.

6 , (N).. (Y) (N).

7 6 1 CentOS, (N). #.

8 1.1. 7,., (N). # GRUB, /dev/hda. NIC, (N).

9 8 1 CentOS, (N). # / root, (N).

10 Server,, (N).,.,, DB Java # ->

11 10 1 CentOS -> -> FTP -> -> (N).

12 ,., (C). (T),.

13 12 1 CentOS 1.2. ossmc. #, # root # $. # login:root Password: useradd. # /usr/sbin/useradd ossmc passwd. -> Enter -> ( ) -> Enter.

14 # /usr/bin/passwd ossmc Changing password for user user. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. SELinux CentOS5 SELinux. SELinux Security-Enhanced Linux, Linux.,. config. # vi /etc/selinux/config <<config >> # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - SELinux is fully disabled. #SELINUX=enforcing SELINUX=disabled # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted # SELINUX enforcing disabled

15 14 1 CentOS. # ->, # yum. # /usr/bin/yum update -y

16 15 2 Java 2.1 JDK(JavaSE Development Kit) # /usr/local/src (jdk linux-i586-rpm.bin). # chmod a+x jdk linux-i586-rpm.bin #./jdk linux-i586-rpm.bin,. yes, Enter. Sun Microsystems, Inc. Binary Code License Agreement for the JAVA 2 PLATFORM STANDARD EDITION DEVELOPMENT KIT 5.0 SUN MICROSYSTEMS, INC. ( SUN ) IS WILLING TO LICENSE THE SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE : : : desktop computers and servers. Do you agree to the above license terms? [yes or no]. : : inflating: jdk linux-i586.rpm Preparing... ########################### [100%]

17 16 2 Java 1:jdk ########################### [100%] Done.

18 17 3 Apache Tomcat 3.1 # /usr/local/src tar (apache-tomcat tar.gz). # tar xvzf apache-tomcat tar.gz apache-tomcat mv. # mv apache-tomcat /usr/local/tomcat. chown. # chown -R ossmc : ossmc /usr/local/tomcat/ 3.2.,.bash profile. # su - ossmc Password: $ cd / $ vi.bash profile <<.bash profile >>

19 18 3 Apache Tomcat #.bash profile # Get the aliases and functions if [ -f /.bashrc ]; then. /.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin PATH=$PATH:/usr/java/jdk /bin export PATH unset USERNAME export JAVA HOME=/usr/java/jdk / export CATALINA HOME=/usr/local/tomcat export CLASSPATH=$CLASSPATH:$CATALINA HOME/common/lib export CATALINA OPTS= -server -Xms512m -Xmx512m -Xss512k -XX:PermSize=64m -XX:MaxPermSize=64m # # /. $ source.bash profile 3.3 Java JVM. ( )/. -server Java HotSpot Server VM JVM -Xms (*1)

20 3.3. Java 19 -Xmx (*1) -Xss (*2) -XX:PermSize (*3) -XX:PMaxPermSize (*3) *1 *2 *3

21

22 21 4 PostgreSQL 4.1 # /usr/local/src tar (postgresql tar.gz). # tar xvzf postgresql tar.gz postgresql mv., cd. # mv postgresql /usr/local/src # cd /usr/local/src/postgresql postgresql.. # /usr/local/pgsql #, configure - -prefix( ) #./configure prefix=/usr/local/pgsql # gmake && gmake install. : : /usr/local/pgsql/lib/pgxs/config/install-sh /bin/sh../config/install-sh -c -m 755./mkinstalldirs /usr/local/pgsql/lib/pgxs/config/mkinstalldirs

23 22 4 PostgreSQL gmake[1]: Leaving directory /usr/local/src/postgresql-8.3.9/config PostgreSQL installation complete.. chown. # chown -R ossmc : ossmc /usr/local/pgsql/ 4.2.,.bash profile. # su - ossmc Password: $ cd / $ vi.bash profile <<.bash profile >> #.bash profile # Get the aliases and functions if [ -f /.bashrc ]; then. /.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin PATH=$PATH:/usr/java/jdk /bin PATH=$PATH:/usr/local/pgsql/bin export PATH unset USERNAME export JAVA HOME=/usr/java/jdk / export CATALINA HOME=/usr/local/tomcat export CLASSPATH=$CLASSPATH:$CATALINA HOME/common/lib

24 export CATALINA OPTS= -server -Xms512m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=64m export POSTGRES HOME=/usr/local/pgsql export PGLIB=$POSTGRES HOME/lib export PGDATA=$POSTGRES HOME/data export MANPATH=$MANPATH:$POSTGRES HOME/man export LD LIBRARY PATH=$LD LIBRARY PATH:$PGLIB # #PGDATA,. $ source.bash profile. $ initdb -W -E UTF-8,. -> Enter -> ( ) -> Enter. The files belonging to this database system will be owned by user ossmc. This user must also own the server process. The database cluster will be initialized with locale ja JP.UTF-8. : : : initializing pg authid... ok Enter new superuser password: Enter it again:.

25 24 4 PostgreSQL : : Success. You can now start the database server using: postmaster -D /usr/local/pgsql/data or pg ctl -D /usr/local/pgsql/data -l logfile start 4.3 pg ctl. $ pg ctl start 4.4 PostgreSQL, initdb.. createdb. $ createdb example dropdb.

26 $ dropdb example

27

28 pg ctl. $ pg ctl start startup.sh. $ $CATALINA HOME/bin/startup.sh 5.2 shutdown.sh. $ $CATALINA HOME/bin/shutdown.sh pg ctl. $ pg ctl stop

29

30

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

防災マップ作成システムの開発業務基本設計書 センサー情報相互運用配信システム インストールマニュアル 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

変更履歴 Version 日付 変更内容 /8/23 初版作成 /1/17 他ドキュメントのバージョンアップに伴い版数のみ更新 /6/13 他ドキュメントのバージョンアップに伴い版数のみ更新 /1/15 動作環境でインストールするソ

変更履歴 Version 日付 変更内容 /8/23 初版作成 /1/17 他ドキュメントのバージョンアップに伴い版数のみ更新 /6/13 他ドキュメントのバージョンアップに伴い版数のみ更新 /1/15 動作環境でインストールするソ 災害リスク情報クリアリングハウス インストールマニュアル Version 1.2 2015/01/15 独立行政法人防災科学技術研究所 変更履歴 Version 日付 変更内容 1.0 2013/8/23 初版作成 1.1 2014/1/17 他ドキュメントのバージョンアップに伴い版数のみ更新 1.1.1 2014/6/13 他ドキュメントのバージョンアップに伴い版数のみ更新 1.2 2015/1/15

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

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

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

1_postgis(2.2.1) のインストール No 概要 対象 ユーザ コマンド 確認 ( 確認コマンド等 ) 備考 # yum install gcc # gcc -v - 組み込み spec を使用しています COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/

1_postgis(2.2.1) のインストール No 概要 対象 ユーザ コマンド 確認 ( 確認コマンド等 ) 備考 # yum install gcc # gcc -v - 組み込み spec を使用しています COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/ 1_postgis(2.2.1) のインストール # yum install gcc # gcc v 組み込み spec を使用しています COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64redhatlinux/4.8.5/ltowrapper ターゲット : x86_64redhatlinux configure 設定 :../configure

More information

PostgreSQL

PostgreSQL PostgreSQL for IBM i 導入ガイド 目次 1. 事前準備 2. IBM i V5R4 及び V6R1 での導入方法 3. POSTGRES ユーザのプロファイルを作成する 4. PostgreSQL の導入 5. PostgreSQL の開始 6. PostgreSQL の確認 7. PostgreSQL の停止 8. IBM i V7R1 での導入方法 9. PHP のサンプルコード

More information

ジオコーディングサーバインストールマニュアル

ジオコーディングサーバインストールマニュアル ジオコーディング API 提供システム 構築マニュアル 第 1.0.0 版 2015/12/28 国立研究開発法人防災科学技術研究所 変更履歴 Version 変更日付変更内容 1.0.0 2015/12/28 初版作成 目次 1 はじめに... 1 2 セットアップ方法... 1 2.1 サーバ環境... 1 2.2 ネットワーク設定... 2 2.3 動作環境インストール... 2 2.3.1

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

[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

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

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

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

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

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac LAMP 2007 10 29 1 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 http://httpd.apache.org/download.cgi

More information

OpenAM 13 インストールガイド

OpenAM 13 インストールガイド OpenAM 13 ( ) 2018 3 13 2.4 1 1 1.1.................................... 1 1.2..................................... 1 1.3....................................... 1 2 3 2.1...............................

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. サーバ設定 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

ServerView with Data ONTAP-v™ PowerChute® Network Shutdown 設定について

ServerView with Data ONTAP-v™ PowerChute® Network Shutdown 設定について ServerView with Data ONTAP-v TM PowerChute Network Shutdown 設定について 富士通株式会社 2011 年 6 月 目次 1. はじめに...2 2. 待ち時間の計画...2 3. PowerChute Network Shutdown のインストール...4 4. PowerChute Network Shutdown の設定...7 5.

More information

JNOD32OPE_1.book

JNOD32OPE_1.book ESET NOD32 Antivirus Z028138-01 [2013 9 ] ii ...ii...ii 1... 1 1.1 ESET NOD32 Antivirus... 1 1.2... 1 1.3... 1 1.4... 2 2 ESET NOD32 Antivirus... 3 2.1 ESET NOD32 AntivirusEZ Controller... 3 2.1.1 Windows

More information

Javaインストール手順書

Javaインストール手順書 Java インストール手順書 第五版 ( 社 ) 日本医師会 改訂履歴 初版 2004 年 1 月 23 日新規作成 二版 2004 年 2 月 3 日 フォントの設定 を追加 三版 2004 年 7 月 13 日 リソースファイルのダウンロード を追加 バージョン番号表記を変更 四版 2005 年 11 月 21 日 リソースファイルのダウンロード を修正 ホームディレクトリ ユーザ名の記述を修正

More information

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

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

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

PowerGres on Linux HAマニュアル

PowerGres on Linux HAマニュアル PowerGres R on Linux HA 2006 11 SteelEye LifeKeeper SteelEye Technology, Inc. Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux HA 2 2.1 PowerGres on Linux HA.................................. 2 2.2..............................................

More information

P X-M04-00 PowerChute Network Shutdown PowerChute Network Shutdown Standard v2.2.3a / Enterprise v2.2.3v PowerChute Network Shutdown Standard

P X-M04-00 PowerChute Network Shutdown PowerChute Network Shutdown Standard v2.2.3a / Enterprise v2.2.3v PowerChute Network Shutdown Standard P-2416-211X-M04-00 PowerChute Network Shutdown Standard v2.2.3a GHSVSUUP86 Enterprise v2.2.3v GHSVSUUP87 P-2416-211X-M04-00 PowerChute Network Shutdown PowerChute Network Shutdown Standard v2.2.3a / Enterprise

More information

Red Hat Enterprise Linux AS (v.3 for IPF) Update 3

Red Hat Enterprise Linux AS (v.3 for IPF) Update 3 2005-09-01 Red Hat Enterprise Linux AS (v.3 for Itanium) PRIMERGY Linux Linux PRIMERGY Global Array Manager-Client Global Array Manager-Client Linux (SupportDesk Product ) All Rights Reserved, Copyright

More information

syspro-0405.ppt

syspro-0405.ppt 3 4, 5 1 UNIX csh 2.1 bash X Window 2 grep l POSIX * more POSIX 3 UNIX. 4 first.sh #!bin/sh #first.sh #This file looks through all the files in the current #directory for the string yamada, and then prints

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

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Debian Etch 用 版 2008 年 10 月 31 日 Copyright (C) 2008 Japan Medical Association

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Debian Etch 用 版 2008 年 10 月 31 日 Copyright (C) 2008 Japan Medical Association ORCA PROJECT Linux 対応版インストールマニュアル (Version 1.1.4 対応 ) Debian Etch 用 1.1.4 版 2008 年 10 月 31 日 目次 1. 動作環境チェック... 3 1-1.Java のチェック... 3 1-2.Firebird のチェック... 3 1-3.AdobeReader のチェック... 3 2.Java のインストール...

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

Actual ESS Adapterの使用について

Actual ESS Adapterの使用について Actual ESS Adapter SQL External SQL Source FileMaker SQL ESS SQL FileMaker FileMaker SQL FileMaker FileMaker ESS SQL SQL FileMaker ODBC SQL FileMaker Microsoft SQL Server MySQL Oracle 3 ODBC Mac OS X Actual

More information

Microsoft Word - koutiku.doc

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

More information

PostgreSQL 9.0 のレプリケーションを使ってみよう SRA OSS, Inc. 日本支社佐藤友章 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 1

PostgreSQL 9.0 のレプリケーションを使ってみよう SRA OSS, Inc. 日本支社佐藤友章 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 1 PostgreSQL 9.0 のレプリケーションを使ってみよう SRA OSS, Inc. 日本支社佐藤友章 sato@sraoss.co.jp 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 1 あなたは誰? 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights

More information

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版)

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版) JEE ADOBE EXPERIENCE MANAGER FORMS WEBLOGIC http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 AEM forms 2 AEM Forms 3 4 - WebLogic Server 4.1............................................................................

More information

untitled

untitled SUBJECT: Applied Biosystems Data Collection Software v2.0 v3.0 Windows 2000 OS : 30 45 Cancel Data Collection - Applied Biosystems Sequencing Analysis Software v5.2 - Applied Biosystems SeqScape Software

More information

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL)

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) RedHat Linux OpenFOAM (OpenFOAM 2.2.x, 2.3.x) y.imagawa 14.3.8 RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) OpenFOAM OpenFOAM Linux git Repository RedHat Linux OpenFOAM centfoam? OpenFOAM OS CentOS 6.5

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

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

ドライバインストールガイド

ドライバインストールガイド PRIMERGY Single Port ファイバーチャネルカード (8Gbps) Dual Port ファイバーチャネルカード (8Gbps) (PG-FC205/PG-FC205L) (PG-FC206/PG-FC206L) CA092276-8938-01 ドライバインストールガイド i 目次 1. ドライバのインストール / アンインストール方法... 3 1.1. ドライバのダウンロード

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

GENESYS2005_Instal_Guide.PDF

GENESYS2005_Instal_Guide.PDF : CET-223 Agilent EEsof EDA GENESYS 2005.11 & SystemVue 2005.02 / 2005 4 SystemView by Elanix SystemVue TM 2006 3 3 EDA 1.... 4 2.... 5 2-1.... 6 2-2. GENESYS... 6 Step1:... 6 Step2:... 7 Step3:... 8 Step4:...

More information

Microsoft Word - PrivateAccess_UM.docx

Microsoft Word - PrivateAccess_UM.docx `````````````````SIRE Page 1 English 3 日本語 7 Page 2 Introduction Welcome to! is a fast, simple way to store and protect critical and sensitive files on any ixpand Wireless Charger. Create a private vault

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

untitled

untitled DSpace Infocom Corporation 1 1... 4 1.1 OS Fedora... 4 1.2 Java Java SE... 4 1.3 Ant ApacheAnt... 4 1.4 PostgreSQL... 4 1.5 Servlet Tomcat... 4 2... 5 2.1 Java SE 1.4.2... 5 2.1.1... 5 2.1.2... 5 2.1.3...

More information

 

  利用者ガイド NAREGI Middleware UMS (User Management Server) 2008 年 10 月 国立情報学研究所 ドキュメントリスト 管理者ガイドグループ IS(Distributed Information Service) IS(Distributed Information Service) - LRPSConfig - SS(Super Scheduler)

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

Android Studioセットアップガイド

Android Studioセットアップガイド Android Studio 2016/4/9 Android Studio Android *1 Android Studio Android Studio Android Studio Android Studio Android PDF : Android Studio Android Android Studio Android *2 c R TM *1 Android Studio Android

More information

Doctor Web Pacific Dr.Web Mail Security Suite Mail Security Suite Sendmail Postfix qmail MTA(Mail Transfer Agent) SMTP Proxy MTA MTA OS 1 /

Doctor Web Pacific Dr.Web Mail Security Suite Mail Security Suite Sendmail Postfix qmail MTA(Mail Transfer Agent) SMTP Proxy MTA MTA OS 1 / 2011 4 13 Doctor Web Pacific Dr.Web Mail Security Suite Mail Security Suite Sendmail Postfixqmail MTA(Mail Transfer Agent) SMTP Proxy MTA MTA OS 1 / 36 ... 1 1Dr.Web Mail Security Suite... 3 1-1) Mail

More information

アプリケーションサーバ JBoss超入門

アプリケーションサーバ JBoss超入門 アプリケーションサーバ JBoss 超入門 ~ 10 分で始める JBoss ~ 株式会社日立ソリューションズ OSS ソリューションビジネス推進センタ山本慎悟 Contents 1. 自己紹介 2. JBoss 概要 3. JBossのインストールおよび初期設定 4. デモ (10 分でセットアップ ) 5. 日立ソリューションズのオープンソースソリューションのご紹介 6. まとめ 2.JBoss

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

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

Microsoft Word - KUINS-Air_W10_ docx

Microsoft Word - KUINS-Air_W10_ docx KUINS-Air 無線 LAN への接続 (Windows10) How to connect to Wi-Fi KUINS-Air (Windows10) 2019 年 7 月 KUINS-Air への接続には A ID パスワードを使用した接続 もしくは B クライアント証明書を使用した接続方法の 2 種類があります There are 2 ways to connect to KUINS-Air,

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

Report Template

Report Template f 1 3... 3 PC... 3... 4 12... 12 Web... 12 E-mail FAX... 17... 18 Service Pack 19 UPDATE... 19... 20 web... 21 Version 24 25... 25... 26... 27... 28 29 2 isplever7.1 for Windows isplever7.1 PC isplever7.1

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

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

SecureAssist Enterprise Portal 導入ガイド Version 3.0 対応版 パッケージのダウンロード サーバーへのインストール 管理画面へのログインと基本設定

SecureAssist Enterprise Portal 導入ガイド Version 3.0 対応版 パッケージのダウンロード サーバーへのインストール 管理画面へのログインと基本設定 2016.03.16 SecureAssist Enterprise Portal 導入ガイド Version 3.0 対応版 パッケージのダウンロード サーバーへのインストール 管理画面へのログインと基本設定 目次 本資料について SecureAssist Enterprise Portal 導入準備パッケージのダウンロード SecureAssist Enterprise Portalのインストール

More information

c h a p t e r 6 $ rpm -q glibc glibc-2.1.2-17vl2 [glibc 2.1]Vine 2.0beta2 glibc-2.0.7-29 [glibc 2.0]Vine 1.1 ftp://ftp. vinelinux.org/ # rpm -ivh post

c h a p t e r 6 $ rpm -q glibc glibc-2.1.2-17vl2 [glibc 2.1]Vine 2.0beta2 glibc-2.0.7-29 [glibc 2.0]Vine 1.1 ftp://ftp. vinelinux.org/ # rpm -ivh post SHIBUYA Hisao E-mail : shibuya@alpha.or.jp 58 - Software Design c h a p t e r 6 $ rpm -q glibc glibc-2.1.2-17vl2 [glibc 2.1]Vine 2.0beta2 glibc-2.0.7-29 [glibc 2.0]Vine 1.1 ftp://ftp. vinelinux.org/ #

More information

IM 21B04C50-01

IM 21B04C50-01 User s Manual Blank Page Media No. (CD) 5th Edition : Sep. 2009 (YK) All Rights Reserved. Copyright 2001, Yokogawa Electric Corporation Yokogawa Electric Corporation Software License Agreement This

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

Java Platform Debugger Architecture Apache JServ Oracle JVM JPDA JVM Tomcat Oracle JVM... 7

Java Platform Debugger Architecture Apache JServ Oracle JVM JPDA JVM Tomcat Oracle JVM... 7 Oracle JDeveloper 3.1 Servlet/JSP 1... 2 1.1... 2 2 Java Platform Debugger Architecture... 3 3 Apache JServ... 5 3.1 Oracle JVM... 5 3.2 JPDA JVM... 5 4 Tomcat... 7 4.1 Oracle JVM... 7 4.2 JPDA JVM...

More information

目次 1. はじめに 目的 推奨環境 OpenAM サーバー Web サーバー 事前準備 OpenAM サーバーの準備 Web サーバーの準備 Web

目次 1. はじめに 目的 推奨環境 OpenAM サーバー Web サーバー 事前準備 OpenAM サーバーの準備 Web サーバーの準備 Web OpenAM 技術 Tips Vol.4 Apache 2.4 と Web Policy Agent の設定手順 執筆者 : 株式会社オージス総研小林融 監修 : OpenAM コンソーシアム 当技術 Tips コンテンツは OpenAM コンソーシアム監修のもと OpenAM コンソーシアム開発ワーキンググループに属する各企業の担当者により 執筆 編集されたものであり 各記事の著作権は執筆者に帰属いたします

More information

untitled

untitled Dell PowerEdgeDell EMC CX500BakBone NetVault VMware ESX Server 2.5 & NetVault... 2... 2... 3 OS... 4 VMWARE ESX SERVER 2.5 SERVICE CONSOLE... 5 VMWARE ESX SERVER 2.5 NETVAULT... 6... 7 OS... 7 OS... 8

More information

対応した JDBC ドライバ (postgresql jdbc4.jar) に変更します 1.OpenDolphin-2.3m\client\pom.xml の下線部分を変更 <version> jdbc41</version> <version> jd

対応した JDBC ドライバ (postgresql jdbc4.jar) に変更します 1.OpenDolphin-2.3m\client\pom.xml の下線部分を変更 <version> jdbc41</version> <version> jd ORCA server (Ubuntu12.04) へのインストール 日医標準レセプトソフト for Ubuntu 12.04 LTS(Precise Pangolin) のインストール の通りにセットアップされていることが前提です なお 前バージョンからのアップグレードの場合は WildFly 8.1 の設定 の作業だけで大丈夫だと思います JDK7 のインストール $sudo apt-get update

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

Server Backup Manager 5.0 Debian および Ubuntu システムへの Server Backup Free のインストール 1. APT-GET をしてServer Backup Free をインストールする 2. Server Backup Free のインストール

Server Backup Manager 5.0 Debian および Ubuntu システムへの Server Backup Free のインストール 1. APT-GET をしてServer Backup Free をインストールする 2. Server Backup Free のインストール Debian および Ubuntu システムへの Server Backup Free のインストール 1. APT-GET をしてServer Backup Free をインストールする 2. Server Backup Free のインストール (DPKG でのインストール ) 3. Server Backup のWeb ベースユーザーインターフェイスをしてする 4. Linux Server

More information

Alibaba Cloud [ ナレッジドキュメント ] AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux_PostgreSQL 版 ) AWS EC2 から Alibaba Cloud ECS への マイグレーション手順 (Linux_Postgre

Alibaba Cloud [ ナレッジドキュメント ] AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux_PostgreSQL 版 ) AWS EC2 から Alibaba Cloud ECS への マイグレーション手順 (Linux_Postgre AWS EC2 から Alibaba Cloud ECS への マイグレーション手順 (Linux_PostgreSQL 版 ) Ver 1.0.1 目次 1. はじめに 2. Alibaba Cloud 移行ツールとは 3. 環境構成図 4. 導入手順 4-1. AWS 環境の準備 4-2. WEB サーバーの導入 設定 4-2-1.Apache インストール 設定 4-2-2.WEB コンテンツ作成

More information

 

  P-2416-211X-M 04-00 PowerChute Network Shutdown PowerChute Network Shutdown P-2416-211X-M 04-00 PowerChute Network Shutdown Standard / Enterprise PowerChute Network Shutdown Standard / Enterprise PCNS

More information

Microsoft Word - Android開発環境構築.doc

Microsoft Word - Android開発環境構築.doc JDK(Java Development Kit) のダウンロード インストール JDK のダウンロードサイト http://www.oracle.com/technetwork/java/javase/downloads/index.html を開き Java SE 6 Update 26(2011/07/29 現在 ) をダウンロードします ( ダウンロード対象は OS ごとに選択して下さい 例では

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

MapleNET によるウェブ計算環境

MapleNET によるウェブ計算環境 ~ すぐにできる共有計算環境の構築 ~ サイバネットシステム株式会社 このドキュメントでは Maple 計算エンジンをウェブ上で利用可能にする MapleNET の特徴的な利用方法であるワークシートによるアプリケーションの開発方法とその設置方法について述べています MapleNET を利用すると 自作のワークシートを Maple をインストールしていないパソコンのウェブブラウザ上で閲覧 計算が利用できるようになります

More information

IntraGuardian2 + Manager Professional (Version 3.5.2) インストールガイド Linux 版 第 5 版 2018 年 12 月 17 日 日本シー エー ディー株式会社

IntraGuardian2 + Manager Professional (Version 3.5.2) インストールガイド Linux 版 第 5 版 2018 年 12 月 17 日 日本シー エー ディー株式会社 IntraGuardian2 + Manager Professional (Version 3.5.2) インストールガイド Linux 版 第 5 版 2018 年 12 月 17 日 日本シー エー ディー株式会社 目次 はじめに 3 本書についてのご注意 3 お願いとご注意 3 知的財産権等 3 免責事項について 3 ソフトウェア使用許諾契約 4 事前に確認すること 5 動作環境 5 本ソフトウェアの確認

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

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

Cleaner XL 1.5 クイックインストールガイド

Cleaner XL 1.5 クイックインストールガイド Autodesk Cleaner XL 1.5 Contents Cleaner XL 1.5 2 1. Cleaner XL 3 2. Cleaner XL 9 3. Cleaner XL 12 4. Cleaner XL 16 5. 32 2 1. Cleaner XL 1. Cleaner XL Cleaner XL Administrators Cleaner XL Windows Media

More information

Web Web Web Web i

Web Web Web Web i 28 Research of password manager using pattern lock and user certificate 1170369 2017 2 28 Web Web Web Web i Abstract Research of password manager using pattern lock and user certificate Takuya Mimoto In

More information

Alibaba Cloud [ ナレッジドキュメント ] AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) AWS EC2 から Alibaba Cloud ECS への マイグレーション手順 (Linux 版 ) Ver

Alibaba Cloud [ ナレッジドキュメント ] AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) AWS EC2 から Alibaba Cloud ECS への マイグレーション手順 (Linux 版 ) Ver AWS EC2 から Alibaba Cloud ECS への マイグレーション手順 (Linux 版 ) Ver 1.0.1 目次 1. はじめに 2. Alibaba Cloud 移行ツールとは 3. 環境構成図 4. 導入手順 4-1. AWS 環境の準備 4-2. WEB サーバーの導入 設定 4-2-1.Apache インストール 設定 4-2-2.WEB コンテンツ作成 4-2-3.Apache

More information

目次 1. 動作環境チェック 動作必要環境 Java のインストール Java のインストール Firebird のインストール Firebird のインストール Adobe Reader のインストール

目次 1. 動作環境チェック 動作必要環境 Java のインストール Java のインストール Firebird のインストール Firebird のインストール Adobe Reader のインストール ORCA PROJECT Linux 対応版インストールマニュアル (Version 2.0.0 対応 ) Ubuntu 10.04 Lucid 用 2.0.0 版 2013 年 3 月 8 日 目次 1. 動作環境チェック...3 1.1. 動作必要環境...3 2. Java のインストール...3 2.1. Java のインストール...3 3. Firebird のインストール...4 3.1.

More information

Alibaba Cloud [ ナレッジドキュメント ] AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) Ver SB

Alibaba Cloud [ ナレッジドキュメント ] AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) Ver SB AWS EC2 から Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) Ver 1.0 目次 目次 1. はじめに 2. Alibaba Cloud 移行ツールとは 3. 環境構成図 4. 導入手順 4-1. AWS 環境の準備 4-2. WEB サーバーの導入 設定 4-2-1.Apache インストール 設定 4-2-2.WEB コンテンツ作成 4-2-3.Apache

More information

Dr.Web Server Security Suite Ver 簡易構築ガイド -Linux 用 - 株式会社 Doctor Web Pacific 初版 : 2015/10/27 改訂 : Copyright Doctor Web Pacific Inc. All rights

Dr.Web Server Security Suite Ver 簡易構築ガイド -Linux 用 - 株式会社 Doctor Web Pacific 初版 : 2015/10/27 改訂 : Copyright Doctor Web Pacific Inc. All rights Dr.Web Server Security Suite Ver.6.0.2.9 簡易構築ガイド -Linux 用 - 株式会社 Doctor Web Pacific 初版 : 2015/10/27 改訂 : 目次 1. はじめに... 3 1.1 ライセンス証書の受領... 3 1.2 ライセンス証書に含まれる内容... 3 2. 環境前提条件... 3 3. 準備... 4 3.1 インストール環境の確認...

More information

WASEDA University Internship Guide http://www.waseda.jp/career/internship/ 1 2 3 For International Students International students who are interested in internships with Japanese corporations must be

More information

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

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

証明書検証サーバの概要

証明書検証サーバの概要 OCSP...1.....1.....1...2.. RedHat Linux...2.. RedHat IP...2.. RPM...4.. OpenLDAP...4.. PostgreSQL...!.. AiCrypto...5.. Dumpasn1...5.................5 PostgreSQL...6 rshd...7...7...8 Cygwin Cygwin...8 Perl...9...10

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

Microsoft Word - mediawiki.doc

Microsoft Word - mediawiki.doc Windows Hosting Suite MediaWiki インストールガイド - 目 次 - 1.はじめに... 2 2.インストールの 準 備... 2 2.1 データベースの 作 成... 2 2.2 MediaWiki のダウンロード... 8 2.3 ファイルのアップロード... 8 2.4 ディレクトリの 権 限 設 定... 10 2.5 デフォルトドキュメントの 設 定... 14

More information

IWF30SupportMatrix_v3.8.xlsx

IWF30SupportMatrix_v3.8.xlsx IceWall Federation Version 3.0 動作環境更新履歴 Rev. 3.8 (2019/9 更新版 ) IceWall Federation Version 3.0 動作環境 更新月 Version 更新内容 2010/11 1.0 HP IceWall Federation 3.0 のサポートマトリックスの公開を開始しました 2011/11 1.1 2012/5 1.2 2012/10

More information

OpenAM 9.5 インストールガイド オープンソース ソリューション テクノロジ ( 株 ) 更新日 : 2013 年 7 月 19 日 リビジョン : 1.8

OpenAM 9.5 インストールガイド オープンソース ソリューション テクノロジ ( 株 ) 更新日 : 2013 年 7 月 19 日 リビジョン : 1.8 OpenAM 9.5 インストールガイド オープンソース ソリューション テクノロジ ( 株 ) 更新日 : 2013 年 7 月 19 日 リビジョン : 1.8 目次 1. はじめに 1 1.1 本文書の目的... 1 1.2 前提条件... 1 1.3 略語...1 2. 事前準備 2 2.1 ホスト名の名前解決... 2 3. Linix 版パッケージ 3 3.1 システム要件... 3 3.1.1

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

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

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

</dependency> <version> jdbc4</version> </dependency> 2.OpenDolphin-2.3m\server\pom.xml の下線部分を変更 <version> jdbc41</version> </dependenc

</dependency> <version> jdbc4</version> </dependency> 2.OpenDolphin-2.3m\server\pom.xml の下線部分を変更 <version> jdbc41</version> </dependenc ORCA server (Ubuntu12.04) へのインストール 日医標準レセプトソフト for Ubuntu 12.04 LTS(Precise Pangolin) のインストール の通りにセットアップされていることが前提です JDK7 のインストール $sudo apt-get update $sudo apt-get install openjdk-7-jdk JAVA_HOME を /usr/lib/jdk

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

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System naito@math.nagoya-u.ac.jp to@math.nagoya-u.ac.jp, Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

Linux管理クイックスタートガイド

Linux管理クイックスタートガイド 目次 1 はじめに... 2 1.1 root ユーザーでログイン... 3 1.2 ターミナル起動... 5 1.3 root ユーザーのパスワード変更... 7 1.4 ログアウト... 8 2 システム管理方法... 10 2.1 システム終了... 10 2.2 システム再起動... 10 2.3 ネットワーク設定の変更方法... 11 2.4 一般ユーザーアカウント管理方法... 19 2.4.1

More information

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

More information

Microsoft 365 & 最新デバイスで 進める職場デジタル化と管理  ~体裁や制度で終わらせない働き方改革の入り口~

Microsoft 365 & 最新デバイスで 進める職場デジタル化と管理   ~体裁や制度で終わらせない働き方改革の入り口~ IT を活用した働き方改革 IT で働き方改革を支える クラウド活用に よる生産性向上 最新の デバイス活用 セキュリティと 管理 Microsoft 365 A complete, intelligent, secure solution to empower employees. Office 365 Windows 10 Enterprise Mobility + Security Video

More information

! " # $ % & ' ( ) +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f h i j k l m n o p q r s t u v w x y z { } ~ This product is

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