How To: Refer to the Documentation
Legend (๑˃ᴗ˂)ﻭ
|
[ ] |
This is a placeholder that represents a field that should be replaced with specific information.
Examples:
|
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 💽
TUTORIALS:
TROUBLESHOOTING:
- FQDN during Proxmox VE Installation
- Remove or reset cluster configuration
- Can't migrate VM with local CD/DVD
Tailscale Resources 🔗
TUTORIALS:
TROUBLESHOOTING:
- TO BE ADDED (°ロ°) !
Docker Resources 🐋
TUTORIALS:
- Docker Install Script
- Install Docker and Portainer - Youtube Tutorial
- Create a Docker Swarm - Docker Docs
TROUBLESHOOTING:
- TO BE ADDED (°ロ°) !
Last Updated: 2/22/2025
Contributors: Lilian, Vivian
Glossary
Terms will be added to this file with their definitions.
-
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.