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.
57 lines
1.8 KiB
57 lines
1.8 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="http://localhost:5173/syllabus">Go to 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</li>
|
|
<li>Lectures and lab hours will take place at <span class="highlight3">34-301</span></li>
|
|
<li>Click <span class="highlight1">Go to the Syllabus</span> to view the course syllabus</li>
|
|
</ul>
|
|
<h2>Schedule</h2>
|
|
<table class="calendar">
|
|
<thead>
|
|
<tr>
|
|
<th>Sun</th>
|
|
<th>Mon</th>
|
|
<th>Tue</th>
|
|
<th>Wed</th>
|
|
<th>Thr</th>
|
|
<th>Fri</th>
|
|
<th>Sat</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td>20</td>
|
|
<td>21</td>
|
|
<td>22</td>
|
|
<td>23</td>
|
|
<td>24</td>
|
|
</tr>
|
|
<tr>
|
|
<td>25</td>
|
|
<td>26</td>
|
|
<td>27</td>
|
|
<td>28</td>
|
|
<td>29</td>
|
|
<td>30</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
<script type="module" src="/src/index.ts"></script>
|
|
</html>
|