SlideShare a Scribd company logo
1 of 19
Download to read offline
はじめてのWEBサーバー構築

    -さくらVPS編-
      構築編
インストール済みソフトの更新

> yum update
一般ユーザーの追加

*ユーザー名は任意で

> useradd myuser

> passwd myuser
New UNIX password: (任意のパスワード)
Retype new UNIX password: (同上)
ユーザーの所属グループを設定

wheelという名前のグループに設定

> usermod -G wheel myuser

wheelグループは、一般的に管理者グループ
として使われるグループ。
wheelグループのみrootになれる設定

> vim /etc/pam.d/su

#auth required pam_wheel.so use_uid
コメント解除。
auth required pam_wheel.so use_uid
SSHのセキュリティ設定

> vim /etc/ssh/sshd_config

ポート番号を変更。
#Port 22
Port xxxx(任意の番号)

rootユーザーによるログイン禁止。
#PermitRootLogin yes
PermitRootLogin no
rootでログイン

> su
Apache, PHP, MySQL, phpMyAdmin
をインストール
> yum install httpd
> yum install php
> yum install mysql-server
> yum install phpmyadmin
Apache と MySQL を自動起動する

> chkconfig httpd on
> chkconfig mysqld on
Apache の設定

mydomain.comは、設定するドメインと読み替えて
ください。

> vim /etc/httpd/conf/httpd.conf

(変更前)
ServerName *:80
(変更後)
ServerName mydomain.com:80
(変更前)
<Directory />
 Options FollowSymLinks
 AllowOverride None
</Directory>

(変更後)
<Directory />
 Options FollowSymLinks
# AllowOverride None
 AllowOverride All
</Directory>
MySQL を起動

> service mysqld start
MySQL の設定

> /usr/bin/mysql_secure_installation

Enter current password for root (enter for none):(Enter)
Set root password? [Y/n] y
New password:(任意のパスワード)
Re-enter new password:(同上)
Remove anonymous users? [Y/n] y
Disallow root login remotely? [Y/n] y
Remove test database and access to it? [Y/n] y
Reload privilege tables now? [Y/n] y
phpMyAdmin の設定(その1)

> vim /etc/httpd/conf.d/phpMyAdmin.conf

<Directory /usr/share/phpMyAdmin/>
  Order Deny,Allow
  #Deny from All
  #Allow from 127.0.0.1
  #Allow from ::1
</Directory>

<Directory /usr/share/phpMyAdmin/setup/>
  Order Deny,Allow
  #Deny from All
  #Allow from 127.0.0.1
  #Allow from ::1
</Directory>
Apacheを起動

> service httpd start
phpMyAdminの設定(その2)

次のサンプルURLのようにアクセスし、
設定を行います。
 http://mydomain.com/phpmyadmin/setup

設定後は、
 http://mydomain.com/phpmyadmin
でアクセスできます。
公開ディレクトリのパーミッション

既存の公開ディレクトリをグループ書き込み可にす
る。
> chmod -R 775 /var/www/html

これから書き込まれる公開ディレクトリ内を
自動的にグループ書き込み可にする。
> chmod -R 2775 /var/www/html
もしくは
> chmod -R g+s /var/www/html
ユーザーをApacheグループに入れる

> usermod -G apache myuser
SFTPでHTMLファイルを
 アップしてみましょう

More Related Content

What's hot

マスタリングJUNOS ログインクラス
マスタリングJUNOS ログインクラスマスタリングJUNOS ログインクラス
マスタリングJUNOS ログインクラスZenSekibe
 
nginx の導入 for Mac
nginx の導入 for Macnginx の導入 for Mac
nginx の導入 for Mac塚本 昌弘
 
ユビキタスロボティクス特論 6/30
ユビキタスロボティクス特論 6/30ユビキタスロボティクス特論 6/30
ユビキタスロボティクス特論 6/30NoriakiAndo
 
Osc201703 tokyo-clonezilla-v1.2 j
Osc201703 tokyo-clonezilla-v1.2 jOsc201703 tokyo-clonezilla-v1.2 j
Osc201703 tokyo-clonezilla-v1.2 jAkira Yoshiyama
 
Osc2014 hamanako
Osc2014 hamanakoOsc2014 hamanako
Osc2014 hamanakoJun Ebihara
 
LinuxをインストールしてWebサーバーを立ち上げてみよう
LinuxをインストールしてWebサーバーを立ち上げてみようLinuxをインストールしてWebサーバーを立ち上げてみよう
LinuxをインストールしてWebサーバーを立ち上げてみようMasataka Tsukamoto
 
NetBSD, On the ROAD 2016
NetBSD, On the ROAD 2016NetBSD, On the ROAD 2016
NetBSD, On the ROAD 2016Jun Ebihara
 
Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介
Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介
Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介Yu Nobara
 
NMS300 クイックスタートガイド
NMS300 クイックスタートガイドNMS300 クイックスタートガイド
NMS300 クイックスタートガイドNETGEAR Japan
 
さくらのクラウドでUCARPを使う方法 -メモ-
さくらのクラウドでUCARPを使う方法 -メモ-さくらのクラウドでUCARPを使う方法 -メモ-
さくらのクラウドでUCARPを使う方法 -メモ-Naoto MATSUMOTO
 
CybozuのOSS(WalB)へコミットしてみた/使ってみた
CybozuのOSS(WalB)へコミットしてみた/使ってみたCybozuのOSS(WalB)へコミットしてみた/使ってみた
CybozuのOSS(WalB)へコミットしてみた/使ってみたYuma Ohgami
 
Exos ztp usb1
Exos ztp usb1Exos ztp usb1
Exos ztp usb1Bin Han
 
2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」
2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」
2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」Aya Komuro
 
Exos ztp usb2
Exos ztp usb2Exos ztp usb2
Exos ztp usb2Bin Han
 
UEFIで始めるLinux From Scratch
UEFIで始めるLinux From ScratchUEFIで始めるLinux From Scratch
UEFIで始めるLinux From ScratchYuma Ohgami
 
「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)
「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)
「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)Kazuyuki Sato
 
コマンドプロンプト Tips
コマンドプロンプト Tipsコマンドプロンプト Tips
コマンドプロンプト TipsMasafumi Yokoyama
 
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】Masataka Tsukamoto
 

What's hot (20)

マスタリングJUNOS ログインクラス
マスタリングJUNOS ログインクラスマスタリングJUNOS ログインクラス
マスタリングJUNOS ログインクラス
 
nginx の導入 for Mac
nginx の導入 for Macnginx の導入 for Mac
nginx の導入 for Mac
 
ユビキタスロボティクス特論 6/30
ユビキタスロボティクス特論 6/30ユビキタスロボティクス特論 6/30
ユビキタスロボティクス特論 6/30
 
Osc201703 tokyo-clonezilla-v1.2 j
Osc201703 tokyo-clonezilla-v1.2 jOsc201703 tokyo-clonezilla-v1.2 j
Osc201703 tokyo-clonezilla-v1.2 j
 
Zabbix rails
Zabbix railsZabbix rails
Zabbix rails
 
Osc2014 hamanako
Osc2014 hamanakoOsc2014 hamanako
Osc2014 hamanako
 
LinuxをインストールしてWebサーバーを立ち上げてみよう
LinuxをインストールしてWebサーバーを立ち上げてみようLinuxをインストールしてWebサーバーを立ち上げてみよう
LinuxをインストールしてWebサーバーを立ち上げてみよう
 
NetBSD, On the ROAD 2016
NetBSD, On the ROAD 2016NetBSD, On the ROAD 2016
NetBSD, On the ROAD 2016
 
Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介
Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介
Oftec Lightning Talk 第7回 最近触ったLinuxディストリビューションの紹介
 
NMS300 クイックスタートガイド
NMS300 クイックスタートガイドNMS300 クイックスタートガイド
NMS300 クイックスタートガイド
 
さくらのクラウドでUCARPを使う方法 -メモ-
さくらのクラウドでUCARPを使う方法 -メモ-さくらのクラウドでUCARPを使う方法 -メモ-
さくらのクラウドでUCARPを使う方法 -メモ-
 
CybozuのOSS(WalB)へコミットしてみた/使ってみた
CybozuのOSS(WalB)へコミットしてみた/使ってみたCybozuのOSS(WalB)へコミットしてみた/使ってみた
CybozuのOSS(WalB)へコミットしてみた/使ってみた
 
Exos ztp usb1
Exos ztp usb1Exos ztp usb1
Exos ztp usb1
 
2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」
2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」
2013/08/01 JAWS-UG福岡 x e-Zuka-Tech Night 「今一度、EC2を」
 
Exos ztp usb2
Exos ztp usb2Exos ztp usb2
Exos ztp usb2
 
UEFIで始めるLinux From Scratch
UEFIで始めるLinux From ScratchUEFIで始めるLinux From Scratch
UEFIで始めるLinux From Scratch
 
「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)
「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)
「前回の COMSTAR ネタに刺激されてしまったので、オレも COMSTAR を使ってみた。」(仮)
 
Webサービス:koding
Webサービス:kodingWebサービス:koding
Webサービス:koding
 
コマンドプロンプト Tips
コマンドプロンプト Tipsコマンドプロンプト Tips
コマンドプロンプト Tips
 
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2017 Tokyo/Fall】
 

Viewers also liked

Apoios à Contratação - PSZ Consulting
Apoios à Contratação - PSZ Consulting Apoios à Contratação - PSZ Consulting
Apoios à Contratação - PSZ Consulting PSZ Consulting
 
Valuation Concepts And Overview
Valuation   Concepts And OverviewValuation   Concepts And Overview
Valuation Concepts And OverviewRick Warner, ASA
 
Education for sustainable development
Education for sustainable developmentEducation for sustainable development
Education for sustainable developmentmufangreen
 
Restoration and renovation samples
Restoration and renovation samplesRestoration and renovation samples
Restoration and renovation samplesOren Gavish
 
Modelli di archiviazione digitale
Modelli di archiviazione digitaleModelli di archiviazione digitale
Modelli di archiviazione digitalenomenick
 
áLbum de fotografías
áLbum de fotografíasáLbum de fotografías
áLbum de fotografíasBetty Rugeles
 
Education for sustainable development
Education for sustainable developmentEducation for sustainable development
Education for sustainable developmentAmran Zainuri
 
Digital Learning Network: SD43
Digital Learning Network: SD43Digital Learning Network: SD43
Digital Learning Network: SD43James McConville
 
Valuation Concepts And Overview
Valuation   Concepts And OverviewValuation   Concepts And Overview
Valuation Concepts And OverviewRick Warner, ASA
 
Chronobiolgoy 6378510
Chronobiolgoy 6378510Chronobiolgoy 6378510
Chronobiolgoy 6378510Suman Sajan
 
Neurobiology and functional brain circuits in mood disorders
Neurobiology and functional brain circuits in mood disordersNeurobiology and functional brain circuits in mood disorders
Neurobiology and functional brain circuits in mood disordersSuman Sajan
 

Viewers also liked (20)

Apoios à Contratação - PSZ Consulting
Apoios à Contratação - PSZ Consulting Apoios à Contratação - PSZ Consulting
Apoios à Contratação - PSZ Consulting
 
Valuation Concepts And Overview
Valuation   Concepts And OverviewValuation   Concepts And Overview
Valuation Concepts And Overview
 
spreadsheet
spreadsheetspreadsheet
spreadsheet
 
Education for sustainable development
Education for sustainable developmentEducation for sustainable development
Education for sustainable development
 
Cenam laboratorios clinicos
Cenam laboratorios clinicosCenam laboratorios clinicos
Cenam laboratorios clinicos
 
Restoration and renovation samples
Restoration and renovation samplesRestoration and renovation samples
Restoration and renovation samples
 
Top 10 Ways to be Found on Google
Top 10 Ways to be Found on GoogleTop 10 Ways to be Found on Google
Top 10 Ways to be Found on Google
 
Modelli di archiviazione digitale
Modelli di archiviazione digitaleModelli di archiviazione digitale
Modelli di archiviazione digitale
 
Veienmarka 110207
Veienmarka 110207Veienmarka 110207
Veienmarka 110207
 
La scuola italiana
La scuola italianaLa scuola italiana
La scuola italiana
 
áLbum de fotografías
áLbum de fotografíasáLbum de fotografías
áLbum de fotografías
 
Moma thomas wolski_cigre_13-04-22
Moma thomas wolski_cigre_13-04-22Moma thomas wolski_cigre_13-04-22
Moma thomas wolski_cigre_13-04-22
 
Wordle
WordleWordle
Wordle
 
Open Ed Cesena 08
Open Ed Cesena 08Open Ed Cesena 08
Open Ed Cesena 08
 
Education for sustainable development
Education for sustainable developmentEducation for sustainable development
Education for sustainable development
 
Digital Learning Network: SD43
Digital Learning Network: SD43Digital Learning Network: SD43
Digital Learning Network: SD43
 
Linux os and its features
Linux os and its featuresLinux os and its features
Linux os and its features
 
Valuation Concepts And Overview
Valuation   Concepts And OverviewValuation   Concepts And Overview
Valuation Concepts And Overview
 
Chronobiolgoy 6378510
Chronobiolgoy 6378510Chronobiolgoy 6378510
Chronobiolgoy 6378510
 
Neurobiology and functional brain circuits in mood disorders
Neurobiology and functional brain circuits in mood disordersNeurobiology and functional brain circuits in mood disorders
Neurobiology and functional brain circuits in mood disorders
 

More from BREN

What is WordPress Theme
What is WordPress ThemeWhat is WordPress Theme
What is WordPress ThemeBREN
 
Development tools for WordPress
Development tools for WordPressDevelopment tools for WordPress
Development tools for WordPressBREN
 
神戸ITフェスティバル2013 - About WordPress
神戸ITフェスティバル2013 - About WordPress神戸ITフェスティバル2013 - About WordPress
神戸ITフェスティバル2013 - About WordPressBREN
 
2013年のWordBench神戸
2013年のWordBench神戸2013年のWordBench神戸
2013年のWordBench神戸BREN
 
WordPress 3.8 RC1
WordPress 3.8 RC1WordPress 3.8 RC1
WordPress 3.8 RC1BREN
 
WordPressの学習方法 プログラマー編
WordPressの学習方法 プログラマー編WordPressの学習方法 プログラマー編
WordPressの学習方法 プログラマー編BREN
 
WordPressの学習方法
WordPressの学習方法WordPressの学習方法
WordPressの学習方法BREN
 
WordPressのCSSを 理解しよう!
WordPressのCSSを 理解しよう!WordPressのCSSを 理解しよう!
WordPressのCSSを 理解しよう!BREN
 
Word press 3.5RC2 - パーフェクト functions.php -
Word press 3.5RC2   - パーフェクト functions.php - Word press 3.5RC2   - パーフェクト functions.php -
Word press 3.5RC2 - パーフェクト functions.php - BREN
 
Word bench神戸の紹介
Word bench神戸の紹介Word bench神戸の紹介
Word bench神戸の紹介BREN
 
はじめてのconcrete5 -さくらスタンダード編-
はじめてのconcrete5 -さくらスタンダード編-はじめてのconcrete5 -さくらスタンダード編-
はじめてのconcrete5 -さくらスタンダード編-BREN
 
Word press34
Word press34Word press34
Word press34BREN
 

More from BREN (12)

What is WordPress Theme
What is WordPress ThemeWhat is WordPress Theme
What is WordPress Theme
 
Development tools for WordPress
Development tools for WordPressDevelopment tools for WordPress
Development tools for WordPress
 
神戸ITフェスティバル2013 - About WordPress
神戸ITフェスティバル2013 - About WordPress神戸ITフェスティバル2013 - About WordPress
神戸ITフェスティバル2013 - About WordPress
 
2013年のWordBench神戸
2013年のWordBench神戸2013年のWordBench神戸
2013年のWordBench神戸
 
WordPress 3.8 RC1
WordPress 3.8 RC1WordPress 3.8 RC1
WordPress 3.8 RC1
 
WordPressの学習方法 プログラマー編
WordPressの学習方法 プログラマー編WordPressの学習方法 プログラマー編
WordPressの学習方法 プログラマー編
 
WordPressの学習方法
WordPressの学習方法WordPressの学習方法
WordPressの学習方法
 
WordPressのCSSを 理解しよう!
WordPressのCSSを 理解しよう!WordPressのCSSを 理解しよう!
WordPressのCSSを 理解しよう!
 
Word press 3.5RC2 - パーフェクト functions.php -
Word press 3.5RC2   - パーフェクト functions.php - Word press 3.5RC2   - パーフェクト functions.php -
Word press 3.5RC2 - パーフェクト functions.php -
 
Word bench神戸の紹介
Word bench神戸の紹介Word bench神戸の紹介
Word bench神戸の紹介
 
はじめてのconcrete5 -さくらスタンダード編-
はじめてのconcrete5 -さくらスタンダード編-はじめてのconcrete5 -さくらスタンダード編-
はじめてのconcrete5 -さくらスタンダード編-
 
Word press34
Word press34Word press34
Word press34
 

Recently uploaded

論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNetToru Tamaki
 
論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A surveyToru Tamaki
 
SOPを理解する 2024/04/19 の勉強会で発表されたものです
SOPを理解する       2024/04/19 の勉強会で発表されたものですSOPを理解する       2024/04/19 の勉強会で発表されたものです
SOPを理解する 2024/04/19 の勉強会で発表されたものですiPride Co., Ltd.
 
スマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムスマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムsugiuralab
 
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)Hiroki Ichikura
 
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Yuma Ohgami
 
Postman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By DanielPostman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By Danieldanielhu54
 
TSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdfTSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdftaisei2219
 
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...Toru Tamaki
 
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略Ryo Sasaki
 

Recently uploaded (10)

論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet
 
論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey
 
SOPを理解する 2024/04/19 の勉強会で発表されたものです
SOPを理解する       2024/04/19 の勉強会で発表されたものですSOPを理解する       2024/04/19 の勉強会で発表されたものです
SOPを理解する 2024/04/19 の勉強会で発表されたものです
 
スマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムスマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システム
 
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
 
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
 
Postman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By DanielPostman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By Daniel
 
TSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdfTSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdf
 
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
 
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
 

Sakuravps