-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaso.html
105 lines (104 loc) · 4.19 KB
/
aso.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/img/favicon-32x32.png" />
<title>Systemy operacyjne</title>
<link rel="stylesheet" href="style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<!-- Skibiditset -->
</head>
<body>
<header>
<h1><a href="../index.html">KoalaPL.GitHub.io</a></h1>
<span class="burger" tabindex="0">☰</span>
</header>
<main>
<div class="topic-sidebar" data-overview-sidebar="true">
<div id="tittle-course">
<h2>SYSTEMY OPERACYJNE I ADMINISTRACJA NIMI</h2>
<progress class="complete-progressbar" max="100" value="70">
70%
</progress>
<label class="progressbar-complete-label" for="complete-progressbar">
</label>
</div>
<details open>
<summary>WINDOWS SERWER</summary>
<ul>
<li class="topic" id="aso1" tabindex="0">
<span class="RightLessIcon"></span>
Konfiguracja w VirtualBox
</li>
<li class="topic" id="aso2" tabindex="0">
<span class="RightLessIcon"></span>Interfejs sieciowy
</li>
<li class="topic" id="aso3" tabindex="0">
<span class="RightLessIcon"></span>Active Directory (AD)
</li>
<li class="topic" id="aso4" tabindex="0">
<span class="RightLessIcon"></span>(AD) użytkownicy
</li>
<li class="topic" id="aso5" tabindex="0">
<span class="RightLessIcon"></span>(AD) profile mobilne i udziały
sieciowe
</li>
<li class="topic" id="aso6" tabindex="0">
<span class="RightLessIcon"></span>(AD) zasady grupy
</li>
<li class="topic" id="aso7" tabindex="0">
<span class="RightLessIcon"></span>Dynamiczna konfiguracja hostów
(DHCP)
</li>
<li class="topic" id="aso8" tabindex="0">
<span class="RightLessIcon"></span>Serwer Web www /part 1 - DNS
</li>
<li class="topic" id="aso9" tabindex="0">
<span class="RightLessIcon"></span>Serwer Web www /part 2 - IIS
</li>
<li class="topic" id="aso17" tabindex="0">
<span class="RightLessIcon"></span>CMD (Udostępnienie Katalogu)
</li>
</ul>
</details>
<details open>
<summary>LINUX SERWER</summary>
<ul>
<li class="topic" id="aso10" tabindex="0">
<span class="RightLessIcon"></span>
Połączenie SSH i konfiguracja interfesów sieciowych netplan
</li>
<li class="topic" id="aso11" tabindex="0">
<span class="RightLessIcon"></span>
Serwer plików (FTP) / udziały sieciowe - samba
</li>
<li class="topic" id="aso12" tabindex="0">
<span class="RightLessIcon"></span>
Dynamiczna konfiguracja hostów (DHCP) - isc-dhcp-server
</li>
<li class="topic" id="aso13" tabindex="0">
<span class="RightLessIcon"></span>Serwer Web www /part 1 -
apache2
</li>
<li class="topic" id="aso14" tabindex="0">
<span class="RightLessIcon"></span>Serwer Web www /part 2 - php
</li>
<li class="topic" id="aso15" tabindex="0">
<span class="RightLessIcon"></span>Serwer Web www /part 3 - mysql
</li>
<li class="topic" id="aso16" tabindex="0">
<span class="RightLessIcon"></span>Serwer Web www /part 4 - DNS
</li>
</ul>
</details>
</div>
<div id="lesson-contener" data-overview-sidebar="true">
<div id="lesson-content"></div>
</div>
</main>
<footer></footer>
</body>
<script src="script.js"></script>
<script src="ser.js"></script>
</html>