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
Linux 仮想マシンを動かす(Windows 編)(Mac 編) / Running a L...
Search
Kenji Saito
PRO
May 15, 2025
Technology
0
39
Linux 仮想マシンを動かす(Windows 編)(Mac 編) / Running a Linux Virtual Machine (Windows Edition) (Mac Edition)
早稲田大学大学院経営管理研究科「プロンプトエンジニアリング ─ 生成AI の応用」2025 春のオンデマンド教材 第11回で使用したスライドです。
Kenji Saito
PRO
May 15, 2025
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
ロール・ツール群の開発 / Development of Roles and Tools
ks91
PRO
0
130
ワールドカフェ再び、そしてロール・ツール群の開発 / World Café Again, and the Development of a Suite of Roles and Tools
ks91
PRO
0
120
01 を動かす〜音声で対話できる自動化されたアシスタント / Running 01 - Automated Assistant with Voice Interaction
ks91
PRO
0
32
AGI (Artificial General Intelligence) の論点 / AGI (Artificial General Intelligence) Issues
ks91
PRO
0
30
Open Interpreter を動かす 〜 自動化されたアシスタントの誕生 / Running Open Interpreter - The Birth of an Automated Assistant
ks91
PRO
0
31
(メタ・) ネイチャーポジティブと物質・エネルギーの循環経済 / Being (Meta-)Nature Positive and the Circular Economy of Materials and Energy
ks91
PRO
0
7
対話による知の拡張 / Extending Knowledge Through Dialogue
ks91
PRO
0
50
プロンプトに対する攻撃と対策 / Attacks Against Prompts and Countermeasures
ks91
PRO
0
52
傾聴の理論 〜 傾聴する相棒の創り方 / Theory of Listening and How to Create a Listening Partner
ks91
PRO
0
51
Other Decks in Technology
See All in Technology
人とAIとの共創を夢見た2か月 #共創AIミートアップ / Co-Creation with Keito-chan
kondoyuko
1
660
Oracle Cloud Infrastructure:2025年5月度サービス・アップデート
oracle4engineer
PRO
0
340
Azure Developer CLI と Azure Deployment Environment / Azure Developer CLI and Azure Deployment Environment
nnstt1
1
110
Houtou.pm #1
papix
0
630
会社員しながら本を書いてきた知見の共有
sat
PRO
3
680
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
360k
Roo Codeにすべてを委ねるためのルール運用
pharma_x_tech
1
200
初めてのGoogle Cloud by AWS出身者
harukasakihara
1
730
AIコードエディタは開発を変えるか?Cursorをチームに導入して1ヶ月経った本音
ota1022
1
660
ゴリラ.vim #36 ~ Vim x SNS ~ スポンサーセッション
yasunori0418
1
300
Oracle Database オプティマイザ・ヒントの活用
oracle4engineer
PRO
1
140
S3 Tables を図解でやさしくおさらい~基本から QuickSight 連携まで/s3-tables-illustrated-basics-quicksight
emiki
1
310
Featured
See All Featured
Bash Introduction
62gerente
614
210k
Side Projects
sachag
454
42k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
840
Designing Experiences People Love
moore
142
24k
Making the Leap to Tech Lead
cromwellryan
133
9.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
Facilitating Awesome Meetings
lara
54
6.4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Building Applications with DynamoDB
mza
95
6.4k
Designing for Performance
lara
608
69k
Transcript
Generated by Stable Diffusion 3.5 — AI 2025 11 Linux
(Windows )(Mac ) (WBS) 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.1/16
https://speakerdeck.com/ks91/collections/prompt-engineering-2025-spring 2025 11 Linux (Windows )(Mac ) — 2025-05 –
p.2/16
( 20 ) 1 • 2 • 3 • 4
• 5 • 6 RPG • 7 “September 12th” • 8 • 9 • 10 ∼ • 11 Linux (Windows )(Mac ) • 12 Open Interpreter ∼ 13 01 ∼ 14 AGI (Artificial General Intelligence) 7 (4/28 ) / (2 ) OK / 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.3/16
Linux UNIX (OS) ( ) Google OS android chromeOS Linux
Linux Linux ( ) Ubuntu 24.04 LTS LTS : Long-Term Support ( ) Linux 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.4/16
Linux Linux AI ( ) 2025 11 Linux (Windows )(Mac
) — 2025-05 – p.5/16
Windows Windows 11 Pro 22H2 OptionalFeatures.exe Linux Windows WSL2 .
. . https://qiita.com/mikuta0407/items/02f19abfcf1cc3e54977 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.6/16
WSL WSL (Windows Subsystem for Linux) Windows Linux Windows PowerShell
( ) (‘>’ ) > wsl --install Linux Windows ( ; WSL2 Ubuntu 24.04 OK) > wsl -l -v WSL WSL2 > wsl --set-default-version 2 Ubuntu 24.04 > wsl --install -d Ubuntu-24.04 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.7/16
Ubuntu Ubuntu 2 Python (‘$’ ) $ python3 -V Python
3.12.3 Python $ sudo apt update $ sudo apt install python3-venv python3-dev gcc 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.8/16
Mac macOS Sequoia 15.4.1 Apple (M1 ) (‘%’ ) %
xcode-select --install 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.9/16
Homebrew Homebrew (Apple macOS ) UNIX macOS Lima Homebrew brew
Apple brew ( ) brew https://github.com/Homebrew/brew/releases pkg Path (brew ) “.zshrc” ( ) eval "$(/opt/homebrew/bin/brew shellenv)" 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.10/16
Rosetta 2 Rosetta 2 Apple x86/AMD64 ( ) ( )
(‘%’ ) % softwareupdate --install-rosetta 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.11/16
Lima (Linux Machines) Lima macOS Linux ( ) https://github.com/lima-vm/lima QEMU
( ) Rosetta 2 Apple x86/AMD64 brew % brew install lima Ubuntu 24.04 (ARM64) “arm.yaml” % limactl start arm.yaml 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.12/16
Lima Linux (Ubuntu) aarch64 % limactl list Linux (exit )
% limactl shell arm Linux limactl list STATUS Stopped limactl start arm “.lima” diffdisk 100GB 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.13/16
“arm.yaml” start Ubuntu arch: x86_64 intel.yaml Linux 2025 11 Linux
(Windows )(Mac ) — 2025-05 – p.14/16
Ubuntu Python (‘$’ ) $ python3 -V Python 3.12.3 Python
$ sudo apt update $ sudo apt install python3-venv python3-dev gcc 2025 11 Linux (Windows )(Mac ) — 2025-05 – p.15/16
2025 11 Linux (Windows )(Mac ) — 2025-05 – p.16/16