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

Size: px
Start display at page:

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

Transcription

1 Raspberry Pi3 / arm64 Debian/Ubuntu in

2 Debian Project Official Developer Debian : Debian linux kernel, Debian Bluetooth, Debian Science (OpenCV), Erlang, Debian Go : Linux kernel U-Boot Yocto Project

3 Raspberry Pi 3/RPi3 2016/2/29 Broadcom BCM2837 Cortex-A53 1.2Ghz Quad-core aarch64 (ARM 64bit) 1GB WiFi Bluetooth

4 Raspberry Pi 3/RPi3 OS Raspbian

5 Raspberry Pi 3/RPi3 OS Raspbian armhf ( )

6 Raspberry Pi 3/RPi3 OS Raspbian armhf ( ) 32bit 64bit

7 Raspberry Pi 3/RPi3 64bit 32bit 64bit aarch64 etc

8 RPi3 Linux arm64 1 RPi3 32bit stub ( ) 32bit Linux Rpi 64bit

9 RPi3 Linux arm64 1 RPi3 32bit stub ( ) 32bit Linux Rpi 64bit /3/26 Github

10 RPi3 Linux arm64 4 Stephen Warren (U-Boot / Nvidia / Rpi ) stub 5 Raspberry Pi Foundation 64bit(armv8) stub

11 RPi3 Linux arm64

12 Debian stretch/sid Ubuntu $ sudo apt install gcc-aarch64-linux-gnu

13 RPi3/aarch64 Linux /USB U-Boot SD git://git.denx.de/u-boot.git

14 Linux LKML Raspberry Pi Foundation Linux

15 Debian / Ubuntu aarch64 RedHat, Suse Gentoo Arch

16 RPi3 Debian/arm64

17 arm microsd 3 RPi3 /boot 4 U-Boot 5 Linux 6 cdebootstrap microsd

18 1.

19 $ sudo apt update $ sudo apt install gcc-aarch64-linux-gnu

20 2. microsd

21 microsd $ dmesg tail -5 [ ] sd 6:0:0:3: [sde] byte logical blo [ ] sde: sde1

22 $ sudo dd if=/dev/zero of=/dev/sde bs=1m count=1

23 microsd /1 1 32MB/FVAT 2 /EXT4 $ sudo fdisk /dev/sde Command (m for help): o... Command (m for help): n... Select (default p): p... Partition number (1-4, default 1): 1... Last sector, +sectors or +size{k,m,g,t,p} \ ( , default ): +32M...

24 microsd /2 Command (m for help): t... Hex code (type L to list all codes): e... Command (m for help): n... Select (default p): p... Partition number (2-4, default 2): 2... Command (m for help): w

25 microsd (echo o; echo n; echo p; echo 1; echo ; echo +32M; \ echo t; echo e; echo n; echo p; echo 2; echo ; echo ; \ echo w) fdisk /dev/sde

26 microsd $ sudo mkfs.msdos /dev/sde1 $ sudo mkfs.ext4 /dev/sde2 $ mkdir /tmp/boot /tmp/rootfs $ sudo mount /dev/sde1 /tmp/boot $ sudo mount /dev/sde2 /tmp/rootfs

27 3. RPi3 /boot

28 RPi3 /boot $ git clone --depth 1 \ $ sudo cp -rf tools/boot/* /tmp/boot/

29 4. U-Boot

30 U-Boot $ git clone git://git.denx.de/u-boot.git $ cd u-boot $ make rpi_3_defconfig $ make CROSS_COMPILE=aarch64-linux-gnu- $ sudo cp u-boot.bin /tmp/boot/ $ cd..

31 U-Boot $ cat << EOF > boot.scr fatload mmc 0:1 \${fdt_addr_r} \${fdtfile} fatload mmc 0:1 \${kernel_addr_r} image setenv bootargs console=ttys0, \ root=/dev/mmcblk0p2 rootfstype=ext4 rootwait rw booti \${kernel_addr_r} - \${fdt_addr_r} EOF $ mkimage -A arm -O linux -T script -C none -a 0 \ -e 0 -n "For Rpi3" -d boot.scr boot.scr.uimg $ sudo cp boot.scr.uimg /tmp/boot/

32 RPi3 (config.txt) $ cat << EOF sudo tee /tmp/boot/config.txt > /dev/null enable_uart=1 arm_control=0x200 kernel=u-boot.bin hdmi_group=2 hdmi_mode=82 EOF

33 5. Linux

34 Linux $ git clone $ cd linux $ git checkout -b rpi3-devel origin/bcm next $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- $ sudo cp arch/arm64/boot/image /tmp/boot/ $ sudo cp arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dtb \ /tmp/boot/

35 6. cdebootstrap microsd

36 cdebootstrap microsd $ sudo cdebootstrap --arch=arm64 -f standard \ --foreign jessie \ --include=openssh-server,ntp,ca-certificates,vim \ /tmp/rootfs...

37 fstab $ cat << EOF \ sudo tee /tmp/rootfs/etc/fstab > /dev/null proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 EOF

38 $ cat << EOF \ sudo tee /tmp/rootfs/etc/network/interfaces > \ /dev/null auto eth0 iface eth0 inet dhcp

39 rootfs /tmp/rootfs/sbin/init trap error "Interruped!" HUP INT TERM mount -n -o remount,rw rootfs / <- mount -n -o remount,rw /dev/mmcblk0p2 / <- chown -hr 0:0 /

40 root rpi echo deb jessie main > \ /etc/apt/sources.list echo "root:root" chpasswd <- useradd -m rpi <- echo rpi:rpi chpasswd <- run rm /sbin/init

41 microsd RPi2 1 microsd Ppi3 microsd 2 micro USB Rpi3 Rpi3 3 2nd bootstrap Rpi microsd Rapberry Pi 2 Model B Debian Jessie / armhf

42

43 Himeno Bench armhf (32bit) 1 : 79 MFLOPS 4 : 312 MFLOPS aarch64 (64bit) 1 : 88 MFLOPS 4 : 334 MFLOPS 1

44

45 Rapberry Pi arm64 Linux Vanilla Linux Himeno Bench armhf 1 arm64

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

第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

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

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

Warp demo station manual

Warp demo station manual 組み込み Linux 高速起動ソリューション "Warp!! iw-rainbow-g22d-sodimm 評価キット操作手順書 Version 1.0 Rev 日付. 1.0 2017/02/23 初版 変更内容 注意 - 本ソフトウェアおよびマニュアルの著作権は リネオソリューションズ株式会社にあります - 本ソフトウェアおよびマニュアルの一部または全部を無断で使用 複製することはできません -

More information

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

Raspberry Pi ZeroによるIoT入門

Raspberry Pi ZeroによるIoT入門 Raspberry Pi Zero IoT Zero W Raspberry Pi ZeroRaspberry Pi Zero WRaspberry Pi Zero WH RaspbianRaspberry Pi OS 2018-03-13-raspbian-stretch.img 2018 3 URL TM R Web IoT http://www.coronasha.co.jp/np/isbn/9784339009019/

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

Microsoft Word - AFT_3TB_HDD_install_guide doc AFT 及び 3TB HDD への OS インストール 目次 概要 P.1 動作確認構成 P.1 対応要件 P.1 Server 対応一覧 P.2 OS 対応一覧 P.3 OS インストール方法 P.4 AFT P.4 3TB P.8 AFT +3TB P.10 2012.01.26: ぷらっとホーム技術部山﨑作成 2012.02.06: ぷらっとホーム技術部山﨑更新 2012.02.09: ぷらっとホーム技術部山﨑更新

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

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

Model BRevision 2.0 OS Raspbian wheezy NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL Web

Model BRevision 2.0 OS Raspbian wheezy NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL   Web Model BRevision 2.0 OS Raspbian wheezy 2013-09-25 NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL http://v7.com/raspi2/ Web http://www.rutles.net/ FAX 35 35!? USBHDMILAN SD RS Components120126

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

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

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

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

はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており OS がインストールされている内蔵ディス クに空き容量がある場合に 追加でボリュームを作

はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており OS がインストールされている内蔵ディス クに空き容量がある場合に 追加でボリュームを作 Red Hat Enterprise Linux 6 Server 未使用領域のボリューム作成手順書 NEC Express サーバ Express5800/ft サーバシリーズ 2013 年 03 月第 2 版 はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており

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

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

Linux Raspberry Pi I/O Raspberry Pi GPIO Raspberry Pi Raspberry Pi Raspberry Gate Raspberry Gate Raspberry Pi WAN [1] Raspberry Pi Raspberry Gate Rasp

Linux Raspberry Pi I/O Raspberry Pi GPIO Raspberry Pi Raspberry Pi Raspberry Gate Raspberry Gate Raspberry Pi WAN [1] Raspberry Pi Raspberry Gate Rasp マルチメディア, 分 散, 協 調 とモバイル (DICOMO2014)シンポジウム 平 成 26 年 7 月 Raspberry Guardian 1 2 2012 Linux Raspberry Pi 3000 1 200 Raspberry Pi Raspberry Pi Raspberry Gate [1] Raspberry Guardian [2] Security Gateway for

More information

NVIDIA Shield Android TV テレビに繋げてゲームをしたり4K動画を鑑賞できる Android TVが入ってる $ 日本からAmazon.comで購入すると合計約3万円 略してSATV

NVIDIA Shield Android TV テレビに繋げてゲームをしたり4K動画を鑑賞できる Android TVが入ってる $ 日本からAmazon.comで購入すると合計約3万円 略してSATV Shield Android TVはJetson TX1の代わりに使える か? by tomohiro NVIDIA Shield Android TV テレビに繋げてゲームをしたり4K動画を鑑賞できる Android TVが入ってる $199.99 日本からAmazon.comで購入すると合計約3万円 略してSATV NVIDIA Shield Android TV Tegra X1 256 core

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

スライド 1

スライド 1 UbuntuLiveUSB のカスタマイズ remastersys によるオリジナル LiveUSB 作成方法 (ubuntu14.04lts remix) ( 注 ;16.04 では remastersys が対応していない =PnguyBuilder テスト中 ) 初めに WindowsXP サポート終了により 大量に廃棄される ( 予定の )PC を何とか再生できないか? という話から始まりました

More information

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

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

More information

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

スライド 1

スライド 1 UbuntuLiveUSB のカスタマイズ ubuntu-default-builder によるオリジナル LiveUSB 作成方法 (ubuntu12.04lts remix) (14.04 16.04 は 20160920 現在対応していません ) MagicalOS 20150324 版 (UTC=yes) Pentium-M Celeron-M 対応バージョン 初めに WindowsXP サポート終了により

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

④辻修平_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

EV3 の初期設定

EV3 の初期設定 目次 1 SD カードの準備... 2 2 EV3 へのアクセスの仕方... 3 3 OpenRTM-aist のインストール... 6 4 unzip のインストール... 8 当ドキュメントは下記ページを参考にしています LEGO Mindstorms EV3 活用事例 http://www.openrtm.org/openrtm/ja/casestudy/lego_mindstorm_ev3

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

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

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

スライド 1

スライド 1 UbuntuLiveUSB のカスタマイズ UCK(UbuntuCustomizeKit) によるオリジナル LiveUSB 作成方法 (ubuntu14.04lts remix) ( 注 ;16.04 では UCK が対応していない ) 初めに WindowsXP サポート終了により 大量に廃棄される ( 予定の )PC を何とか再生できないか? という話から始まりました LiveUSB 制作方法の解説です

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

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

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

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

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

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 Word - マニュアル4.1J

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

More information

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

PICKIT3オフライン書き込みガイドブック

PICKIT3オフライン書き込みガイドブック 不可能への挑戦株式会社低価格 高品質が不可能? なら可能にする NanoPC(Exynos 4412) Ubuntu インストールマニュアル 株式会社 http://www.csun.co.jp info@csun.co.jp 更新日 2015/2/18 copyright@2015 ホームページ :http://www.csun.co.jp メール :info@csun.co.jp 1 不可能への挑戦株式会社低価格

More information

手動操作によるパーティション作成方法 4. リストア方法 (3) システム情報の復元 の 3-2) の手順で sfdisk コマンドによるシステムのパーティション情報の復元に失敗する場合は fdisk コマンドにて手動でパーティションを作成してください 作成するパーティションのサイズは バックアップ

手動操作によるパーティション作成方法 4. リストア方法 (3) システム情報の復元 の 3-2) の手順で sfdisk コマンドによるシステムのパーティション情報の復元に失敗する場合は fdisk コマンドにて手動でパーティションを作成してください 作成するパーティションのサイズは バックアップ 本書は サポートポータルで公開している Express5800/R320c(RHEL6) システムディスクのバックアップリストア手順 ( コンテンツ ID: 3140101118) に掲載している システムのバックアップリストア手順書 の補足情報です システムディスクに 増設用 200GB SSD ( 型番 : N8850-052) を利用している環境で リストア実行時にパーティション作成に失敗して付録の

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

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

タイトル

タイトル Cortex-A9 4 コア S5P4418 ボード NanoPi2 簡易マニュアル 株式会社 http://www.csun.co.jp info@csun.co.jp 作成日 2016/1/27 copyright@2015 ホームページ :http://www.csun.co.jp メール :info@csun.co.jp 1 修正履歴 NO バージョン修正内容修正日 1 Ver1.0 新規作成

More information

r10s4-fn03.pdf

r10s4-fn03.pdf 目次 PRIMERGY RX100 S4 non-raid フリー OS 動作確認情報 2007/08/23 富士通株式会社 PRIMERGY RX100 S4 FreeBSD 6.2 動作確認...2 PRIMERGY RX100 S4 Debian 4.0 動作確認...5 PRIMERGY RX100 S4 Fedora Core 6 動作確認...8 PRIMERGY RX100 S4 Vine

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

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

114 Debian.Deb 銀河系唯一のDebian 専門誌 GPG 114 Debian.Deb 銀河系唯一のDebian 専門誌 2014 06 14 GPG 1 2 1.1 wbcchsyn......... 2 1.2......... 2 1.3 yyuu............ 2 1.4 zinrai............ 2 1.5 koedoyoshida....... 2 1.6 regonn(kenta Tanoue).. 2 1.7.......

More information

MINI2440マニュアル

MINI2440マニュアル Multi-Media DSP/BF53x Linux http://www.csun.co.jp info@csun.co.jp 2009/3/6 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 DSP/BF53x...3 1.1...3 1.2...7 DSP/BF53x...8 2.1...8 2.2...9 uclinux...

More information

1 Debian Debian nabaua dictoss Roger Shimizu koedoyoshida

1 Debian Debian nabaua dictoss Roger Shimizu koedoyoshida 144 Debian.Deb 銀河系唯一の Debian 専門誌 preseed 2016 10 15 1 Debian 2 1.1 143 Debian............ 2 2 3 2.1 nabaua........... 3 2.2 dictoss........... 3 2.3 Roger Shimizu....... 3 2.4 koedoyoshida....... 3 2.5

More information

使おう!coLinux!

使おう!coLinux! 使おう!coLinux! http://www.colinux.org/ ~ やりたい放題の My Linux ~ Yoshiyuki Mikami colinux って? 正式には Cooperative Linux Windows 上で動かせる Linux カーネル 選べるディストリビューション たとえば ここではコレ などなど どこがいいの? 専用マシンが必要ない いつも使ってるWindowsマシンでOK

More information

ViewSonic Corporation, Macintosh Power Macintosh Microsoft Windows Windows ViewSonic 3 OnView ViewMatch ViewMeter ViewSonic ViewSonic, ViewSonic

ViewSonic Corporation, Macintosh Power Macintosh Microsoft Windows Windows ViewSonic 3 OnView ViewMatch ViewMeter ViewSonic ViewSonic, ViewSonic PJ-PEN-003 IR VS15219 ViewSonic Corporation, 2013. Macintosh Power Macintosh Microsoft Windows Windows ViewSonic 3 OnView ViewMatch ViewMeter ViewSonic ViewSonic, ViewSonic ViewSonic i ViewSonic ViewSonic

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

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

PRIMECLUSTER™ Global Disk Services 説明書 4.3 Linux 版

PRIMECLUSTER™ Global Disk Services 説明書 4.3 Linux 版 PRIMECLUSTER parted(8) sdxvolume - sdxvolume -S sdxvolume umount(8) mount(8) jrm sdxslice -T umount(8) mount(8) sdxdisk M sdxdisk R sdxclass -Rsdxconfig

More information

第5回 マインクラフト・プログラミング入門

第5回 マインクラフト・プログラミング入門 マインクラフト サーバー入門 第 2 回サーバーを立ててみよう Raspberry Pi の接続 サーバーのインストール サーバーの設定 サーバーの起動 サーバーの動作確認 サーバーの運用 初版 2017.06.13 最新 2018.08.14 鎌倉シチズンネット (KCN) 2017-2018 Kamakura Citizens Net All rights reserved 1 Raspberry

More information

Microsoft Word - PSB導入ガイド_ docx

Microsoft Word - PSB導入ガイド_ docx 入 1 / 49 入 日 1.0.0 2013/12/02 用 用 F-Secure 角 自 止 一 2 / 49 ... 4 1.... 4 2.... 4 3. 入... 4 4. 手 Windows... 5 4.1... 5 4.2 Windows... 9 5. 手 Windows Server... 13 6. 手 Linux... 19 6.1... 19 6.2 PSB... 20

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

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

MINI2440マニュアル

MINI2440マニュアル ARM Cortex-M3 STM32F103 (GCC TOPPERS/ASP ) http://www.nissin-tech.com info@nissin-tech.com 2009/10/15 copyright@2009 1 STM32F103...3 STM32...4...8 3.1...8 3.2...9 3.3...13 KEIL...19 4.1 KEIL...19 4.2...22

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

第 72 回 関西 Debian 勉強会 - 発表資料

第 72 回 関西 Debian 勉強会 - 発表資料 72 Debian Debian 2013 5 26 ANNAI Agenda 1 Debian 2 3 Debian Ubuntu 4 Debian 5 Debian 71 Debian : 4 28 ( ) : AWS Debian 100 Debian : 5 11 ( ) : Debian Project 5 4 Debian 7.0 Wheezy 6 15 Wheezy Jessie 1

More information

ZFS on Momonga7

ZFS on Momonga7 やってみた Native ZFS on Momonga Linux 2010-09-11 ver0.5 Momonga Project Takaaki Tabuchi 1 概要 ZFS とは Native ZFS on Linux Momonga Linux 7 での ZFS 環境の構築方法 2 ZFS とは Solaris で作成されたファイルシステム 3 ZFS の利点 128 bit FileSystem

More information

機能仕様書 ロボット Raspberry Pi カメラ RTC Ver 発行日 2017 年 12 月 27 日公立大学法人会津大学株式会社東日本計算センター

機能仕様書 ロボット Raspberry Pi カメラ RTC Ver 発行日 2017 年 12 月 27 日公立大学法人会津大学株式会社東日本計算センター 機能仕様書 ロボット Raspberry Pi カメラ RTC Ver.1.0.0 発行日 2017 年 12 月 27 日公立大学法人会津大学株式会社東日本計算センター 改版履歴 Ver 改版日 内容 1.0.0 2017/5/19 新規作成 2017/12/27 正式版発行 目次 1. はじめに... 1 1.1. 対象読者... 1 1.2. 適応範囲... 1 1.3. 開発環境及び使用機器...

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

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

untitled

untitled R (1) R & R 1. R Ver. 2.15.3 Windows R Mac OS X R Linux R 2. R R 2 Windows R CRAN http://cran.md.tsukuba.ac.jp/bin/windows/base/ R-2.15.3-win.exe http://cran.md.tsukuba.ac.jp/bin/windows/base/old/ 3 R-2.15.3-win.exe

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

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

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

MINI2440マニュアル

MINI2440マニュアル Open-JTAG LPC2388 + GCC + Eclipse http://www.csun.co.jp info@csun.co.jp Ver1.4 2009/7/31 LPC2388 OpenJTAG copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 ...3 ARM...4...5...6 4.2 OpenJTAG...6 4.2...8

More information

形2JCIE-EV01-RP1 センサ評価ボード ユーザーズマニュアル

形2JCIE-EV01-RP1 センサ評価ボード ユーザーズマニュアル 正しくお使いください データシートを必ずお読みになり ご同意いただいた上でご使用ください 目次 1. 概要...3 2. 準備するもの...3 3. センサ評価ボードのセットアップ...4 4. 参考プログラムのダウンロード...7 5. Raspberry Pi の設定...8 6. 参考プログラムの実行... 14 7. センサ評価ボードの取り外し... 14 ご承諾事項... 15 1. 概要本ユーザーズマニュアルは

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Raspberry Pi での EGS5 の実行 川崎医科大学辻修平 Raspberry Pi とは Raspberry Pi は かつてイギリスで教育用コンピュータとして普及したエイコーン社 BBC Micro(1981 年 ) の再来として 学校で基本的なコンピュータ科学の教育を促進することを意図している (Wikipedia より ) ハードウェア 64bit Quad Core 1.2GHz

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

MINI2440マニュアル

MINI2440マニュアル Linux/Android/WinCE 対応マルチ メディア ARM11 ボード Idea6410+LCD4.3 の Android 1.5 マニュアル 株式会社日昇テクノロジー http://www.csun.co.jp info@csun.co.jp 2010/2/5 copyright@2010 修正履歴 NO バージョン修正内容修正日 1 Ver0.1 新規作成 2010/2/5 2 Ver0.2

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.0 2016/01/15 初 版 作 成

変 更 履 歴 版 数 日 付 内 容 1.0 2016/01/15 初 版 作 成 Newtech SupremacyIII スペアドライブを 使 用 した RAID パーティションの 拡 張 手 順 第 1.0 版 2016/01/15 変 更 履 歴 版 数 日 付 内 容 1.0 2016/01/15 初 版 作 成 はじめに 本 書 に 含 まれる 内 容 は 予 告 なく 変 更 される 場 合 があります 株 式 会 社 ニューテックは 本 書 に 記 載 された 製

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

[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

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

# 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

6.Raspberry Pi3 に DLAN サーバーソフト MediaTomb をインストールします $ sudo apt-get update $ sudo apt-get install mediatomb usbmount ネットワークインターフェースを有効にします $ sudo nano

6.Raspberry Pi3 に DLAN サーバーソフト MediaTomb をインストールします $ sudo apt-get update $ sudo apt-get install mediatomb usbmount ネットワークインターフェースを有効にします $ sudo nano ミュージック PC の応用 1.DLNA でミュージック PC に保存した曲を TV やスマホで再生できるようにします 図 1.DLNA の構成にその概略を説明しています 追加で必要になるのはサーバーと曲を保存するハードディスクです サーバー : Raspberry Pi3 ModelB microsdhc 4GB 以上 SD スピードクラス 10 専用電源 DC 5.1V 2.5A ハードディスク

More information

UNIX

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

More information

TeX LiveのCIテスティング

TeX LiveのCIテスティング T E X Live の CI テスティング Norbert Preining 北海道大学 札幌 2018 年 11 月 10 日 概要 Subversion と git の踊り T E X Live sources の CI T E X Live インストーラーの CI まとめ Subversion と git の踊り SvnRepo git svn dcommit git svn fetch DevRepo

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

sp8ct : 2 (1-3) UNIX Linux sp8ct/src make install sp8ct/bin SPring-8 pr47 /home/image/bin sp8ct/src Makefile Intel-C compiler Makefile GNU-C compiler

sp8ct : 2 (1-3) UNIX Linux sp8ct/src make install sp8ct/bin SPring-8 pr47 /home/image/bin sp8ct/src Makefile Intel-C compiler Makefile GNU-C compiler SP- CT tsukasa.nakano@aist.go.jp (0) SP- CT (1) (2) SP- CT (3) (4) SP- CT (0) SP- CT (1) (1-0) SPring-8 http://www-bl20.spring8.or.jp/ sp8ct/tmp/sp8ct.zip http://www-bl20.spring8.or.jp/ sp8ct/tmp/sp8ct.taz

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

/

/ / 2015 2015 8 16 1 Introduction 2 2 Wheezy Jessie 3 3 Debian Linux Mint 8 4 Raspberry Pi 2 Model B Debian Jessie / armhf 13 5 (pkg-nlp-ja) 20 6.deb Python 24 7 Emacs Debian 29 8 Debian GNU/kFreeBSD Jail

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

HITACHI Gigabit Fibre Channel (SUSE Linux Enterprise Server IOCard-FP2-Z-199(1)

HITACHI Gigabit Fibre Channel (SUSE Linux Enterprise Server IOCard-FP2-Z-199(1) HITACHI Gigabit Fibre Channel (SUSE Linux Enterprise Server IOCard-FP2-Z-199(1) 2 (VCCI) Linux Linus Torvalds Red Hat Red Hat Inc. SUSE SUSE LLC All rights reservedcopyright 2014, Hitachi,Ltd. Licensed

More information

INR-HG5290b_users_Linux-RHEL4_.doc

INR-HG5290b_users_Linux-RHEL4_.doc INR-HG5290b 1 ( ) ( ) () 1. RCCMD ADVANCED... 3 1.1....3 1.1.1....3 1.1.2....3 1.2....4 2.... 5 2.1....5 2.2....6 3.... 7 3.1. RCCMD ADVANCED...7 3.2....7 3.3....7 3.4....8 4. RCCMD ADVANCED... 9 4.1.

More information

2 自己紹介 Self Introduction My name: Kapper Twitter account kapper1224 HP Slideshare:

2 自己紹介 Self Introduction My name: Kapper Twitter account kapper1224 HP  Slideshare: opensuse42.2 on Windows Tablet T100TA 1 自己紹介 Self introduction 2 最近やっている事 To Do 3 WindowsタブレットにopenSUSEを移殖 Install opensuse on WindowsTablet 5 grub2のcui設定 Setting and install grub2 on opensuse. 6 インストールトラブル他

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

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

WiFiの現状

WiFiの現状 V2.0 2018/10/29 はじめての AI プログラム学習キット 2 グーグル開発の Tensorflow Python の基礎をマスター設定編 ( 抜粋版 ) スペクトラム テクノロジー株式会社 https://spectrum-tech.co.jp sales@spectrum-tech.co.jp 1 目次 学習キット接続構成 学習キット設定マニュアル ページ 1. Raspberry

More information

. UNIX, Linux, KNOPPIX. C,.,., ( 1 ) p. 2

. UNIX, Linux, KNOPPIX. C,.,., ( 1 ) p. 2 2009 ( 1 ) 2009 ( 1 ) p. 1 . UNIX, Linux, KNOPPIX. C,.,.,. 2009 ( 1 ) p. 2 , +, ( ), ( ), or PC orange2, knxm2008vm, iyokan-6 KNOPPIX/Math (DVD ) 2009 ( 1 ) p. 3 ,. Mathematica (20-30 /1 ), Maple (20 /1

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

kubeadmよりも遠い場所 ~手動でガンバるKubernetes on Raspberry Pi~

kubeadmよりも遠い場所 ~手動でガンバるKubernetes on Raspberry Pi~ kubeadmよりも遠い場所 ~手動でガンバるKubernetes on Raspberry Pi~ 自己紹介 1人目 所属 公立はこだて未来大学 システムソフトウェア研 究室 趣味 ゲーム(Fire Emblem) マンガ(Girls Love) 使ってる言語 Go言語 永井陽太 自己紹介 2人目 公立はこだて未来大学 システムソフトウェア研究室 高度ICTコース 4年 学内クラウドチーム 趣味

More information

IPSJ SIG Technical Report Vol.2016-IOT-32 No /3/4 1,a) 1,b) 1,c) 1,d) HP Proliant HDD (Mac mini) vsphere ICT ICT [1], [2], [3] ICT 2

IPSJ SIG Technical Report Vol.2016-IOT-32 No /3/4 1,a) 1,b) 1,c) 1,d) HP Proliant HDD (Mac mini) vsphere ICT ICT [1], [2], [3] ICT 2 1,a) 1,b) 1,c) 1,d) HP Proliant HDD (Mac mini) vsphere 5.5 10 1. ICT ICT [1], [2], [3] ICT 2 3 4 2. 1 Tokyo Institute of Technology, Meguro, Tokyo 152 8550, Japan a) matsuura@gsic.titech.ac.jp b) mori@cert.titech.ac.jp

More information