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のちょこっと調べ
Search
ls_pr
March 31, 2021
Business
0
130
Linuxのちょこっと調べ
ls_pr
March 31, 2021
Tweet
Share
More Decks by ls_pr
See All by ls_pr
戦場で生き抜く 炎上案件の耐え方
ls_pr
0
210
自作PCのすすめ
ls_pr
0
140
ツボを押さえたWFの作り方
ls_pr
0
130
色々な色の話~今日から使える簡単配色テクニック3つ~
ls_pr
0
240
ゼロから始めるフロントエンドモジュール開発についてあれこれ
ls_pr
0
120
ejsのすすめ
ls_pr
0
170
JSにおける正規表現
ls_pr
0
140
Vue.jsの機能を使って色々作ってみた
ls_pr
0
430
NuxtではじめるVue.js
ls_pr
0
280
Other Decks in Business
See All in Business
T2 Company Deck
t2pr
0
1.4k
三井物産グループのデジタル証券〜ザ ロイヤルパークホテル 東京汐留〜再販売②徹底解説セミナースライド(20251008)
c0rp_mdm
PRO
1
490
Mico_New_graduate_2027.pdf
micoinc
0
130
Sales Marker Culture Book(English)
salesmarker
PRO
2
6.9k
「弁護士バイアス」とその対処法
nrryuya
2
1.3k
メドピアグループ紹介資料
medpeer_recruit
10
140k
VISASQ: ABOUT DEV TEAM
eikohashiba
5
37k
異夢同船 読んできました!
yumechi
0
180
株式会社トリビュー|会社説明資料 / Company Deck
tribeau
5
20k
【Omiai】リアーキ LT_202510
enito
PRO
1
1k
株式会社Branding Career_採用デック資料
20251024
0
510
insightbox_sample
insightbox
0
120
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
The Pragmatic Product Professional
lauravandoore
36
7k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
YesSQL, Process and Tooling at Scale
rocio
174
15k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Balancing Empowerment & Direction
lara
5
730
Transcript
2021/2/20 Kenta Kakeda Linuxのちょこっと調べ
Linuxとは? • オープンソースなOSであり、タダで使える • サーバー用のOSとして広く使われている • コマンド操作に長けている • ディストリビューションが豊富(Ubuntu、CentOSなど)
Linuxの開発者 • 幼い頃からコンピュータが大好き • 大学生の頃にLinuxを作成 • プライベートをLinuxに捧げている • Gitの生みの親 リーナス・トーバルズ
フィンランド出身 51歳
かんたんなコマンド pwd:どの階層にいるかを表示する /Users/Kakeda/Desktop cd:階層の移動ができる cd Dekstop ls:現在の階層のフォルダやファイルを表示する vi:ファイルの編集をおこなう vi ファイル名
I(書き込みモード) :wq(保存して終了)