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

Size: px
Start display at page:

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

Transcription

1 apt-get % uname -r

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

3 apt-get apt-get # apt-get install kernel-package libc6-dev gcc make # apt-get install bin86 bzip2 libdb3-dev libncurses-dev fakeroot wget wget apt-get % wget tar kernel % mkdir /kernel % mv linux tar.bz2 /kernel % cd /kernel % tar xvjf linux tar.bz2 bzip2 tar j tar j tar tar % bzip2 -dc linux tar.bz2 tar xvf - linux

4 make config make menuconfig make xconfig make xconfig make config make menuconfig

5 make config make config % cd /kernel/linux % make config

6 Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [N/y/?] y [N/y/?] N Y y n y n?? m Normal floppy disk support (CONFIG_BLK_DEV_FD) [Y/m/n/?] y n m m? N

7 ? Configure.help-x.y.z.ja.gz x.y.z % zcat Configure.help ja.gz > /kernel/linux /documentation/configure.help Configure.help Configure.help make config make menuconfig make config % make menuconfig libncurses-dev make config make menuconfig make menuconfig ---> <Select> <Exit> <Help> <Select> <Exit> <Exit> make menuconfig < > [ ] < > [ ] y mn

8 M? make menuconfig.config /boot/config-x.y.z x.y.z make oldconfig % cp /boot/config /kernel/linux /.config % cd /kernel/linux % make oldconfig make-kpkg make-kpkg --revision % fakeroot make-kpkg --revision kernel_image fakeroot make-kpkg kernelimage-x.y.z_<revision>_i386.deb x.y.z<revision> % cd.. % ls *.deb kernel-image _ _i386.deb dpkg

9 % su # dpkg -i kernel-image _ _i386.deb dpkg -i Would you like to create a boot floppy now? Install a boot block using the existing /etc/lilo.conf? Otherwise, I suggest you move /lib/modules/ out of the way, perhaps to /lib/modules/ old or something, and then try re-installing this image. Do you want to stop now? [Y/n] /lib/modules/x.y.z x.y.z dpkg -i # mv /lib/modules/ /lib/modules/ old # reboot /vmlinuz.old

10 /etc/lilo.conf LILO 22.2 /vmlinuz.old /boot vmlinuz-x.y.z x.y.z /vmlinuz.old # ln -s /boot/vmlinuz /vmlinuz.old # /sbin/lilo /lib/modules/x.y.z x.y.z.o /lib/modules/x.y.z/modules.dep eepro100.o e100.o modprobe rmmod

11 # /sbin/modprobe eepro100 # /sbin/rmmod eepro100 lsmod % /sbin/lsmod modconf # modconf modconf /etc/modutils update-modules pcmcia-source alsa-source make-kpkg pcmcia-sourceapt-get # apt-get install pcmcia-source /usr/src

12 /kernel % cd /kernel % tar xvzf /usr/src/pcmcia-cs.tar.gz /kernel/modules/ /kernel/modules/ /kernel/linux % cd /kernel/linux MODULE_LOC make-kpkg % MODULE_LOC=../modules fakeroot make-kpkg modules_image % setenv MODULE_LOC../modules % fakeroot make-kpkg modules_image dpkg -i % cd.. % ls *.deb kernel-image _ _i386.deb pcmcia-modules _ _i386.deb % su # dpkg -i pcmcia-modules _ _i386.deb

13 make-kpkg --revision % fakeroot make-kpkg clean dpkg -i % # su su exit su sudo sudo apt-get # apt-get install sudo visudo # visudo <user> ALL=(ALL) ALL <user> nisimura

14 nisimura ALL=(ALL) ALL sudo sudo kernel-image _ _i386.deb dpkg -i % sudo dpkg -i kernel-image _ _i386.deb su visudo sudo visudo sudo sudoers visudo visudo % sudo update-alternatives --config editor nvi % sudo apt-get install nvi sudo apt-get

15 % mkdir /kernel % cd /kernel % wget % tar xvjf linux tar.bz2 % cd linux % make config % make menuconfig % fakeroot make-kpkg --revision kernel_image modules_image % cd.. % sudo dpkg -i kernel-image _ _i386.deb % sudo reboot iptables iptables (^^;;

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

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

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

Linuxデバイスドライバ.PDF

Linuxデバイスドライバ.PDF Linux hidaka@devdrv.com 2002/10/9 Linux Kernel Conference 2002 1 Linux 2 Linux 3 Software Hardware Device Algolith m Protocol Applicati on 4 CPU 128MB NIC ATI Radeon GeForce2 MX400 Matrox G400 DISK 5 OS

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

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

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

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

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

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

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

1. OS のインストール 今回インストールするのは, Ubuntu という Linux ディストリビューションの中の一つ. OS, ディストリビューションの種類 ディストリビューションとは, 一般利用者が導入 利用するために多くのコンポーネントをまとめた頒布形態. 無料のものと有料のものがあり,

1. OS のインストール 今回インストールするのは, Ubuntu という Linux ディストリビューションの中の一つ. OS, ディストリビューションの種類 ディストリビューションとは, 一般利用者が導入 利用するために多くのコンポーネントをまとめた頒布形態. 無料のものと有料のものがあり, 新人セミナー第 2 回 Linux セットアップ 目次 1. OS のインストール 2. root 権限と一般権限 3. ターミナルの開き方 4. 基本的なコマンド 5. 新しいソフトウェアのインストール方法 担当 : 松原正季 ( M 2) 1. OS のインストール 今回インストールするのは, Ubuntu という Linux ディストリビューションの中の一つ. OS, ディストリビューションの種類

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

ィ 03ィェ ィィ 06ィー0902ィー04 ィェィ ィェィィ ツィィィーィ ィヲィー02 05ィー06 09ィェィ ツィ 05ィ! (08 05ィー ィ 04ィョィャ0209ィ 06) 0102ィ

ィ 03ィェ ィィ 06ィー0902ィー04 ィェィ ィェィィ ツィィィーィ ィヲィー02 05ィー06 09ィェィ ツィ 05ィ! (08 05ィー ィ 04ィョィャ0209ィ 06) 0102ィ 13Linux Kernel HOWTO Brian Ward, bri@blah.math.tu-graz.ac.at, 07020802090601 Alex Ott ott@phtd.tpu.edu.ru v0.80, 26 00ィ 07 1997 ィケ0803 020308090001020303 06090903 チ03020708 チ03 0403 020907080603080903

More information

CFLINUX.ppt

CFLINUX.ppt I386 SBC Linux Copyright 2003 Twise Labo Inc. Debian 128MB Linux WindowsCF TwRw TwRw CF lspci,dmesg 2.4.18-3862.2.20 2.4.18-386 modprobe /etc/modules (1) WSV1:# apt-get install kernel-image-2.4.18-386

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

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

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

第173回東京エリアDebian勉強会   grml-debootstrapを用いた USB起動メモリの作成

第173回東京エリアDebian勉強会    grml-debootstrapを用いた  USB起動メモリの作成 173 Debian grml-debootstrap USB NOKUBI Takatsugu ( ) knok@debian.org 2019-04-20 NOKUBI Takatsugu ( ) knok@debian.org / knok@daionet.gr.jp Twitter: @knok Debian developer since 2002 bo USB grml-debootstrap

More information

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

108 Debian.Deb 銀河系唯一のDebian 専門誌 108 Debian.Deb 銀河系唯一のDebian 専門誌 2014 01 18 1 2 1.1......... 2 1.2 (yy y ja jp)...... 2 1.3 henrich........... 2 1.4 dictoss( )..... 2 1.5............. 2 1.6 koedoyoshida........ 2 2 Debian Trivia Quiz

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

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

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

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

Linux XScreenSaver T020074

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

More information

kiso2-01.key

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

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

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

atmark-dist ディベロッパーズガイド

atmark-dist ディベロッパーズガイド atmark-dist Developers Guide http://www.atmark-techno.com/ Armadillo http://armadillo.atmark-techno.com/ SUZAKU http://suzaku.atmark-techno.com/ atmark-dist developers guide version 1.0.2 1. 1 1.1. 1 1.2.

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

Red Hat Enterprise Linux 2.1 ASからRed Hat Enterprise Linux 3へのアップグレード時のOracle Database 10g環境の保持

Red Hat Enterprise Linux 2.1 ASからRed Hat Enterprise Linux 3へのアップグレード時のOracle Database 10g環境の保持 Red Hat Enterprise Linux 2.1 AS Red Hat Enterprise Linux 3 Oracle Database 10g 2005 1 Red Hat Enterprise Linux 2.1 AS Red Hat Enterprise Linux 3 Oracle Database 10g... 3... 3... 4 1. Oracle... 4 2....

More information

Debian GNU/kFreeBSDで暮らせる環境を構築してみる - 第38回関西Debian勉強会

Debian GNU/kFreeBSDで暮らせる環境を構築してみる - 第38回関西Debian勉強会 .. Debian GNU/kFreeBSD 38 Debian dictoss@live.jp 2010 8 22 Debian GNU/kFreeBSD Debian GNU/kFreeBSD xorg (dictoss@live.jp) Twitter : dictoss Debian GNU/Linux 2 ( testing sarge) Debian GNU/Linux FreeBSD

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

東京エリア Debian 勉強会 - Debian Package ハンズオン

東京エリア Debian 勉強会 - Debian Package ハンズオン .... Debian Debian Package iwamatsu@debian.or.jp IRC nick: iwamatsu 2008 03 01 Agenda Agenda Debian Package Debian Package debian/control debian/changelog debian/copyright debian/rules Debian Package Debian

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

プログラミング環境(学生用)

プログラミング環境(学生用) プログラミング環境 ( 学生用 ) 山下伸夫 2015-04-07 山下伸夫プログラミング環境 ( 学生用 ) 2015-04-07 1 / 24 プログラミング環境とは プログラミングするために必要な道具だてのことをいいます. 最低限必要なものは, OS 入り計算機言語処理系エディタ です. ここでは, Ubuntu 14.04 LTS デスクトップ 64bit The Glasgow Haskell

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

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

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

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

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

Connectome mapper on Ubuntu

Connectome mapper on Ubuntu Neurodebian Ubuntu12.04 Connectome mapper 2014 3 11 1 Ubuntu 2 2 Neurodebian 2 3 apt-get 3 3.1 Connectome Viewer........................................ 3 3.2 FSL................................................

More information

概略 KNOPPIX 基礎 Debian Package 基礎 KNOPPIX 再構築方法 KNOPPIX 高速起動化

概略 KNOPPIX 基礎 Debian Package 基礎 KNOPPIX 再構築方法 KNOPPIX 高速起動化 KNOPPIX/Math 作成方法 濱田龍義 ( 福岡大学 ) KNOPPIX/Math Project 概略 KNOPPIX 基礎 Debian Package 基礎 KNOPPIX 再構築方法 KNOPPIX 高速起動化 KNOPPIX 基礎 (1) CD/DVD bootable Linux ドイツの Klaus Knopper さんが作成 Debian GNU/Linux が原型 産総研の須崎有康さんが日本語版を公開

More information

kiso2-01.key

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

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

Linux ドライバのインストール

Linux ドライバのインストール の前提条件 1 ページ OS インストール中の 1 ページ SAN ストレージおよび fnic ドライバ への Linux のインストール 2 ページ RPM を使用した 3 ページ ソース Tarball を使用した 4 ページ の前提条件 ドライバのインストールに関する次のベスト プラクティスに従っていることを確認してくださ い ドライバをアップグレードする前に 次の順序でインフラストラクチャをインストールま

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

本日の概要 BeagleBoard 及び周辺機器の調達 ビルドから起動まで 注 : 起動はしたけどネット接続に問題がありまだまともに使えていません 既に使っている人も居るので設定や周辺機器等の問題だと思います

本日の概要 BeagleBoard 及び周辺機器の調達 ビルドから起動まで 注 : 起動はしたけどネット接続に問題がありまだまともに使えていません 既に使っている人も居るので設定や周辺機器等の問題だと思います はじめての BeagleBoard 日本 Android の会中国支部第四回勉強会 2009/08/08( 土 ) 本日の概要 BeagleBoard 及び周辺機器の調達 ビルドから起動まで 注 : 起動はしたけどネット接続に問題がありまだまともに使えていません 既に使っている人も居るので設定や周辺機器等の問題だと思います BeagleBoard とは? ビーグルボード BeagleBoard.org

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

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

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

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

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度 Raspberry Pi 2 Model B Debian Jessie / armhf 125 2015 3 2015 3 7 1 Raspberry Pi 2 Model B Raspberry Pi 2 Raspberry Pi 2 Model B Debian Jessie / armhf Raspberry Pi 2 Model B Raspberry Pi Raspberry Pi 2

More information

What s your name? Help me carry the baggage, please. politeness What s your name? Help me carry the baggage, please. iii

What s your name? Help me carry the baggage, please. politeness What s your name? Help me carry the baggage, please. iii What s your name? Help me carry the baggage, please. politeness What s your name? Help me carry the baggage, please. iii p. vi 2 50 2 2016 7 14 London, Russell Square iv iii vi Part 1 1 Part 2 13 Unit

More information

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度 Debian Buffalo Linkstation Debian Installer 139 2016 5 Roger Shimizu 2016 5 21 Agenda 1 2 3 Buffalo Linkstation Debian Installer 4 Linkstation Debian 5 6 Demo 10 ( ) Debian user. 2 Linkstation LS-WXL

More information

174 Debian.Deb 銀河系唯一の Debian 専門誌 /usr Merge

174 Debian.Deb 銀河系唯一の Debian 専門誌 /usr Merge 174 Debian.Deb 銀河系唯一の Debian 専門誌 /usr Merge 2019 5 18 1 Debian 2 1.1 173 Debian............ 2 2 3 2.1 yy y ja jp......... 3 2.2 khibino........... 3 2.3 NOKUBI Takatsugu (knok) 3 2.4 lion (2015fuj).......

More information

KNOB Knoppix for Bio Itoshi NIKAIDO

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

More information

1 2 3 4

1 2 3 4 LC-32GH1 LC-32GH2 1 2 3 4 5 4 6 7 8 9 10 11 1 2 3 4444444444 4444444 444444444 OIL BAR BAR CLINIC CLINIC 1 2 1 2 1 2 3 4 1 2 1 2 See page 44 if you wish to display menu screens

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

Red Hat Enterprise Linux ES (v. 3)

Red Hat Enterprise Linux ES (v. 3) 2005-02-01 Red Hat Enterprise Linux ES (v. 3) PRIMERGY Linux Linux PRIMERGY Linux (SupportDesk Product ) All Rights Reserved, Copyright (C) 2004 1 1. 1.1 Linux ) SCSI ID=1, 2, 3 /dev/sda, /dev/sdb, /dev/sdc

More information

KNOPPIX/Math ( ) MathLibre 2012dojo

KNOPPIX/Math ( ) MathLibre 2012dojo GitHub と Debian Live による MathLibre の構築 濱田龍義福岡大学理学部 /JST CREST/OCAMI MSFD2013Spring, 3/19(Tue) KNOPPIX/Math (2003-2011) MathLibre 2012dojo KNOPPIX KNOPPIX 基礎知識 ドイツの Klaus Knopper による Live CD/DVD 産総研が日本語化

More information

Nagios XI - SNMPでのLinux監視

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

More information

MINI2440マニュアル

MINI2440マニュアル Android 1.5 User Manual http://www.nissin-tech.com info@nissin-tech.com 2010/2/11 copyright@2010 1 一 Cross-compileのインストール...3 二 u-bootのコンパイル...3 三カーネルのコンパイル...4 四ルートファイルシステムcupcakeのコンパイル...5 五 ARM11/6410

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

スライド 1

スライド 1 はじめに Tilegx ってなんだ Tilera 社が開発したネットワーク用途に設計されたマルチコア CPU のこと 多くはホストサーバに PCI-E ボードを装着してアクセラレータのように使う グレードは 9,16,36,72 コアがありそれぞれ 24,28,40,80Gbps の転送速度を持つ PCI-E のインターフェイスは電源供給がメインで制御はホスト OS から行う CPU-ASIC の関係に近い

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

一般技術用紙…

一般技術用紙… 日付記述 発行作成確認承認 日付記述 発行作成確認承認 日付 208/06/3 記述新規発行 発行プロフェッショナルサービス作成大島龍博確認承認 /0 RedHawk7.2,7.3 の CUDA9.2 対応についてまず 弊社からの標準ディストリビューションに従いますと 以下のパッケージの組み合わせになります 7.2x ccur-nvidia-cuda-7.5.8-.2060309.x86_64.rpm

More information

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

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

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

MINI2440マニュアル

MINI2440マニュアル Linux-2.6.28 マニュアル 株式会社日新テクニカ http://www.nissin-tech.com info@nissin-tech.com 2010/2/13 copyright@2010 1 第一章 Linux-2.6.28 の紹介...4 1.1 バージョン...4 1.2 機能...4 第二章イメージファイルの書き込み...4 2.1 SDboot の書き込み...5 2.2

More information

Javaインストール手順書

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

More information

MEET 270

MEET 270 Traditional Idiom & Slang can t make heads or tails of something Keener : I m not sure now if I want to marry Gloria or not. I still love Lisa. Slacker : Really. What are you going to do? Keener : I don

More information

untitled

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

More information

1 はじめに 1.1 使用するハードウェア ソフトウェア 本手順書では以下のハードウェア ソフトウェアを使用します 項番ハードウェア 1 Eee PC USBメモリ ( ストレージ ) 3 作業用 PC 項番ソフトウェア 1 Ubuntu Android ソース一式 表 1

1 はじめに 1.1 使用するハードウェア ソフトウェア 本手順書では以下のハードウェア ソフトウェアを使用します 項番ハードウェア 1 Eee PC USBメモリ ( ストレージ ) 3 作業用 PC 項番ソフトウェア 1 Ubuntu Android ソース一式 表 1 Android on x86(eee PC) ベースポーティング手順書 日本 Android の会組み込み WG 渡邊賢二 1 はじめに 1.1 使用するハードウェア ソフトウェア 本手順書では以下のハードウェア ソフトウェアを使用します 項番ハードウェア 1 Eee PC 701 2 USBメモリ ( ストレージ ) 3 作業用 PC 項番ソフトウェア 1 Ubuntu 8.10 2 Android

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

Linux開発 Install Manual for RZ/G Series

Linux開発 Install Manual for RZ/G Series Linux 開発 ARM CPU BOARD Install Manual for RZ/G Series Rev 1.0 ダイジェスト版 ALPHAPROJECT Copyright 2017 ALPHAPROJECT Co.,LTD. All right reserved 目次 1. 概要 1 1.1 はじめに... 1 1.2 Linux について... 1 1.3 VirtualBox について...

More information

USB ORCA Learning Edition Version USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Projec

USB ORCA Learning Edition Version USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Projec USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 3.0.0 2012 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Project Copyright (C) 2011 Japan Medical Association. All rights reserved. 1 目次 改版履歴...3 1. 概要...

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

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

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

More information

東京エリアDebian勉強会 debootstrapを有効活用してみよう

東京エリアDebian勉強会  debootstrapを有効活用してみよう .. Debian debootstrap dictoss@live.jp 2013 04 20 debian debootstrap (SUGIMOTO Norimitsu) Twitter: @dictoss Debian User FreeBSD User debian Debian GNU/kFreeBSD QEMU VirtualBox KVM Xen OpenVZ LXC FreeBSD

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

Microsoft Word - koutiku.doc

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

More information

Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2

Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 September 2016 1 Windows Cygwin Mac *1 Emacs Ruby 1 1.1 ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 ~/16:00:20> ls 2 2 ls ls -a ~/16:00:20> ls -a

More information

1.... 1 2.... 1 3. STACK SMASHING PROTECTOR... 2 3.1.... 2 3.2. SSP... 2 3.2.1. SSP... 2 3.2.2. SSP egcs... 3 3.3. SSP C... 7 3.3.1. glibc... 7 3.3.2. glibc spec... 7 3.3.3. glibc... 8 3.4. SSP... 9 3.4.1....

More information

改訂履歴 初版 2004 年 1 月 23 日 新規作成 2 版 2004 年 2 月 3 日 フォントの設定 を追加 3 版 2004 年 7 月 13 日 リソースファイルのダウンロード を追加 バージョン番号表記を変更 4 版 2005 年 11 月 21 日 リソースファイルのダウンロード

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

More information

2015-s6-4g-pocket-guidebook_H1-4.indd

2015-s6-4g-pocket-guidebook_H1-4.indd 56C504-01 2 47 47 32 3435 35 2124 26 26 26 424343 434446 4646 12 14 16 18 20 4 28 30 31 36 37 38 42 47 48 49 4 4 4 3 4 5 16 16 6 6 18 18 32 32 30 30 7 20 20 8 9 28 31 10 Do you have a? 36 Do you have

More information

t20s3-fn09.pdf

t20s3-fn09.pdf 目次 PRIMERGY TX200 S3 non-raid フリー OS 動作確認情報 2007/09/12 富士通株式会社 PRIMERGY TX200 S3 FreeBSD 6.2-RELEASE 動作確認...2 PRIMERGY TX200 S3 Debian GNU/Linux 4.0 動作確認...5 PRIMERGY TX200 S3 Fedora Core 5 動作確認...8 PRIMERGY

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

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

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni 2015 8 1 ( ) Unix 1 *1 Unix Unix Unix Perl, Python *2 Unix 2 PC gnuplot *1 100 10 10 6 10 = 10 7 1 1/3 3 10 7 10 7.5 1 24 3600 = (30 6)(30 + 6) 100 = 86400 1 10 7.5 *2 Perl, Python Python 1 Unix * 3 PC

More information

④辻修平_37-48.smd

④辻修平_37-48.smd $ sudo apt-get update $ sudo apt-get upgrade $ sudo rpi-update(banana Pi ) $ sudo apt-get gfortran mpich-3.2.tar.gz 254 dns=8.8.8.8; dns-search= methods= (/etc/hostname) bananapi00 $ configure --prefix=/usr/local/mpich-3.2

More information

Microsoft Word - X-02_㕒作æ¥�æ›‰é€ƒæł¸ã•‚RaspberryPIㆫ㇋㇉ ambedㇵㅼㅒㅼㆮ槉篛曉逃|1.2盋| docx

Microsoft Word - X-02_㕒作æ¥�æ›‰é€ƒæł¸ã•‚RaspberryPIㆫ㇋㇉ ambedㇵㅼㅒㅼㆮ槉篛曉逃|1.2盋| docx 概要 / 目的概要本手順書は XLX reflector v2.0.0 から対応された ambed サーバーを RaspberryPI3 上で構築する手順を記載しています 目的本手順書の目的は XLX reflector v2.0.0 と ambed サーバーを動作させることにより DMR と D-STAR の異なる変調間における QSO を可能にします ambed サーバーで出来る事 2017 年

More information

改訂履歴 初版 2004 年 1 月 23 日 新規作成 2 版 2004 年 2 月 3 日 フォントの設定 を追加 3 版 2004 年 7 月 13 日 リソースファイルのダウンロード を追加 バージョン番号表記を変更 4 版 2005 年 11 月 21 日 リソースファイルのダウンロード

改訂履歴 初版 2004 年 1 月 23 日 新規作成 2 版 2004 年 2 月 3 日 フォントの設定 を追加 3 版 2004 年 7 月 13 日 リソースファイルのダウンロード を追加 バージョン番号表記を変更 4 版 2005 年 11 月 21 日 リソースファイルのダウンロード Java インストール手順書 第 8 版 ( 社 ) 日本医師会 ORCA Project - 1 - Copyright(C)2009 Japan Medical Association.All rights reserved. 改訂履歴 初版 2004 年 1 月 23 日 新規作成 2 版 2004 年 2 月 3 日 フォントの設定 を追加 3 版 2004 年 7 月 13 日 リソースファイルのダウンロード

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