Connectome mapper on Ubuntu

Size: px
Start display at page:

Download "Connectome mapper on Ubuntu"

Transcription

1 Neurodebian Ubuntu12.04 Connectome mapper Ubuntu 2 2 Neurodebian 2 3 apt-get Connectome Viewer FSL MRtrix Java Lapack Connectome mapper git apt-get Diffusion Toolkit Freesurfer Camino Camino-Trackvis converter MITK MITK Diffusion bashrc

2 1 Ubuntu Nipype Connectome mapper Connectome mapper Ubuntu Neurodebian apt-get.bashrc $.bashrc #.bashrc # SOFT=/usr/local/hogehoge Lin4Neuro Freesurfer Diffusion Toolkit Connectome mapper Lin4Neuro Diffusion toolkit Freesurfer ( ) 1 Ubuntu Ubuntu 64bit bash 2 Neurodebian Neurodebian

3 3 apt-get 3 $ wget -O- \ sudo tee /etc/apt/sources.list.d/neurodebian.sources.list $ sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 apt-get update $ sudo apt-get update 3 apt-get 3.1 Connectome Viewer Connectome viewer $ sudo apt-get install connectomeviewer 3.2 FSL $ sudo apt-get install fsl fslview fslview-doc ~/.bashrc ~/.bashrc (~).bashrc #FSL. /etc/fsl/fsl.sh

4 3 apt-get MRtrix $ sudo apt-get install mrtrix ~/.bashrc #MRtrix export MRTRIX=/usr/lib/mrtrix/bin 3.4 Java Camino Oracle Java java-7 $ sudo add-apt-repository ppa:webupd8team/java $ sudo apt-get update $ sudo apt-get install oracle-java7-installer $ sudo apt-get install oracle-java7-set-default 3.5 Lapack Camino-Trackvis converter Lapack $ sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev 3.6 Connectome mapper

5 4 apt-get 5 $ sudo apt-get install libboost-program-options-dev libnifti-dev libblitz0-dev $ sudo apt-get install libboost-program-options git $ sudo apt-get install git 4 apt-get apt-get 4.1 Diffusion Toolkit Sign up Diffusion Toolkit Linux (64-bit) Diffusion_Toolkit_v _x86_64.tar.gz foo Downloads /usr/local tar xvzf E(x)tract, (v)erbose, g(z)ip, (f)ile gzip $ cd /usr/local $ sudo tar xvzf /home/foo/diffusion_toolkit_v _x86_64.tar.gz /usr/local ~/.bashrc

6 4 apt-get 6 #Diffusion toolkit export DTDIR=/usr/local/dtk export DSI_PATH=/usr/local/dtk/matrices 4.2 Freesurfer freesurfer-linux-centos4_x86_64-stable-pub-v5.3.0.tar.gz /usr/local Cent OS6 Ubuntu Web wget foo Downloads $ cd /home/foo/downloads $ wget ftp://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/5.3.0/ freesurfer-linux-centos4_x86_64-stable-pub-v5.3.0.tar.gz ( 2 1 ) $ cd /usr/local $ sudo tar xvzf /home/foo/downloads/ freesurfer-linux-centos4_x86_64-stable-pub-v5.3.0.tar.gz ( 2 1 ) Freesurfer Registration # CUT HERE foo@example.com 1234 *St0rinGs. # CUT HERE

7 4 apt-get 7 foo@example.com 1234 *St0rinGs..license.license ls -a.license /usr/local/freesurfer $ cd # $ sudo cp.license /usr/local/freesurfer ~/.bashrc #Freesurfer export FREESURFER_HOME=/usr/local/freesurfer source $FREESURFER_HOME/SetUpFreeSurfer.sh 4.3 Camino camino camino-code-163f67cbf550560aa351b3d0a3bbbd7a22863cb4.zip camino $ unzip camino-code-xxxx(version number) $ cd camino-code-xxxx(version number) $ make $ cd.. $ mv camino-code-xxxx(version number) camino $ sudo cp -r camino /usr/local

8 4 apt-get ~/.bashrc #Camino export MANPATH=/usr/local/camino/man:$MANPATH export CAMINODIR=/usr/local/camino/bin 4.4 Camino-Trackvis converter camino-trackvis tar.bz2 tar xvjf xvzf j j bzip $ tar xvjf camino-trackvis tar.bz2 $ cd camino-trackvis tar.bz2 $./build.sh $ cd.. $ sudo cp -r camino-trackvis /usr/local ~/.bashrc #Camino-trackvis export CAMINO2TRK=/usr/local/camino-trackvis /bin 4.5 MITK MITK linux64.tar.gz wget

9 4 apt-get 9 $ cd /home/foo/downloads $ wget MITK linux64.tar.gz ( 2 1 ) $ cd /usr/local $ sudo tar xvzf /home/foo/downloads/mitk linux64.tar.gz ~/.bashrc #MITK export MITK=/usr/local/MITK linux MITK Diffusion MITK MITK-Diffusion linux64 wget $ cd /home/foo/downloads $ wget Linux/MITK-Diffusion linux64.tar.gz ( 2 1 ) $ cd /usr/local $ sudo tar xvzf /home/foo/downloads/mitk-diffusion linux64.tar.gz ~/.bashrc #MITK Diffusion export MITKDIFFUSION=/usr/local/MITK-Diffusion linux64

10 4 apt-get ~/.bashrc #Update PATH export PATH="${DTDIR}:${MRTRIX}:${CAMINODIR}:${CAMINO2TRK}: ${MITK}:${MITKDIFFUSION}:${PATH}" 4.8.bashrc.bashrc FSL Freesurfer

11 4 apt-get 11 #FSL. /etc/fsl/fsl.sh #MRtrix export MRTRIX=/usr/lib/mrtrix/bin #Diffusion toolkit export DTDIR=/usr/local/dtk export DSI_PATH=/usr/local/dtk/matrices #Freesurfer export FREESURFER_HOME=/usr/local/freesurfer source $FREESURFER_HOME/SetUpFreeSurfer.sh #Camino export MANPATH=/usr/local/camino/man:$MANPATH export CAMINODIR=/usr/local/camino/bin #Camino-trackvis export CAMINO2TRK=/usr/local/camino-trackvis /bin #MITK export MITK=/usr/local/MITK linux64 #MITK Diffusion export MITKDIFFUSION=/usr/local/MITK-Diffusion linux64 #Update PATH export PATH="${DTDIR}:${MRTRIX}:${CAMINODIR}:${CAMINO2TRK}: ${MITK}:${MITKDIFFUSION}:${PATH}" 4.9.bashrc $..bashrc

12 5 Connectome mapper Nipype Nipype Connectome mapper modify $ cd # $ git clone git://github.com/lts5/nipype.git $ cd nipype $ sudo python setup.py install Connectome mapper 5 Connectome mapper cmp_nipype beta.tar.gz git $ cd # $ git clone git://github.com/lts5/cmp_nipype.git $ cd cmp_nipype $ sudo python setup.py install Connectome mapper 5.1 Connectome mapper $ connectomemapper 1 6 Connectome mapper

13 connectome mapper Connectome mapper project01_dsi.tar.gz connectomemapper $ tar xvzf project01_dsi.tar.gz $ connectomemapper 6.2 Mapper File --> New Connectome data... 2 Browse... project01_dsi/connectome_001/tp1 3 Check input data 4 Inputs check finished successfully. Connectome 5 Connectome mapper Map Connectome!

14

15 Connectome

DCL intro Manual for Ubuntu12.04

DCL intro Manual for Ubuntu12.04 ubnutu 12.04 2013/Sep/15 i 1 1 2 ubuntu 2 3 3 3.1........................................... 3 3.2........................................ 3 3.3 gedit........................................... 4 3.4........................................

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

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

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

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

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

ソフトウェアについて Rev 年 1 月 16 日 このマニュアルでは標準でインストールしているソフトウェアの入手元 インストール方法の概要 インストール場所 についてご案内致します ABySS

ソフトウェアについて Rev 年 1 月 16 日 このマニュアルでは標準でインストールしているソフトウェアの入手元 インストール方法の概要 インストール場所 についてご案内致します ABySS このマニュアルでは標準でインストールしているソフトウェアの入手元 インストール方法の概要 インストール場所 についてご案内致します ABySS http://www.bcgsc.ca/platform/bioinfo/software/abyss/ abyss 1.3.4.tar.gz tar xvzf abyss 1.3.4.tar.gz cd abyss 1.3.4./configure prefix=/usr/local/abyss

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

9 rbenv rbenv ruby 9.1 rbenv rbenv rbenv ruby ruby-build ruby 9.2 rbenv macos.bash_profile ~/.bash_profile ~/.bash_profile.bak $ touch ~/.bash_profile

9 rbenv rbenv ruby 9.1 rbenv rbenv rbenv ruby ruby-build ruby 9.2 rbenv macos.bash_profile ~/.bash_profile ~/.bash_profile.bak $ touch ~/.bash_profile 9 rbenv rbenv ruby 9.1 rbenv rbenv rbenv ruby ruby-build ruby 9.2 rbenv macos.bash_profile ~/.bash_profile ~/.bash_profile.bak $ touch ~/.bash_profile $ cp -f ~/.bash_profile ~/.bash_profile.bak ~/.bash_profile

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

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

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

Microsoft Word - document-force_pos_hybrid_module.docx

Microsoft Word - document-force_pos_hybrid_module.docx 次世代ロボット知能化技術開発プロジェクト 手先拘束下でのマニピュレーション知能モジュール仕様書 取扱説明書 2011 年 3 月 30 日 国立大学法人東北大学株式会社パイケーク 1 更新履歴 改定日付 2009/12/14 新規作成 2010/05/18 5 章にモデルファイルに関する記述を追加 2010/05/31 コンパイル手順の変更に対応 2011/03/30 OpenRTM1.0 対応 2

More information

環境セットアップ

環境セットアップ Ruby on Rails 開発環境のセットアップ -- Cygwin / Windows 版 -- (2012 年度 WEB+DB システム入門授業資料 ) 通常の Windows 7 の環境の場合と Cygwin がインストールされている場合とでは Ruby on Rails のセットアップ方法が大きく異なります ここでは 法政大学 3 年次仕様の PC の環境に合わせてセットアップ手順を説明します

More information

SecureAssist Enterprise Portal アップグレードガイド Version 対応版 パッケージのダウンロード アップグレード全体の流れ アップグレード作業の詳細手順

SecureAssist Enterprise Portal アップグレードガイド Version 対応版 パッケージのダウンロード アップグレード全体の流れ アップグレード作業の詳細手順 2016.09.29 SecureAssist Enterprise Portal アップグレードガイド Version 3.0.3 対応版 パッケージのダウンロード アップグレード全体の流れ 目次 * 本資料について * SecureAssist Enterprise Portal アップグレード準備パッケージのダウンロード * SecureAssist Enterprise Portal アップグレード作業の概要

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

Nexus アプリケーション開発 - SDK

Nexus アプリケーション開発 - SDK この章の内容は 次のとおりです Cisco SDK について, 1 ページ SDK のインストール, 1 ページ インストールおよび環境初期化の手順, 2 ページ SDK を使用したアプリケーションの構築, 3 ページ RPM を使用したアプリケーションのパッケージ化, 4 ページ RPM 構築環境の作成, 5 ページ RPM 構築の一般手順の使用, 6 ページ オプションのプラグインなしでの collectd

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

kiso2-01.key

kiso2-01.key 計算機基礎実習 II 2018 シラバス 到達目標 Ubuntu Linux のデスクトップ GUI CUI すべてのデータを ファイル として管理 ログアウト シャットダウンなどの終了 その ファイル を操作するユーザ インターフェイス 操作はこのメニューから ランチャー よく使うアプリケーションを登録 起動する 起動中のアプリケーションもここに表示される Graphical User Interface

More information

JUMAN++ version

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

More information

目 次 1. はじめに... 3 1.1 ライセンス 証 書 の 受 領... 3 1.2 ライセンス 証 書 に 含 まれる 内 容... 3 2. 環 境 前 提 条 件... 3 3. 準 備... 4 3.1 インストール 環 境 の 確 認... 4 3.2 リポジトリ 設 定... 4

目 次 1. はじめに... 3 1.1 ライセンス 証 書 の 受 領... 3 1.2 ライセンス 証 書 に 含 まれる 内 容... 3 2. 環 境 前 提 条 件... 3 3. 準 備... 4 3.1 インストール 環 境 の 確 認... 4 3.2 リポジトリ 設 定... 4 Dr.Web Desktop Security Suite Ver.11 簡 易 構 築 ガイド -Linux 用 - 株 式 会 社 Doctor Web Pacific 初 版 : 2016/04/27 改 訂 : 目 次 1. はじめに... 3 1.1 ライセンス 証 書 の 受 領... 3 1.2 ライセンス 証 書 に 含 まれる 内 容... 3 2. 環 境 前 提 条 件...

More information

おっちゃんとうぶんチュウ してや(é з`e) $ sudo apt-get install openssh-server $ sudo /etc/init.d/ssh restart $ sudo apt-get install synaptic

おっちゃんとうぶんチュウ してや(é з`e) $ sudo apt-get install openssh-server $ sudo /etc/init.d/ssh restart $ sudo apt-get install synaptic まえがき Androidアプリの開発 楽しいですね でも 古いパソ コンだから開発環境が重くてたいへん エミュレーターが 遅いよ 遅いよ とお悩みの方もいらっしゃるのでは そんな方のために 今回は Android の開発ツールを VPS 上にインストールして それを手元のパソコンから利用 することで快適な環境を実現できないか を ConoHa で 試してみることにしました 目 標 ConoHa の

More information

生物物理夏学・計算ハンズオン.docx

生物物理夏学・計算ハンズオン.docx ハンズオンセミナー別添資料 計算ハンズオンセミナーを始めるために 大上雅史 1, 寺川剛 2 1 東京工業大学大学院情報理工学研究科計算工学専攻秋山研究室博士課程 3 年 2 京都大学大学院理学研究科生物科学専攻高田研究室博士課程 3 年 1 実行環境の準備本ハンズオンセミナーでは,Linux という OS の種類のうち,Ubuntu と呼ばれる OS を使って行います. 通常の PC に Ubuntu

More information

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

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

More information

目次 1. はじめに ライセンス証書の受領 ライセンス証書に含まれる内容 環境前提条件 準備 インストール環境の確認 リポジトリ設定 Cent OS

目次 1. はじめに ライセンス証書の受領 ライセンス証書に含まれる内容 環境前提条件 準備 インストール環境の確認 リポジトリ設定 Cent OS Dr.Web Desktop Security Suite Ver.11 簡易構築ガイド -Linux 用 - 株式会社 Doctor Web Pacific 初版 : 2016/04/27 改訂 : 2018/01/24 目次 1. はじめに... 3 1.1 ライセンス証書の受領... 3 1.2 ライセンス証書に含まれる内容... 3 2. 環境前提条件... 3 3. 準備... 4 3.1

More information

目次 1. はじめに 本書対象者 PALRO のアプリケーションについて Ubuntu 8.04LTS の入手について Linux 上での開発環境の構築 事前準備 Ubuntu のインストール..

目次 1. はじめに 本書対象者 PALRO のアプリケーションについて Ubuntu 8.04LTS の入手について Linux 上での開発環境の構築 事前準備 Ubuntu のインストール.. Developer Documentation アプリケーション開発環境構築ガイド (SPC/PAPPS 共通 ) 2012 FUJISOFT INCORPORATED. All rights reserved. 目次 1. はじめに... 2 1.1 本書対象者... 2 1.2 PALRO のアプリケーションについて... 2 1.3 Ubuntu 8.04LTS の入手について... 2 2.Linux

More information

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Ubuntu Trusty 用 版 2017 年 2 月 23 日 Copyright (C) Japan Medical

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Ubuntu Trusty 用 版 2017 年 2 月 23 日 Copyright (C) Japan Medical ORCA PROJECT Linux 対応版インストールマニュアル (Version 2.1.6 対応 ) Ubuntu 14.04 Trusty 用 2.1.6 版 2017 年 2 月 23 日 目次 1. 動作環境チェック... 3 1.1. 動作必要環境... 3 2. Java のインストール... 3 2.1. Java のインストール... 3 3. Firebird のインストール...

More information

Microsoft PowerPoint - テキスト 開催.pptx

Microsoft PowerPoint - テキスト 開催.pptx 1 IRAF/PyRAF インストール講習会 磯貝瑞希国立天文台天文データセンター 2018.06.05 ウェブ掲載版 講習の目的と内容 : 2 本日の講習会の目的 : IRAF/PyRAFをシステム (Linux, CentOS 7) にインストールできるようになること 講習内容 : 0. 仮想マシンの起動 1. IRAF (v2.16.1) のインストール IRAF, STSDAS/TABLES,

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

ÆþÌçGTK+

ÆþÌçGTK+ 1 1 GTK+ 1.1 GTK+ GTK+ *1 GUI Graphical User Interface GIMP * 2 1.1 GIMP GNOME *3 GTK+ + GTK+ 2 Pango ATK cairo 2 GTK+ GLib... 1.1 GIMP *1 GTK+ The GIMP Toolkit : http://www.gtk.org/ *2 GIMP The GNU Image

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

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

2

2 2 485 1300 1 6 17 18 3 18 18 3 17 () 6 1 2 3 4 1 18 11 27 10001200 705 2 18 12 27 10001230 705 3 19 2 5 10001140 302 5 () 6 280 2 7 ACCESS WEB 8 9 10 11 12 13 14 3 A B C D E 1 Data 13 12 Data 15 9 18 2

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Linux の基本操作 九州工業大学藤井聡 menu Linux の最低限の基礎 Linuxについて Linuxコマンド ソフトウェアのインストールから実行まで MACS2 で実践 Linux かぁ 次世代シーケンサ (NGS) に関係するソフトウェアが Windows で選択とクリックだけで済むものが少なく 解析できる手法にも限界が Linux 使えば良いと聞くが どうやって扱っていいのか Linux

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

..0.._0807...e.qxp

..0.._0807...e.qxp 4 6 0 4 6 0 4 6 8 30 34 36 38 40 4 44 46 8 8 3 3 5 4 6 7 3 4 6 7 5 9 8 3 4 0 3 3 4 3 5 3 4 4 3 4 7 6 3 9 8 Check 3 4 6 5 3 4 0 3 5 3 3 4 4 7 3 3 4 6 9 3 3 4 8 3 3 3 4 30 33 3 Check Check Check Check 35

More information

h01

h01 P03 P05 P10 P13 P18 P21 1 2 Q A Q A Q A Q A Q A 3 1 check 2 1 2-1 2-2 2-3 2-4 2-5 2-5-1 2-6 2-6-1 2-6-2 2-6-3 3 3-1 3-2 3-3 3-4 3 check 4 5 3-5 3-6 3-7 3-8 3-9 4-1 4-1-1 4-2 4-3 4-4 4-5 4-6 5-1 5-2 4

More information

1 2 3 4 1 2 1 2 3 4 5 6 7 8 9 10 11 27 29 32 33 1 2 3 7 9 11 13 15 17 19 21 23 26 CHECK! 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

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

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

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

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

More information

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

2_Boost(1.60.0) のインストール No 概要対象ユーザコマンド確認 ( 確認コマンド等 ) 備考 1 Boostのソースディレクトリ作成 2 boost_1_60_0.tar.gz の取得 # mkdir /usr/local/src/boost_1_60_0 # chown : /u

2_Boost(1.60.0) のインストール No 概要対象ユーザコマンド確認 ( 確認コマンド等 ) 備考 1 Boostのソースディレクトリ作成 2 boost_1_60_0.tar.gz の取得 # mkdir /usr/local/src/boost_1_60_0 # chown : /u 1_pgRoutingのインストール 別紙 14_Appendix_02_Procedure_to_install_PostGIS を参照し インストールを実施する 1 postgis(2.2.1) のインストール 別シート 2_Boost(1.60.0) のインストール を参照し インストールを実施する 2 Boost(1.60.0) のインストール 別シート 3_GMP(6.1.0) のインストール

More information

2

2 () () 980-8578 Tel: 022-795-6092 Fax: 022-795-6096 email: 1. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 17 46 47 4.1.1

More information

kiso2-01.key

kiso2-01.key 第1回 計算機基礎実習II 前期の計算機基礎実習Iと同じ りなっくす というOS Linuxの使い方に慣れ C言語による簡単なプロ グラミングができるようになる 計算機基礎実習II 2018 シラバス 到達目標 OSとは ユーザー アプリケーション プログラム OperatingSystem オペレーティング システム CPU メモリ ディスク ネット Linux へのログイン Ubuntu Linux

More information

endo.PDF

endo.PDF MAP 18 19 20 21 3 1173 MAP 22 700800 106 3000 23 24 59 1984 358 358 399 25 12 8 1996 3 39 24 20 10 1998 9,000 1,400 5,200 250 12 26 4 1996 156 1.3 1990 27 28 29 8 606 290 250 30 11 24 8 1779 31 22 42 9

More information

システムパッケージリリース情報-Version5.0.0pre

システムパッケージリリース情報-Version5.0.0pre 2017 年 1 月 xx 日 日本医師会 ORCA 管理機構 1 パッケージリリースについて 1-1 注意事項 (1) データベースのバックアップについて このパッケージへアップグレードするとデータベースの変更が行われます アップグレードを行う前には必ずデータベースのバックアップを行い エラーが発生していないことを確認してください アップグレード中にエラーが発生した場合に アップグレード前のバックアップが正常に行われていない場合は修復不可能となります

More information

17. (1) 18. (1) 19. (1) 20. (1) 21. (1) (3) 22. (1) (3) 23. (1) (3) (1) (3) 25. (1) (3) 26. (1) 27. (1) (3) 28. (1) 29. (1) 2

17. (1) 18. (1) 19. (1) 20. (1) 21. (1) (3) 22. (1) (3) 23. (1) (3) (1) (3) 25. (1) (3) 26. (1) 27. (1) (3) 28. (1) 29. (1) 2 1. (1) 2. 2 (1) 4. (1) 5. (1) 6. (1) 7. (1) 8. (1) 9. (1) 10. (1) 11. (1) 12. (1) 13. (1) 14. (1) 15. (1) (3) 16. (1) 1 17. (1) 18. (1) 19. (1) 20. (1) 21. (1) (3) 22. (1) (3) 23. (1) (3) 24. 1 (1) (3)

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

スライド 1

スライド 1 オープンソースカンファレンス 2012 Kyoto OpenStack Open source software to build public and private clouds. Openstack のインストーラの紹介及びインストール後に利用する OS イメージの作成方法について 2012.08.04 日本 OpenStack ユーザ会萩原司朗 (@hagix9) 1 Agenda OpenStack

More information

Raspberry Pi 3(Raspbian) での Actian Zen Edge 使用 株式会社エージーテック 2018 年 7 月 5 日

Raspberry Pi 3(Raspbian) での Actian Zen Edge 使用 株式会社エージーテック 2018 年 7 月 5 日 Raspberry Pi 3(Raspbian) での Actian Zen Edge 使用 株式会社エージーテック 2018 年 7 月 5 日 免責事項株式会社エージーテックは本書の使用を 利用者またはその会社に対して 現状のまま でのみ許諾するものです 株式会社エージーテックは いかなる場合にも本書に記載された内容に関するその他の一切の保証を 明示的にも黙示的にも行いません 本書の内容は予告なく変更される場合があります

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

Intel MPI Library Linux

Intel MPI Library Linux インテル MPI ライブラリ Linux* 版 v1.0 GOLD インストール ガイド 重要 製品をインストールするには 有効なライセンス ファイルが必要です 製品をインストールする前に 本書を必ずお読みいただき 有効なライセンス ファイルを入手してください 詳しくは 1 ページの インストールの前に 製品の登録が必要です をご参照ください エクセルソフト株式会社 www.xlsoft.com インテル

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

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

情報の分析 1. Linux ツールの活用

情報の分析 1. Linux ツールの活用 1. Linux Chris Plaintail June 16, 2016 1 / 39 1 Cygwin Cygwin 2 3 4 Cygwin 5 2 / 39 Uinux Unix OS Micorsoft Windows Cygwin Cygwin 3 / 39 Cygwin 4 / 39 Cygwin...is it? a large collection of GNU and Open

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

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

Microsoft Word - appli_OpenMX_install.docx

Microsoft Word - appli_OpenMX_install.docx OpenMX version 3.8.3 インストール手順書 (Linux 64 ビット版 ) 目次 1. アプリケーション概要... 1 2. システム環境... 1 3. アプリケーションのインストール... 1 4. 動作確認の実施... 4 本手順書は OpenMX の入手からインストールまでを説明した資料です 2018/3/7 1. アプリケーション概要 本手順書が対象としているアプリケーションは以下の通りです

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

Windows10上でのFrontISTR v5.0αの構築法

Windows10上でのFrontISTR v5.0αの構築法 Windows10上での FrontISTR v5.0αの構築法 帝京大学 戦略的イノベーション研究センター 小川 道夫 2018年8月7日(火) 目次 1. 開発環境 git for windows SDK のインストール 2. OpenBLASのコンパイル 3. MUMPSのコンパイル 4. Trilinos MLのコンパイル 5. REVOCAP_Refinerのコンパイル 6. gitの簡単な説明

More information

Microsoft PowerPoint - テキスト-Web掲載版.pptx

Microsoft PowerPoint - テキスト-Web掲載版.pptx 1 IRAF/PyRAF インストール講習会 磯貝瑞希国立天文台天文データセンター 2017.12.19 ウェブ掲載版 2 はじめに 本日の講習会の目的 : IRAF/PyRAFをシステム (Linux, CentOS 7) にインストールできるようになること 講習内容 : 1. IRAF (v2.16.1) のインストール IRAF, STSDAS/TABLES, x11iraf, SAOimageds9

More information

演習に必要な

演習に必要な 演習に必要な ソフトウェアの インストール手順 電気通信大学 ウェブシステムデザインプログラム Version 5 contact@websys.edu.uec.ac.jp 目次 はじめに...2 sudo について...2 ファイアウォールの設定...2 パッケージ リポジトリの追加...3 Wireshark のインストール...4 PostgreSQL のインストール...5 SQLite のインストール...6

More information

2 Windows 10 *1 3 Linux 3.1 Windows Bash on Ubuntu on Windows cygwin MacOS Linux OS Ubuntu OS Linux OS 1 GUI Windows Explorer Mac Finder 1 GUI

2 Windows 10 *1 3 Linux 3.1 Windows Bash on Ubuntu on Windows cygwin MacOS Linux OS Ubuntu OS Linux OS 1 GUI Windows Explorer Mac Finder 1 GUI 2017 1 2017 -September I ll remember- 1,2 Linux 6 Linux Linux 2 3 Linux 2 (OS) Windows MacOS OS MacOS Linux 3 Windows Windows ( ) 1. Bash on Ubuntu on Windows ( Windows 10 ) 2. cygwin ( ) 3. VM Ware Linux

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

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

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

More information

untitled

untitled http://number.bunshun.jp/ pages contents Number Web http://number.bunshun.jp/ 0 5,000,000 10,000,000 15,000,000 20,000,000 25,000,000 30,000,000 35,000,000 40,000,000 45,000,000 200904 200905 200906

More information

Copyright 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integra

Copyright 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integra Oracle Solaris Studio 12.3 Part No: E26450 2011 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated

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

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

1 Diffusion Index 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65

More information

/media/sf_work_sync/rabbit-slides/iot-workshop-for-firmware-programming-with-esp32-and-mrubyc/images/setup/manual_wsl.md 2019/03/12 ( 火 ) 17:29:07 ESP

/media/sf_work_sync/rabbit-slides/iot-workshop-for-firmware-programming-with-esp32-and-mrubyc/images/setup/manual_wsl.md 2019/03/12 ( 火 ) 17:29:07 ESP /media/sf_work_sync/rabbit-slides/iot-workshop-for-firmware-programming-with-esp32-and-mrubyc/images/setup/manual_wsl.md 2019/03/12 ( 火 ) 17:29:07 ESP32 + mruby/c 開発のための環境構築 - WSL Windows の Subsystem for

More information

Windows7-Railsセットアップ

Windows7-Railsセットアップ Ruby on Rails 開発環境のセットアップ -- Cygwin のない Windows 7 版 -- (2012 年度 WEB+DB システム入門授業資料 ) 2012/05/15 現在 通常の Windows 7 の環境の場合と Cygwin がインストールされている場合とでは Ruby on Rails のセットアップ方法が大きく異なります そのため 法政大学 3 年次仕様の PC の環境に合わせた

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

01 01 01 01 01 Last login: Tue Jan 21 21:54:32 on ttys000 macbook:~ hisako$ 01 02 01 02 01 $ pwd /Users/hisako $ ls Applications Desktop Documents Downloads Dropbox Google Drive Library 03 01 03 Movies

More information

c 2017

c 2017 CzeekS ver. 1.2 c 2017 ver. 1.2 Dragon7 shrink learn status 1 1 2 CzeekS 3 2.1................... 3 2.2................................... 4 2.3................................... 4 2.4 OpenBabel..................................

More information

2 1. Ubuntu 1.1 OS OS OS ( OS ) OS ( OS ) VMware Player VMware Player jp/download/player/ URL VMware Plaeyr VMware

2 1. Ubuntu 1.1 OS OS OS ( OS ) OS ( OS ) VMware Player VMware Player   jp/download/player/ URL VMware Plaeyr VMware 1 2010 k-okada@jsk.t.u-tokyo.ac.jp http://www.jsk.t.u-tokyo.ac.jp/~k-okada/lecture/ 2010 4 5 Linux 1 Ubuntu Ubuntu Linux 1 Ubuntu Ubuntu 3 1. 1 Ubuntu 2. OS Ubuntu OS 3. OS Ubuntu https://wiki.ubuntulinux.jp/ubuntutips/install/installdualboot

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

Alibaba Cloud [ ナレッジドキュメント ] オンプレから Alibaba ECS へのマイグレーション手順 ( イメージ移行版 ) オンプレから Alibaba ECS への マイグレーション手順 ( イメージ移行版 ) _Ver SB Cloud Corp. 2009

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

More information

オフラインメンテナンス説明書-ver5.0.0

オフラインメンテナンス説明書-ver5.0.0 日医標準レセプトソフト ( 以下 本システム ) のバージョン 5.0.0( 平成 29 年 1 月リリース ) 以降を対象としたオフラインメンテナンスについて説明します 1 オフラインメンテナンス 本システムは 原則としてインターネット接続環境での使用を前提としています ただし ユーザの都合や地域的な環境の問題のため非接続環境での使用も考慮する必要があります 運用にあたっては 随時マスタのメンテナンスやシステムのメンテナンスが発生しますので

More information