57 lines
1.4 KiB
Markdown
57 lines
1.4 KiB
Markdown
---
|
|
hostname: proxmox.internal
|
|
ipadress: 10.1.2.51
|
|
tags:
|
|
- Linux
|
|
---
|
|
Docker Containers are Hosted in [[LXC Containers]]
|
|
|
|
# Naming convention
|
|
- VM Volumes:
|
|
- Container Volumes:
|
|
- VM's: OS-"Version"-(Main/Test/"Purpose")-Usecase
|
|
- Container's: "Container Type"-OS-"Version"-Usecase
|
|
|
|
# Storage Setup
|
|
- small SSD: system Installation
|
|
- large SSD: system Storage, VM Boot disks, ISO Images, CT Templates, Game Storage (2x 500GB: new Games/ VR Games)
|
|
- iscsi/SMB/NFS Storage: Large VM Storage (Games)
|
|
- Backup Sever: Backup Storage
|
|
|
|
|
|
|
|
# Custom SMBIOS
|
|
|
|
| UUID | 07f30f64-7d9f-40e4-9693-5d179f915ce4 |
|
|
| ------------ | ------------------------------------ |
|
|
| Manifacturer | ASUSTeK COMPUTER INC. |
|
|
| Product | Pro WS X570-ACE |
|
|
| Version | Rev X.0x |
|
|
| Serial | 210687124100192 |
|
|
| SKU | Default string |
|
|
| Family | B550 |
|
|
| | |
|
|
# VM
|
|
```dataview
|
|
|
|
table guestname, ipadress
|
|
from "01 - Wiki/ITSetup/VM"
|
|
where host = "Proxmox"
|
|
|
|
```
|
|
|
|
|
|
# Containers
|
|
```dataview
|
|
|
|
table guestname, ipadress
|
|
from "01 - Wiki/ITSetup/Docker"
|
|
where host = "Proxmox"
|
|
|
|
```
|
|
# Custom Commands
|
|
## Powersaving
|
|
powertop
|
|
|
|
|
|
echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor |