134 lines
3.9 KiB
HTML
134 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="MontaukOS User's Manual">
|
|
<title>Initial Setup - MontaukOS Tutorials</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Open Sans', Arial, sans-serif;
|
|
max-width: 960px;
|
|
margin: 0 auto;
|
|
padding: 1em;
|
|
line-height: 1.5;
|
|
display: flex;
|
|
gap: 2em;
|
|
}
|
|
p { margin: 0 0 0.5em; }
|
|
h2 { margin: 0.5em 0; }
|
|
.sidebar {
|
|
width: 160px;
|
|
flex-shrink: 0;
|
|
}
|
|
.sidebar ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.sidebar li {
|
|
margin: 0.5em 0;
|
|
}
|
|
.sidebar a {
|
|
color: #0066CC;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
}
|
|
.sidebar a:hover {
|
|
color: #004499;
|
|
text-decoration: underline;
|
|
}
|
|
.sidebar hr {
|
|
border: none;
|
|
border-top: 1px solid #999;
|
|
margin: 0.75em 0;
|
|
}
|
|
.main {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
a { color: #0000EE; }
|
|
a:visited { color: #0066CC; }
|
|
hr { border-style: solid; border-width: 1px 0 0 0; border-color: #999; }
|
|
.box {
|
|
border: 1px solid #999;
|
|
padding: 0.5em;
|
|
margin: 0.5em 0;
|
|
}
|
|
.doc-list {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.doc-list li {
|
|
margin: 0.75em 0;
|
|
}
|
|
.doc-list a {
|
|
font-weight: 600;
|
|
}
|
|
.doc-list p {
|
|
margin: 0.25em 0 0 1.5em;
|
|
color: #555;
|
|
font-size: 0.9em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="sidebar">
|
|
<ul>
|
|
<li><a href="../index.html">Home</a></li>
|
|
<li><a href="../index.html">Documentation</a></li>
|
|
</ul>
|
|
<hr>
|
|
<ul>
|
|
<li><a href="index.html" class="current">User's Manual</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<div class="center">
|
|
<h2>Initial Setup on MontaukOS</h2>
|
|
</div>
|
|
|
|
<hr>
|
|
<p>This tutorial explains how to create your first account and set your time zone on MontaukOS.</p>
|
|
<hr>
|
|
<p>
|
|
<h3>Account creation and login</h3>
|
|
When you successfully boot MontaukOS for the first time, you should see the 'MontaukOS Setup' window, as depicted below.
|
|
|
|
<br><br><img width=700 src="images/initialsetup.png" alt=""><br>
|
|
|
|
<ol>
|
|
<li>It is recommended to select a new username for your account rather than keeping the default username 'admin'.</li>
|
|
<li>Select a display name for your account.</li>
|
|
<li>Choose a password for your account, and enter it in both the 'Password' and 'Confirm Password' fields.</li>
|
|
<li>Click 'Create Account'.</li>
|
|
<li>First-time setup is complete. Keep the 'Desktop' session selected and use the credentials you just created to log in to the system.</li>
|
|
</ol>
|
|
|
|
<h3>Time zone selection</h3>
|
|
<ol>
|
|
<li>Click on the application menu icon located at the top-left corner of the desktop, and click the 'Settings' entry.</li>
|
|
<li>Double-click the 'Time Zone' icon within the virtual 'Settings' folder.</li>
|
|
<li>The default time zone is Oslo, Norway. To adjust your time zone, scroll along the left pane (countries) and select your country or region. Then, select the city closest to your location on the right pane.</li>
|
|
<li>Click 'Apply'.</li>
|
|
</ol>
|
|
<blockquote>
|
|
<img src="images/timezone.png" alt="">
|
|
</blockquote>
|
|
</p>
|
|
<ol>
|
|
|
|
</ol><br>
|
|
<hr>
|
|
|
|
<div class="center">
|
|
<a href="../index.html">Back to Documentation Index</a>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |