# How To: Refer to the Documentation

# Legend (๑˃ᴗ˂)ﻭ

---

<table border="1" id="bkmrk-pat-placeholder-name" style="border-collapse: collapse; width: 100.119%; height: 145.45px;"><colgroup><col style="width: 16.329%;"></col><col style="width: 83.671%;"></col></colgroup><tbody><tr style="height: 145.45px;"><td style="height: 145.45px;">\[ \]

</td><td style="height: 145.45px;">This is a placeholder that represents a field that should be replaced with specific information.

Examples:

- e.g. Replace `ssh [USER]@[IP ADDRESS/HOSTNAME]` with your **username** and the **hostname or IP address** of the machine you want to access.
- e.g. Replace `ssh-import-id-gh [GITHUB USERNAME]` with your **GitHub Username**.

</td></tr></tbody></table>

*Last Updated: 2/22/25  
Contributors: Vivian, Laith*

# Resources ᕕ( ᐛ )ᕗ

This is a live page of resources that people have used in their projects that they've found useful! ＼(＾∀＾)メ(＾∀＾)ノ

---

##### **Proxmox Resources **💽**** 

<span style="color: rgb(0, 0, 0);">**TUTORIALS:**</span>

- [Cluster Manager - Proxmox Docs](https://pve.proxmox.com/wiki/Cluster_Manager#:~:text=You%20can%20either%20create%20a,unique%20name%20for%20your%20cluster)

<span style="color: rgb(0, 0, 0);">**TROUBLESHOOTING:**</span>

- [FQDN during Proxmox VE Installation](https://www.reddit.com/r/homelab/comments/19azx9v/custom_domain_or_homearpa_for_fqdn_during_proxmox/?rdt=46362)
- [Remove or reset cluster configuration](https://forum.proxmox.com/threads/remove-or-reset-cluster-configuration.114260/)
- [Can't migrate VM with local CD/DVD](https://forum.proxmox.com/threads/cant-migrate-vm-with-local-cd-dvd.123411/)

---

##### **Tailscale Resources **🔗****

<span style="color: rgb(0, 0, 0);">**TUTORIALS:**</span>

- [Subnet routers - Tailscale Docs](https://tailscale.com/kb/1019/subnets)

<span style="color: rgb(0, 0, 0);">**TROUBLESHOOTING:**</span>

- <span style="color: rgb(0, 0, 0);">TO BE ADDED (°ロ°) !</span>

---

##### **Docker Resources **🐋****  


<span style="color: rgb(0, 0, 0);">**TUTORIALS:**</span>

- [Docker Install Script](https://get.docker.com/)
- [Install Docker and Portainer - Youtube Tutorial](https://www.youtube.com/watch?v=wrlukx-QYRw)
- [Create a Docker Swarm - Docker Docs](https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/)

<span style="color: rgb(0, 0, 0);">**TROUBLESHOOTING:**</span>

- <span style="color: rgb(0, 0, 0);">TO BE ADDED (°ロ°) !</span>

---

*Last Updated: 2/22/2025  
Contributors: Lilian, Vivian*

# Glossary

<span class="callout info" style="display: block"> Terms will be added to this file with their definitions.</span>

- Working Directory
    
    
    - A working directory is a location in a file system where tasks or operations are carried out. In the context of programs, it refers to the directory in which a program reads from or writes files. In shells, it is the folder in which the shell operates.
- Shell
    
    
    - A program that interacts with the system on your behalf. It operates from a changeable working directory and provides a structure for executing more complex operations, such as piping and output redirection, between commands. It also operates as a full scripting language, allowing users to implement even more complex behavior.