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
120
Linuxのちょこっと調べ
ls_pr
March 31, 2021
Tweet
Share
More Decks by ls_pr
See All by ls_pr
戦場で生き抜く 炎上案件の耐え方
ls_pr
0
200
自作PCのすすめ
ls_pr
0
130
ツボを押さえたWFの作り方
ls_pr
0
120
色々な色の話~今日から使える簡単配色テクニック3つ~
ls_pr
0
230
ゼロから始めるフロントエンドモジュール開発についてあれこれ
ls_pr
0
110
ejsのすすめ
ls_pr
0
150
JSにおける正規表現
ls_pr
0
120
Vue.jsの機能を使って色々作ってみた
ls_pr
0
410
NuxtではじめるVue.js
ls_pr
0
270
Other Decks in Business
See All in Business
Leading Mark新卒採用資料
unno
0
2.7k
Top 07 Ways to connect QuickBooks Payroll Support Number
qbpayroll1
0
200
株式会社10X - Company Deck
10xinc
89
1.5M
2024年度PoliPoliインパクトレポート(β版)/Impact Report 2024
polipoli
0
370
エレコム株式会社 中途採用説明資料
elecom_hr
0
910
AI活用が促進される上司や社内制度、前提となる環境について(Bizメンバー目線)
stxd1
0
220
Talk to Someone At Expedia™️ USA Contact Numbers
expediacareteam
0
110
ラッコキーワード サービス紹介資料
rakko
0
110k
rsgt2025-hub-discount-guy
aokiplayer
0
280
Meet SYNTHESIS
minateramoto
PRO
0
140
EMOOR_ブランド説明資料
yusawada
1
11k
キャッチアップ会社紹介
catchup
2
56k
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
3.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
Building Adaptive Systems
keathley
43
2.7k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Unsuck your backbone
ammeep
671
58k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Docker and Python
trallard
45
3.5k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
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(保存して終了)