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

Size: px
Start display at page:

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

Transcription

1 Debian iwamatsu@debian.org

2 Agenda Debian 85 Debian 0 Debian Debian - - Apache2 HTTP Debian

3

4 Debian Project Official Developer Bluetooth, OpenCV, mozc, libpng Linux Git

5

6 http: //tokyodebian.alioth.debian.org/ html http: //tokyodebian.alioth.debian.org/ html

7

8 85 Debian Debian KDE Debhelper 4 cmake

9 0 Debian DKMS Debian Debian - on Debian

10 Apache2 /HTTP Debian

11 Debian..

12 Debian.. Debian

13 Debian.. Debian

14 Debian.. Debian OSC

15 Debian.. Debian OSC Debian

16 Debian.. Debian OSC Debian Debian Upsteam

17

18 Debian HTTP Linux popular_linux_distribution_on_web_servers

19 Debian HTTP Linux 1 HTTP 1 popular_linux_distribution_on_web_servers

20 HTTP Apache HTTPD Nginx Lighttpd etc..

21

22 Debian

23 Debian APT

24 Debian APT Apahce

25 Debian APT Apahce Web P Perl, Python, PHP

26 Debian APT Apahce Web P Perl, Python, PHP

27 Debian ( )

28 Debian ( ) Red Hat Debian

29 Debian ( ) Red Hat Debian

30 Debian ( ) Red Hat Debian

31 Debian Apache2 / HTTP ( Apache2

32 Debian Apache2

33 Debian Apache2 stable squeeze6 testing unstable experimental - Upstream 2.4.1

34 Debian Apache2 stable squeeze6 testing unstable experimental - Upstream Upstream RHEL CentOS

35 Debian

36 apache2 apache2-mpm-worker apache2-mpm-prefork apache2-mpm-event apache2-mpm-itk apache2.2-common apache2.2-bin apache2-utils apache2-suexec apache2-suexec-custom apache2-doc Apache HTTP HTTP HTTP HTTP HTTP Apache HTTP Apache HTTP mod-suexec suexec mod-suexec suexec Apache HTTP

37 apache2-dbg apache2-prefork-dev apache2-threaded-dev Apache HTTP HTTP HTTP

38 HTTP apache2-mpm-worker apache2-mpm-prefork apache2-mpm-event apache2-mpm-itk Red Hat httpd.worker

39

40

41 Debian APT

42

43 Debian apt-get install apache2 $ sudo apt-get update $ sudo apt-get install apache2 apache2-mpm-worker HTTP HTTP

44 CentOS httpd

45 Apache HTTP

46 Apache HTTP Debian

47 Apache HTTP Debian Apache HTTP

48 Apache HTTP Debian Apache HTTP : sudo /etc/init.d/apache2 stop

49 Apache HTTP Debian Apache HTTP : sudo /etc/init.d/apache2 stop : sudo /etc/init.d/apache2 start

50 Apache HTTP Debian Apache HTTP : sudo /etc/init.d/apache2 stop : sudo /etc/init.d/apache2 start : sudo /etc/init.d/apache2 restart

51 Apache HTTP $ ps ax grep apache ? Ss 0:05 /usr/sbin/apache2 -k start 13008? S 0:00 /usr/sbin/apache2 -k start... $ sudo /etc/init.d/apache2 stop $ ps ax grep apache pts/1 S+ 0:00 grep apache2 $ sudo /etc/init.d/apache2 start $ ps ax grep apache ? Ss 0:05 /usr/sbin/apache2 -k start 13024? S 0:00 /usr/sbin/apache2 -k start...

52 Apache HTTP HTTP

53 Apache HTTP HTTP

54 Apache HTTP HTTP update-rc.d

55 Apache HTTP Apache2 : sudo update-rc.d -f apache2 remove : sudo update-rc.d -f apache2 default

56 Apache HTTP Red Hat chkconfig

57 Apache HTTP Red Hat chkconfig Debian

58 Apache HTTP Red Hat chkconfig Debian Debian

59 Apache HTTP Red Hat chkconfig Debian Debian chkconfig RedHat...

60 Apache HTTP Red Hat chkconfig Debian Debian chkconfig RedHat... sysv-rc-conf

61 Apache HTTP : sudo sysv-rc-conf --list 2 apache2 : sudo sysv-rc-conf --level 2 apache2 off 2 apache2 : sudo sysv-rc-conf --level 2 apache2 on

62 Apache HTTP $ sudo apt-get install sysv-rc-conf $ sudo sysv-rc-conf --list apache2 0:off1:off2:on3:on4:on5:on6:off bootlogd S:on $ sudo sysv-rc-conf --level 2 apache2 off $ sudo sysv-rc-conf --list head -1 apache2 0:off1:off2:off3:off4:off5:off6:off $ sudo sysv-rc-conf --level 2 apache2 on $ sudo sysv-rc-conf --list head -1 apache2 0:off1:off2:on3:off4:off5:off6:off

63 Apache2

64 Apache2 Red Hat /etc/httpd/conf/httpd.conf include /etc/httpd/conf.d/

65 Apache2 Debian /etc/apache2/apache2.conf /etc/apache2/httpd.conf /etc/apache2/conf.d/ /etc/apache2/ports.conf /etc/apache2/envvars /etc/apache2/mods-available/ /etc/apache2/mods-enabled/ /etc/apache2/sites-available/ /etc/apache2/sites-enabled/ /var/www /usr/lib/cgi-bin /var/log/apache2 Include cgi-bin Apache2

66 Apache2

67 Apache2 apache2.conf apache2.conf # Include module configuration: Include /etc/apache2/mods-enabled/*.load Include /etc/apache2/mods-enabled/*.conf # Include all the user configurations: Include /etc/apache2/httpd.conf # Include ports listing Include /etc/apache2/ports.conf # Include generic snippets of statements Include /etc/apache2/conf.d/ # Include the virtual host configurations: Include /etc/apache2/sites-enabled/

68 Apache2 Apache2 apache2.conf httpd.conf ports.conf

69

70 Debian /etc/apache2/sites-available/default apache2 apache2 $ sudo /etc/init.d/apache2 restart

71 Debian Apache2 apache2.conf /etc/apache2/sites-available/ a2ensite Apache2

72 1 test ) 2 /etc/apache2/sites-available/test 3 sudo a2ensite test /etc/apache2/sites-enabled/ 4 Apache2 httpd

73 $ ls -F /etc/apache2/sites-enabled/ $ sudo a2ensite test Enabling site test. Run /etc/init.d/apache2 reload to activate new configuration! $ ls -l /etc/apache2/sites-enabled/ 000-default@ test@ default-ssl.old@ $ sudo /etc/init.d/apache2 restart

74 a2dissite /etc/apache2/sites-enabled/ Apache2 $ sudo a2dissite test Site test disabled. Run /etc/init.d/apache2 reload to activate new configuration! $ ls -l /etc/apache2/sites-enabled/ 000-default@ default-ssl.old@

75 Debian include Debian Apache2

76

77 / Debian mods-available mods-enabled a2enmod a2dismod Apache2

78 : mod info $ ls -l /etc/apache2/mods-enabled/ grep info $ sudo a2enmod info Enabling module info. Run /etc/init.d/apache2 restart to activate new configuration $ sudo /etc/init.d/apache2 restart... $ sudo /usr/sbin/apache2ctl -D DUMP_MODULES 2>/dev/null grep info_module (shared)

79 : mod info $ ls -l /etc/apache2/mods-enabled/ grep info info.conf@ info.load@ $ sudo a2dismod info Module info disabled. Run /etc/init.d/apache2 restart to activate new configuration $ ls -l /etc/apache2/mods-enabled/ grep info $ sudo /etc/init.d/apache2 restart... $ sudo /usr/sbin/apache2ctl -D DUMP_MODULES 2>/dev/null grep

80

81 libapache2-mod-php5 apache2-mpm-prefork apache2-mpm-worker PHP5 mod-php5 PHP5 mod-php5 apache2-mpm-prefork libapache2-mod-php5 apache2-mpm-worker apache2-mpm-prefork PHP

82 glibc Red Hat CentOS Debian Debian

83 Debian Debian Debian

84

85

86 3 Debian 57 Debian : ( ) 13:30-17:00 : Debian 87 Debian : ( ) : Debian Hack Cafe hackcafe

東京エリアDebian勉強会 - 第91回 2012年9月度/OSC2012 Tokyo/Fall)

東京エリアDebian勉強会 - 第91回 2012年9月度/OSC2012 Tokyo/Fall) Debian 91 2012 9 /OSC2012 Tokyo/Fall) iwamatsu@debian.org 2012 9 8 2012 9 8 1/82 / Nobuhiro Iwamatsu Twitter / @iwamatsu Debian Project Official Developer Linux kernel, Debian/SuperH, Bluetooth subsystem,

More information

第168回東京エリアDebian勉強会   debianにおけるnginxの設定例

第168回東京エリアDebian勉強会    debianにおけるnginxの設定例 168 Debian debian nginx Norimitsu Sugimoto ( ) dictoss@live.jp 2018-11-17 Norimitsu Sugimoto ( ) dictoss@live.jp Twitter: @dictoss Debian 15 sarge testing python Django debian web nginx nginx debian web

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

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

東京エリア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

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

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勉強会 - systemd

東京エリアDebian勉強会 - systemd Debian systemd iwamatsu@debian.org 2012 11 17 Linux SysVinit init scripts init Fedora Arch Linux systemd SysVinit Debian systemd systemd RedHat Lennart Poettering init init Linux init pid cgroups (dbus)

More information

168 Debian.Deb 銀河系唯一の Debian 専門誌 nginx

168 Debian.Deb 銀河系唯一の Debian 専門誌 nginx 168 Debian.Deb 銀河系唯一の Debian 専門誌 nginx 2018 11 17 1 Debian 2 1.1 166 Debian............ 2 1.2 OSC 2018 Tokyo/Fall 167 Debian............ 2 2 3 2.1 gyx............. 3 2.2 @clothoid......... 3 2.3 koedoyoshida.......

More information

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

東京エリアDebian勉強会 - 第87回 2012年4月度 Debian 87 2012 4 nozzy@debian.or.jp 2012 4 21 Agenda Debian 85 Debian 86 Debian Agenda( ) DWN quiz Debian node Android Debian Debhelper 85 Debian (JR ) KDE / Debhelper(dh dpatch patch,dh autotoolsdev

More information

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_ 12 : REST : Apache Tomcat Node.js 1 / 29 basic auth/:.htaccess.htpasswd.htaccess Web ( MIME ) testcgi.c: CGI rest.rb: yahoo CGI (written in ruby) tomcat/ testform.html: form.jsp form.jsp: PUT JSP form

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

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

東京エリアDebian勉強会 - 第85回 2012年2月度 Debian 85 2012 2 nozzy@debian.or.jp 2012 2 18 Agenda Debian 84 Debian Debian Trivia Quiz Debian KDE 4 cmake 84 Debian 84 Debian WEB VPS twitter ) gnome desktop KDE EBView (RDP) VNC KRDC KSnapshot EBView

More information

東京エリアDebian勉強会 - 第75回 2011年5月度

東京エリアDebian勉強会 - 第75回 2011年5月度 Debian 75 2011 5 iwamatsu@debian.org IRC nick: iwamatsu 2011 5 21 Agenda Debian 75 Debian 46 Debian @OSC2011 Kobe Apache2 Debian on NiftyCloud Debian/m68k PPC64 Debian backports.debian.org initramfs-tools

More information

51 Debian

51 Debian 51 Debian 2009 4 18 51 Debian 2009 4 1 Introduction Debian Debian Debian Debian Debian Developer () face-toface Debian Debian Debian Debian Package Debian 2009 1. () 2. OSC Tokyo 3. VAIO P ( )(?) 4. Git

More information

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

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

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

WebDAV WebDAV Apache Apache WebDAV Red Hat Debia

WebDAV WebDAV Apache Apache WebDAV Red Hat Debia WebDAV ( ) 15 4 1. 1 2. WebDAV 3 2.1....3 2.2....3 2.3....4 3. WebDAV 5 3.1. Apache 2.0...5 3.1.1. Apache 2.0... 5 3.1.2. WebDAV... 6 3.1.3. Red Hat... 6 3.1.4. Debian... 9 3.2. IIS 5.0... 12 3.2.1. Windows

More information

C G I 入 門 講 座

C G I 入 門 講 座 Apache VsftpdPerl tsuyoshi@t-ohhashi JAPET NTT Linux 1 FTP CGI VSFTP Apache Perl Perl CGI Apache CGI CGI Perl CGI CGI PHP CGI CGI 2 Windows CGI EUC Windows Windows CGI 64KB Windows CGI ( ) Windows TeraPad

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

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

スライド 1

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

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

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

大統一Debian勉強会 gdb+python拡張を使ったデバッグ手法

大統一Debian勉強会 gdb+python拡張を使ったデバッグ手法 Debian 2013 gdb+python nozzy@debian.or.jp 2013 6 29 Level Debian Up Debian Debian debian sid unstable Debian debian sid unstable *-dbg Debian debian sid unstable *-dbg gdb Debian debian sid unstable *-dbg

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

Ansible

Ansible Ansible 2014 8 2014 8 1 1 3 1.1 Ansible..................................... 4 1.2 Ansible................................... 7 1.3 Chef Puppet... 7 1.4 Ansible Better Shell Script.............................

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

目次 개정이력 버전 비고 WhaTap PHP モニタリングインストールガイドドラフト PHP 拡張モジュール及びサービスの選択インストール追加 PHP 拡張モジュール及びサービスのマニアルインストール設定追

目次 개정이력 버전 비고 WhaTap PHP モニタリングインストールガイドドラフト PHP 拡張モジュール及びサービスの選択インストール追加 PHP 拡張モジュール及びサービスのマニアルインストール設定追 에이전트네트워크통신에관한설정 PHP Application Monitoring Agent Install Guide この文書は WhaTap アプリケーションモニタリングサービスユーザーのエージェントインストールをお手伝いするために作成された文書です この文書は WhaTap の固有資産であり 再配布及び利用のためには WhaTap(support@whatap.io) にてお問い合わせください

More information

<4D F736F F D2089FC92F994C E E E B E332E B838B837D836A B2E646F6378>

<4D F736F F D2089FC92F994C E E E B E332E B838B837D836A B2E646F6378> Dec 18, 2013 Ubuntu 12.04 用 DAQ ミドルウェア 1.3.0 インストールマニュアル 高エネルギー加速器研究機構 素粒子原子核研究所 井上栄二 目次 1.. はじめに... 2 2.. この文書について... 2 3. インストール用のスクリプトファイル... 2 4. スクリプトファイルの入手... 2 5.. パッケージのージのインストール... 3 6.. パッケージの削除...

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

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

橡C16.PDF

橡C16.PDF Linux (Linux Business Initiative ( ) ) 1998 12 17 InternetWeek 98 ( ) Internet Week98 1998 Motoharu Kubo, Japan Network Information Center Linux 1. 2. 3. 4. 5. 6. 7. 8. 9. Q&A Linux( ) BP Software Design

More information

untitled

untitled CD (CTP/CPZ- SH03)[Debian Sarge, Vine, RedHat Enterprise Linux V4, Fedora Core5 ] How-to CD CTP/CPZ-SH03 CTP/CPZ-SH03 CF GNU/Linux FA (PCI-PM11A3) Debian Sarge, Vine, RedHat Enterprise Linux V4, Fedora

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

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

untitled

untitled FTP GPG-SH03(SH-4 CF CPU ) CF FTP ) Web site ID 1. Debian Sarge 1.1 CTP/CPZ-SH03 Debian FTP Debian FTP wu-ftpd CTP/CPZ-SH03 IP 192.168.1.2 Debian(FTP ) Debian xyz 192.168.1.2 Debian ( xyz ) dir bye ftp

More information

東京エリア Debian 勉強会 - 資料

東京エリア Debian 勉強会 - 資料 .... Debian dancer@debian.or.jp IRC nick: dancerj 2009 1 17 Agenda / / ustream Debian Debian 2009 2008 12 / / ustream Debian Debconf Debian 2008 2009 Debian JP on IAX 2009 1 9 IAX :asterisk :iaxcomm 1

More information

Nagios XI - SNMPでのLinux監視

Nagios XI - SNMPでのLinux監視 目的 この資料では SNMP を使用して Nagios XI でリモートの Linux マシンを監視する方法を説明します SNMP を使用すればネットワークデバイスやサーバーを エージェントレス で監視できます 通常は監視対象マシンに専用エージェントをインストールするよりも好まれます 対象読者 この資料は Nagios XI 管理者を対象としています リモート Linux マシンでの SNMP インストール

More information

henrich knok koedoyoshida kenhys wbcchsyn z

henrich knok koedoyoshida kenhys wbcchsyn z 121 Debian.Deb 銀河系唯一の Debian 専門誌 Debian Linux Mint 2014 12 20 1 2 1.1 henrich........... 2 1.2............. 2 1.3 knok............ 2 1.4 koedoyoshida....... 2 1.5 kenhys........... 2 1.6 wbcchsyn.........

More information

142 Debian.Deb 銀河系唯一の Debian 専門誌 LXC

142 Debian.Deb 銀河系唯一の Debian 専門誌 LXC 142 Debian.Deb 銀河系唯一の Debian 専門誌 LXC 2016 8 20 1 Debian 2 1.1 141 Debian............ 2 2 3 2.1 mkouhei.......... 3 2.2 dictoss........... 3 2.3............. 3 2.4 kenhys........... 3 2.5 koedoyoshida.......

More information

プレゼンテーション

プレゼンテーション IPS OpenSolaris OpenSolaris Users Group /TAKI, Yasushi 1 IPS Image Packaging System OpenSolaris. Internet. Linux OS yum+rpm apt+deb. Solaris10 SVR4 pkgadd http://pkg.opensolaris.org/release/ pkg / Internet

More information

最も一般的な手法: ファイアウォールによってノード間の MPI 通信がブロックされた場合の対応方法

最も一般的な手法: ファイアウォールによってノード間の MPI 通信がブロックされた場合の対応方法 最も一般的な手法 : ファイアウォールによってノード間 の MPI 通信がブロックされた場合の対応方法 この記事は インテル デベロッパー ゾーンに公開されている Best Known Methods: Firewall Blocks MPI Communication among Nodes の日本語参考訳です この記事では ファイアウォールによって複数のマシン間のメッセージ パッシング インターフェイス

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 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

161 Debian.Deb 銀河系唯一の Debian 専門誌 GO

161 Debian.Deb 銀河系唯一の Debian 専門誌 GO 161 Debian.Deb 銀河系唯一の Debian 専門誌 GO 2018 3 24 1 Debian 2 1.1 159 Debian............ 2 1.2 OSC 2018 Tokyo/Spring.. 2 2 3 2.1 hiromiso.......... 3 2.2 yy y ja jp......... 3 2.3 ysaito............ 3 2.4 henrich...........

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

FOSSology - Install from Source のススメ 1

FOSSology - Install from Source のススメ 1 FOSSology - Install from Source のススメ 1 about me Norio Kobota - 保 規 In house Acts. an OSPO(like) member of Sony a Network / Security Software Engineer (past) SysAdmin Open Source Acts. OpenChain Japan Working

More information

111 Debian.Deb 銀河系唯一の Debian 専門誌 iphone

111 Debian.Deb 銀河系唯一の Debian 専門誌 iphone 111 Debian.Deb 銀河系唯一の Debian 専門誌 iphone5 2014 03 15 1 2 1.1 (yy y ja jp)...... 2 1.2 dictoss( ).... 2 1.3 umireon.......... 2 1.4............. 2 1.5............. 2 2 Debian Trivia Quiz 3 3 Debian 4 3.1

More information

11 Debian Debian Debian Project Official Developer

11 Debian Debian Debian Project Official Developer 11 Debian Debian 2005 12 10 Debian Project Official Developer 1 Introduction To Debian 2 1.1.................................................. 2 1.2................................................ 2 2

More information

00.目次_ope

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

More information

スライド 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

橡F&e Web Server開発環境の構築方法

橡F&e Web Server開発環境の構築方法 FWS-SDK-SMJ 1.... 2 2.... 2 3. Vine... 3 4.... 4 5.... 22 5.1. X... 22 5.2. FTP... 22 5.3. IP... 23 6. F&e Web Server... 24 6.1. Vine Linux... 24 6.2.... 24 6.3. Vine Linux html cgi-bin...24 6.4.... 25

More information

rndc BIND

rndc BIND rndc ローカル上 またはリモート上にある BIND9 を制御するツール rndc の仕組仕組み 制御メッセージ rndc コマンド 読み込み /.conf( 相手のホスト名と共有鍵の指定 ) または /.key( 共有鍵の指定 ) rndc の共通鍵と一致していれば rndc からの命令を受け付ける named サービス # vi named.conf 1 共有鍵の設定 keys ステートメントで直接記入または

More information

実験 5 CGI プログラミング 1 目的 動的にWebページを作成する手法の一つであるCGIについてプログラミングを通じて基本的な仕組みを学ぶ 2 実験 実験 1 Webサーバの設定確認と起動 (1)/etc/httpd/conf にある httpd.conf ファイルの cgi-bin に関する

実験 5 CGI プログラミング 1 目的 動的にWebページを作成する手法の一つであるCGIについてプログラミングを通じて基本的な仕組みを学ぶ 2 実験 実験 1 Webサーバの設定確認と起動 (1)/etc/httpd/conf にある httpd.conf ファイルの cgi-bin に関する 実験 5 CGI プログラミング 1 目的 動的にWebページを作成する手法の一つであるCGIについてプログラミングを通じて基本的な仕組みを学ぶ 2 実験 実験 1 Webサーバの設定確認と起動 (1)/etc/httpd/conf にある httpd.conf ファイルの cgi-bin に関する次の項目を調べよ このとき CGIプログラムを置く場所 ( CGI 実行ディレクトリ) と そこに置いたCGIプログラムが呼び出されるURLを確認せよ

More information

Helix Swarm2018.1アップグレード手順

Helix Swarm2018.1アップグレード手順 2018 Helix Swarm2018.1 アップグレード手順 パッケージインストール編 目次 はじめに. 2 アップグレードの流れ 2 1. アップグレード準備. 3 1.1 リポジトリ設定の追加.. 3 1.2 GPG キー ( 公開鍵 ) インストール. 4 1.3 EPEL パッケージのインストール 4 2. Helix Swarm/ オプショナルパッケージのアップグレード 5 2.1 Helix

More information

12 Debian Debian Debian Project Official Developer

12 Debian Debian Debian Project Official Developer 12 Debian Debian 2006 1 21 Debian Project Official Developer 1 Introduction To Debian 2 1.1.................................................. 2 1.2................................................ 2 2 Debian

More information

バージョン管理ツールを使い Debian パッケージを管理する - Git 編

バージョン管理ツールを使い Debian パッケージを管理する - Git 編 Debian Git iwamatu@debian.or.jp IRC nick: iwamatsu 2008 4 19 VCS Debian VCS 2008 4 Debian VCS git-buildpackage git-buildpackage git-dch Git Debian Changelog git-import-dsc Debian Package Git git-import-orig

More information

ŠŸŠp”Ò„ü‡¯†E1

ŠŸŠp”Ò„ü‡¯†E1 192.000.000.000 - - [25/May/2003:07:03:59 +0900] ``GET /default.ida?xxxxxxx XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%u9090%u6858%ucbd3%u780

More information

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web 1.1 Microsoft Lync Server 2010 BIG-IP LTM 2 4 5 BIG-IP : Lync 6 BIG-IP : Lync 7 BIG-IP : - 8 BIG-IP : - 9 A: BIG-IP Microsoft Lync Server 2010 Microsoft Lync Server 2010 Office Communications Server BIG-IP

More information

h1_h4.ai

h1_h4.ai 01 02 03 04 05 PS RC RC CSR CSR CSR 10 11 14 15 400 350 300 250 200 150 100 50 0 2011/12 2012/02 2012/04 2012/06 2012/08 2012/10 2012/12 2013/02 2013/04 2013/06 2013/08 2013/10 2013/12 2014/02 2014/04

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

Asterisk PBX 不正利用防止

Asterisk PBX 不正利用防止 Asterisk PBX ICTR120716-OR01A Info Circus,Inc. 1 2 2 IP-PBX 3 2.1........................... 3 3 IP-PBX 4 3.1........................................... 4 3.2..................................... 4 3.3..............................

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

Helix Swarm2018.1インストール手順

Helix Swarm2018.1インストール手順 2018 Helix Swarm2018.1 インストール手順 パッケージインストール編 目次 はじめに... 2 インストールの流れ... 2 1. インストール準備... 3 1.1 リポジトリ設定の追加... 3 1.2 GPG キー ( 公開鍵 ) インストール... 4 1.3 EPEL パッケージのインストール... 4 2. Helix Swarm/ オプショナルパッケージのインストール...

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

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

rndc BIND DNS 設定 仕組み

rndc BIND DNS 設定 仕組み rndc ローカル上 またはリモート上にある BIND9 を制御するツール主に 設定の再読み込み named サービスの停止 ( 起動はできない ) 統計情報の表示 キャッシュのクリアなどのために使用する rndc の仕組仕組み rndc コマンドを実行する端末は 同じ端末 ( サーバ ) 上の named サービス または外部のサーバ上の named サービスの制御をすることができる rndc の設定

More information

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

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

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

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

USB 起動 KNOPPIX / Math / 2010 について (数式処理研究の新たな発展)

USB 起動 KNOPPIX / Math / 2010 について (数式処理研究の新たな発展) 1759 2011 74-80 74 USB KNOPPIX/Math/2010 USB bootable KNOPPIX/Math/2010 /JST CREST TATSUYOSHI HAMADA FUKUOKA UNIVERSITY/JST CREST * Abstract KNOPPIX/Math offers many documents and mathematical software

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

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

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

More information

1-index.PDF

1-index.PDF 1 iofficesss iofficesss Windows UNIX OS iofficesss Internet iofficesss iofficesss 3 1.1 Windows2000 RedHatLinux6.1 Solaris2.6 1.1.1 Microsoft Windows2000 Microsoft Windows 2000 iofficesss Web 1.1.1.1 Windows2000

More information

GangliaによるHadoopクラスタの監視

GangliaによるHadoopクラスタの監視 日本 HP OpenSource/Linux 技術文書 Ganglia による Hadoop クラスタの監視 日本ヒューレット パッカード株式会社 2011 年 4 月 5 日 目次 [ 本ドキュメントについて ] 4 システム構成.. 5 Hadoop クラスタの準備 6 Ganglia のインストール (NN).. 6 Ganglia gmond のインストール (DN).. 7 Ganglia

More information

目次 1 Raspberry Pi の初期設定... 2 System 設定... 3 Interfaces 設定... 4 Localisation 設定 無線 LAN の設定... 7 GUI での設定... 7 CUI での設定 PC の設定 Bonjo

目次 1 Raspberry Pi の初期設定... 2 System 設定... 3 Interfaces 設定... 4 Localisation 設定 無線 LAN の設定... 7 GUI での設定... 7 CUI での設定 PC の設定 Bonjo 目次 1 Raspberry Pi の初期設定... 2 System 設定... 3 Interfaces 設定... 4 Localisation 設定... 5 2 無線 LAN の設定... 7 GUI での設定... 7 CUI での設定... 7 3 PC の設定... 11 Bonjour のインストール (Windows のみ )... 11 Bonjour がうまく機能しない場合...

More information

2013年『STSSスキルコミュニティ』 テーマ別Kickoff資料

2013年『STSSスキルコミュニティ』 テーマ別Kickoff資料 STSS スキルコミュニティ 2014 PC で体験する Kimchi による簡単 KVM 操作 日本アイビーエム株式会社 TSS 事業統括 SW サービス事業部 2014.11 はじめに Kimchi は IBM が作成した HTML5 のインターフェースで KVM を管理するソフトウェアで PowerKVM の管理にも使われます Kimchi はオープンソース化され PC 向けのビルドも提供されています

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

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

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

CLUSTERPRO MC StorageSaver istorage M シリーズ使用時の設定手順 (HP-UX 版 Linux 版 Windows 版 ) 2013(Apr) NEC Corporation istorage M シリーズを使用する場合の StorageSaver 設定手順 (H

CLUSTERPRO MC StorageSaver istorage M シリーズ使用時の設定手順 (HP-UX 版 Linux 版 Windows 版 ) 2013(Apr) NEC Corporation istorage M シリーズを使用する場合の StorageSaver 設定手順 (H CLUSTERPRO MC StorageSaver istorage M シリーズ使用時の設定手順 (HP-UX 版 Linux 版 Windows 版 ) 2013(Apr) NEC Corporation istorage M シリーズを使用する場合の StorageSaver 設定手順 (HP-UX 版 ) istorage M シリーズを使用する場合の StorageSaver 設定手順

More information

Debian Updates Jessie, Stretch, Buster 佐々木洋平 2015/08/19 GFD セミナー 休暇村支笏湖

Debian Updates Jessie, Stretch, Buster 佐々木洋平 2015/08/19 GFD セミナー 休暇村支笏湖 Debian Updates Jessie, Stretch, Buster 佐々木洋平 uwabami@debian.or.jp 2015/08/19 GFD セミナー 2015@ 休暇村支笏湖 こんばんは 自己紹介 About me http://about.me/uwabami/ 佐々木洋平 ( ささきようへい ) 所属 : 京大 数学, 特定助教 専門 : 数理流体力学, 数値解析, 応用数学

More information

SAP Compatibility Matrix

SAP Compatibility Matrix SPS サポートマトリックス サポート対象のオペレーティングシステムサポート対象のアプリケーションサポート対象の仮想化環境 サポート対象のオペレーティングシステム 製品 サポート対象のオペレーティングシステム SteelEye Protection Suite for Linux Red Hat Linux.0 ~.8.0 ~.8.0 ~.8 Red Hat Linux 5 5.0 ~ 5.5 5.0

More information

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: 192.168.1/24 IF1:192.168.1.1 router & server mail and WWW IF2:192.168.0.32 subnet2: 192.168.0/24 1: 1 2 iep.sie.dendai.ac.jp

More information

目次 第 1 章 環境構築 システム概要 ロードバランサ ジーンコードサーバー コンテンツサーバー (PC サイトサーバー ) コンテンツサーバー (PC サイトサーバー ) DNS... 6

目次 第 1 章 環境構築 システム概要 ロードバランサ ジーンコードサーバー コンテンツサーバー (PC サイトサーバー ) コンテンツサーバー (PC サイトサーバー ) DNS... 6 インフラ設計とシステム運用 ガイド 第 2 版 最終更新日 2017/07/05 目次 第 1 章 環境構築... 4 1-1 システム概要... 4 1-2 ロードバランサ... 5 1-3 ジーンコードサーバー... 5 1-4 コンテンツサーバー (PC サイトサーバー )... 5 1-5 コンテンツサーバー (PC サイトサーバー )... 6 1-6 DNS... 6 1-7 サーバー証明書...

More information

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

東京エリアDebian勉強会 - 第111回 2014年3月度 Debian 111 2014 3 2014 3 15 Agenda Debian 109 Debian 110 Debian Debian Trivia Quiz Debian iphone5 110 Debian Debian 109 ( ) 4 Debian dnsmasq Debian PC Debian DNS DNS 5 PXE boot 111 Debian 110 Debian

More information