aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: e5cc38ed9cd3e36488e6cfb55324360d6de70ac6 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Main Page</title>
    <style>
        h1, h2, h3 {
            color: #3f3f3f
        }
    </style>
</head>
<body>
    <p id="top">
        <a href="index.html">Home</a> &nbsp;&nbsp;
        <a href="page1.html">Guide</a> &nbsp;&nbsp;
        <a href="page2.html">Want to know more?</a>
    </p>
    <hr>
    <h1>Homelabs</h1>
    <img src="img/homepage-server.jpeg" alt="Server Setup" width="20%">
    <img src="img/homelab2.jpeg" alt="Example homelab" width="30%">
    <h1 id="top">My Homelab plan</h1>
    <h2>Introduction</h2>
    <p>For a while, I have seen tech YouTubers talking about having homelabs, which is just running servers at home and it gave me an idea to have my own one as well.</p>
    <h2>What is the plan?</h2>
    <p>Basically, I will be putting things that require a lot of computer resources inside a virtual machine in a server. Then on a low-powered device, I could easily remote into it. The server will also host other services as well such as a media server, storing photos, and other things.</p>
    <h2>Why should you do it?</h2>
    <h3>Independence</h3>
    <p>These days, <em>way</em> more people rely on big tech to manage their lifes, and I wanted to move away from that idea. So around 2018/19, I decided to slowly move away from it, starting with emails.</p>
    <h3>Minimal Computer Setup</h3>
    <p>So, you won't really need a massive tower on your desk for doing intensive tasks, for example, I could bring a low-powered device and just plug a single cable that powers my entire setup <i>(connects to keyboard, mouse, monitor, and ports)</i>. After that, I could remote into the virtual machine and do high intensive stuff on it like gaming or video editing. </p>
    <p><b>Current Homelab</b></p>
    <img src="img/current_server_setup.jpg" alt="Current Server Setup" width="30%">
    <br>
    <a href="#top">Go to top</a>
    <hr>
    <footer>
        <em>Created by <a href="http://alee14.me">Andrew Lee</a></em>
    </footer>
</body>
</html>