You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
4.2 KiB
130 lines
4.2 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>6.S913 Fundamentals of Linux Systems</title>
|
|
<meta
|
|
name="description"
|
|
content="This website is intended to provide information about Juni Kim’s Linux operating system–related class"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<h1>Fundamentals of linux systems</h1>
|
|
<div class="card">
|
|
<a href="/syllabus">Syllabus</a>
|
|
</div>
|
|
<ul>
|
|
<li>
|
|
This class is intended as a crash course for students to understand the
|
|
basics of how modern Linux systems operate and for students to construct
|
|
one from scratch
|
|
</li>
|
|
<li>
|
|
Students are expected to be
|
|
<span class="highlight2"
|
|
>comfortable working in Unix/Linux environments and using the command
|
|
line</span
|
|
>
|
|
as their primary interface for development
|
|
</li>
|
|
<li>
|
|
Join <a href="https://piazza.com/mit/spring2026/6s913">piazza</a> to
|
|
receive Announcements and join class discussions
|
|
<!--piazza link inside a href-->
|
|
</li>
|
|
<li>
|
|
Lectures and lab hours will take place at
|
|
<span class="highlight3">34-301</span>
|
|
</li>
|
|
<li>
|
|
You can view the class content for a specific day by clicking the link
|
|
on the calendar
|
|
</li>
|
|
<li>
|
|
<span class="highlight1"
|
|
><a href="/syllabus">View the course syllabus </a></span
|
|
>
|
|
</li>
|
|
</ul>
|
|
<h2>Schedule</h2>
|
|
<table class="calendar">
|
|
<thead>
|
|
<tr>
|
|
<th><div class="date1">Sun</div></th>
|
|
<th>Mon</th>
|
|
<th>Tue</th>
|
|
<th>Wed</th>
|
|
<th>Thr</th>
|
|
<th>Fri</th>
|
|
<th><div class="date1">Sat</div></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
<div class="date">20</div>
|
|
<div class="content"><a href="">Lecture 1</a></div>
|
|
<!-- a href ""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">21</div>
|
|
<div class="content"><a href="">Lecture 2</a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">22</div>
|
|
<div class="content"><a href=""></a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">23</div>
|
|
<div class="content"><a href="">Lecture 3</a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">24</div>
|
|
<div class="content"><a href=""></a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="date">25</div>
|
|
<div class="content"><a href=""></a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">26</div>
|
|
<div class="content"><a href="">Lecture 4</a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">27</div>
|
|
<div class="content"><a href=""></a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">28</div>
|
|
<div class="content"><a href=""></a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">29</div>
|
|
<div class="content"><a href="">Lecture 5</a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
</td>
|
|
<td>
|
|
<div class="date">30</div>
|
|
<div class="content"><a href=""></a></div>
|
|
<!-- a href""사이에 lecture 페이지 링크 추가-->
|
|
<div class="end">Assignment DUE(11:59PM EST)</div>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
<script type="module" src="/src/index.ts"></script>
|
|
</html>
|