Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Windows Subsystem for Linuxとは?
Search
Kazunori-Kimura
October 18, 2017
Technology
0
470
Windows Subsystem for Linuxとは?
Windows Subsystem for Linuxの概要とインストール方法について
Kazunori-Kimura
October 18, 2017
Tweet
Share
More Decks by Kazunori-Kimura
See All by Kazunori-Kimura
path-parser
kazunorikimura
0
380
objectのcloneを行う/How to clone of the object in js
kazunorikimura
0
390
クライアントサイドで大きなデータを扱うときのお話/Web Worker & IndexedDB
kazunorikimura
0
650
How freelance programmer works
kazunorikimura
0
110
moment.js
kazunorikimura
0
88
sequelize.pdf
kazunorikimura
0
570
Toward the world of "ready player one"
kazunorikimura
0
86
npmの便利なパッケージ: forever, winser
kazunorikimura
0
990
npmの便利なパッケージ: Jest
kazunorikimura
0
130
Other Decks in Technology
See All in Technology
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
比起獨自升級 我更喜歡 DevOps 文化 <3
line_developers_tw
PRO
0
170
マルチテナント+マルチプロダクト SaaS への AI Agent の組み込み方
kworkdev
PRO
2
340
「規約、知識、オペレーション」から考える中規模以上の開発組織のCursorルールの 考え方・育て方 / Cursor Rules for Coding Styles, Domain Knowledges and Operations
yuitosato
6
1.7k
TODAY 看世界(?) 是我們在看扣啦!
line_developers_tw
PRO
0
170
OCI Oracle Database Services新機能アップデート(2025/03-2025/05)
oracle4engineer
PRO
1
150
OpenTelemetry Collector internals
ymotongpoo
5
540
今からでも間に合う! 生成AI「RAG」再入門 / Re-introduction to RAG in Generative AI
hideakiaoyagi
1
170
菸酒生在 LINE Taiwan 的後端雙刀流
line_developers_tw
PRO
0
150
Amazon Q Developer for GitHubとAmplify Hosting でサクッとデジタル名刺を作ってみた
kmiya84377
0
3.5k
Agentic DevOps時代の生存戦略
kkamegawa
0
310
IAMのマニアックな話 2025を執筆して、 見えてきたAWSアカウント管理の現在
nrinetcom
PRO
4
560
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Typedesign – Prime Four
hannesfritz
42
2.7k
The Cult of Friendly URLs
andyhume
79
6.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
780
Documentation Writing (for coders)
carmenintech
71
4.9k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Producing Creativity
orderedlist
PRO
346
40k
Transcript
“Windows Subsystem for Linux” とは? 2017/10/21 ⽊村 憲規
Windows Subsystem for Linuxとは Windows Subsystem for Linux (WSL) は、
Linuxの(ELFフォーマット形式の)バイナ リ実⾏ファイルをWindows 10上でネイ ティブ実⾏するための互換レイヤー 2
Windows Subsystem for Linuxとは 3
Windows Subsystem for Linuxとは 4
利⽤可能なLinuxディストリビューション • Ubuntu • Fedora • OpenSUSE à Microsoft Storeからダウンロード可能
5
Windows 10 Fall Creators Update 10⽉中にリリースされる Windows 10 の⼤型アッ プデート
Windows 10 Fall Creators Update で Windows Subsystem for Linux がベータ版を卒業し て正式版となる 6
WSLでUbuntu&Redisを 動かす 7
WSLのインストール 8 開発者モードを選択
WSLのインストール 9
Ubuntuのインストール 10 コマンドプロンプトで “bush” と⼊⼒ (Ubuntu以外を使いたい場合はMicrosoft Storeでダウンロード)
ロケール設定 11
ユーザー/パスワード設定 12
bash起動 13 /mnt にWindowsのファイルシステムが マウントされている
Redisのインストール 14 まずは sudo apt-get update
Redisのインストール 15 つづいて sudo apt-get install redis-server
Redisの起動 16 redis-server↲ で起動
Windowsから接続してみる 17 127.0.0.1:6379 でRedisに接続できる
まとめ • WSLによってWindows上でLinux向けバイナリ実 ⾏ファイルが実⾏可能になる • WSLは正式版となり、Microsoftによるサポート を受けられるようになる • WSL上で稼働しているアプリにそのPC上で稼働 しているかのように接続できる
18