37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Linux Guides | EngineeringBuild</title>
|
|
<link rel="stylesheet" href="../main.css" />
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<div class="brand-block">
|
|
<a class="brand" href="../index.html">EngineeringBuild</a>
|
|
<div class="brand-subtitle">Telecommunications, Networking, Linux, Embedded</div>
|
|
</div>
|
|
<nav class="site-nav" aria-label="Primary">
|
|
<a href="../index.html">Home</a>
|
|
<a href="../contact.html">Contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="content-page">
|
|
<section class="content-card">
|
|
<p class="section-label">Guides</p>
|
|
<h1>Linux</h1>
|
|
<p>Commands, configuration notes, and service setup references for Linux systems.</p>
|
|
<ul class="content-list">
|
|
<li>System navigation and file permissions</li>
|
|
<li>Networking commands and diagnostics</li>
|
|
<li>Service management with systemd</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
<div data-include="site-footer"></div>
|
|
<script src="../main.js"></script>
|
|
</body>
|
|
</html>
|