Этот коммит содержится в:
Ihar Hancharenka 2025-02-23 00:54:19 +03:00
родитель c51290722a
Коммит 8e730e0d8e
10 изменённых файлов: 122 добавлений и 0 удалений

35
devops/virt/proxmox/inst/inst.txt Обычный файл
Просмотреть файл

@ -0,0 +1,35 @@
proxmox inst
https://www.youtube.com/watch?v=kezUFNiS8z0
https://www.youtube.com/watch?v=gQpk_ZXnCjQ
proxmox-tf
https://www.youtube.com/watch?v=ZGWn6xREdDE
https://github.com/JamesTurland/JimsGarage/tree/main/Terraform
https://github.com/JamesTurland/JimsGarage/blob/main/Terraform/test-cloudinit.tf
! some cloud-init
tf proxmox providers
https://github.com/Telmate/terraform-provider-proxmox
https://github.com/bpg/terraform-provider-proxmox
https://www.youtube.com/watch?v=dvyeoDBUtsU
devops ui
https://semaphoreui.com/
https://github.com/semaphoreui/semaphore
https://www.youtube.com/watch?v=tc3tqMIN89U
opentofu
https://www.youtube.com/watch?v=HeUz6TMg82U
https://www.youtube.com/watch?v=_-9LhcPgoaY
helper scripts
https://www.youtube.com/watch?v=P8V1Uw7E304
https://community-scripts.github.io/ProxmoxVE/
https://community-scripts.github.io/ProxmoxVE/scripts
https://github.com/community-scripts/ProxmoxVE/
https://github.com/community-scripts/ProxmoxVE/tree/main/vm
https://github.com/community-scripts/ProxmoxVE/blob/main/vm/ubuntu2410-vm.sh
https://github.com/community-scripts/ProxmoxVE/tree/main/misc
https://github.com/community-scripts/ProxmoxVE/blob/main/misc/post-pve-install.sh
!!!
https://github.com/community-scripts/ProxmoxVE/blob/main/misc/api.func
https://github.com/community-scripts/ProxmoxVE/blob/main/misc/code-server.sh
https://github.com/community-scripts/ProxmoxVE/blob/main/misc/update-repo.sh

68
devops/virt/proxmox/vms/nixos.txt Обычный файл
Просмотреть файл

@ -0,0 +1,68 @@
nixos-cloudinit
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/system/cloud-init.nix
https://discourse.nixos.org/t/a-cloudinit-image-for-use-in-proxmox/27519/14
https://gist.github.com/voidus/1230b200043b7f815e2513663d16353b
https://justinas.org/nixos-in-the-cloud-step-by-step-part-1
jayadeep km - nixos proxmox
https://www.youtube.com/playlist?list=PLloQ4skyGOpdW3_MsBjWsZ5S_MpVbJSqf
p1
https://www.youtube.com/watch?v=sYVScdeixGs
! 4:00 - https://github.com/community-scripts/ProxmoxVE/blob/main/misc/post-pve-install.sh
p2
https://www.youtube.com/watch?v=Kpw6UzocMUA
p3
https://www.youtube.com/watch?v=IHH1o3mPYNo
https://github.com/kmjayadeep/homelab-iac
https://github.com/kmjayadeep/homelab-iac/tree/main/cosmos/jupiter
https://github.com/kmjayadeep/homelab-iac/tree/main/nixos-images
https://github.com/kmjayadeep/homelab-iac/tree/main/nixos-images/nixos-base-image
https://github.com/kmjayadeep/homelab-iac/tree/main/nixos-images/coder
https://github.com/kmjayadeep/homelab-iac/blob/main/nixos-images/coder/configuration.nix
https://github.com/kmjayadeep/homelab-iac/tree/main/nixos-images/coder/modules
https://github.com/kmjayadeep/homelab-iac/tree/main/terraform-modules/proxmox-vm-qemu
!!!
savolla - nixos proxmox
https://www.youtube.com/playlist?list=PLrwzufn0Pq4ZRnMoet0roO6si6NsBDSA-
https://github.com/savolla?tab=repositories
https://savolla.github.io/cortex/#/page/videos
https://savolla.github.io/cortex/#/page/zero%20to%20hero%20cicd%20pipeline%20%7C%20part%201
https://www.canva.com/design/DAGRUMFFs3c/lNFwVoe4ymvXjbvVBlM0LQ/view
https://savolla.github.io/cortex/#/page/zero%20to%20hero%20cicd%20pipeline%20%7C%20part%202
!!!!! - need to carefully check each !!!!!
https://nix.dev/tutorials/nixos/deploying-nixos-using-terraform.html
!!!
https://github.com/JeremiahSecrist/terraform-proxmox-nix-deploy
https://fasterthanli.me/tags/nix
https://fasterthanli.me/series/building-a-rust-service-with-nix/part-1
...
https://fasterthanli.me/series/building-a-rust-service-with-nix/part-9
https://www.youtube.com/watch?v=Y2xCmbXZAgc
./create-infra.sh
cd cicd-pipeline/iac
iac ./create-infra.sh
Creating VMs
~/cicd-pipeline/iac/terraform ~/cicd-pipeline/iac
proxmox_vm_qemu.nixos["monitoring"]: Creating..
proxmox_vm_qemu.nixos["jenkins-master"]: Creating..
proxmox_vm_qemu.nixos["jenkins-agent"]: Creating..
proxmox_vm_qemu.nixos["sonarqube"]: Creating..
proxmox_vm_qemu.nixos["nexus"]: Creating..
proxmox_vm_qemu.nixos["monitoring"]: Modifying...
...
Waiting to newly created resources come alive 25 seconds
Installing and Starting services
~/cicd-pipeline/iac/nix ~/cicd-pipeline/iac
building Nix...
building the system configuration...
...
Launching All Service WebUIs In Web Browser
! 4:36 tf files for nixos
resource "proxmox_vm_qemu" "nixos" {
clone = "nixos-cloudinit"
os_type = "cloud-init"
...
ciuser = "savolla"
...
}

Просмотреть файл

@ -12,6 +12,9 @@ https://github.com/vatesfr
https://github.com/orgs/vatesfr/repositories
https://xcp-ng.org/blog/2024/11/26/making-rust-a-first-class-citizen-for-xen/
https://www.youtube.com/watch?v=n3MfiBKSjlA
inst
https://www.youtube.com/playlist?list=PLIcYNlsFgA0ipD-haEKjHuX6rW6drVjwR
https://www.youtube.com/watch?v=5uU73RQb15I
XO
https://xen-orchestra.com
@ -25,6 +28,9 @@ https://gitlab.desy.de/cloud-public/pulumi-xenorchestra
https://github.com/vatesfr/terraform-provider-xenorchestra
https://github.com/vatesfr/terraform-provider-xenorchestra/blob/master/docs/index.md
https://forums.lawrencesystems.com/t/how-to-build-xen-orchestra-from-sources-2024/19913
!!! SpaceRex 2025
https://www.youtube.com/watch?v=r9c5iX3RKpA
https://www.youtube.com/watch?v=fuS7tSOxcSo
tf-provider

Просмотреть файл

@ -2,3 +2,4 @@ https://www.youtube.com/user/DerBellato/videos
https://www.youtube.com/c/PanchoGuayasamin/videos
https://www.youtube.com/c/CabaretsworldTV/videos
https://www.youtube.com/channel/UCPlXfxiiiMQamWQMbhj9z6A/videos
https://www.youtube.com/@PanacheStarDancesport/playlists

1
nontech/funny/bear.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://www.youtube.com/watch?v=fqMMHAb_sr8

1
nontech/funny/beaver.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://www.youtube.com/shorts/cBWkvZLmarc

2
nontech/funny/hedgehog.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
unroll
https://www.youtube.com/shorts/tz2vZRlzpNE

4
nontech/funny/seapig.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
eat same grass
https://www.youtube.com/watch?v=pzYepqSPgLY
from tube
https://www.youtube.com/watch?v=FM9SemMfknA

Просмотреть файл

@ -16,12 +16,14 @@ nvtop
TODO:
set up explorer
proxmox:
https://www.youtube.com/watch?v=xD9Xyt2mdSI
https://www.youtube.com/watch?v=JWPiedjyvsw
https://www.youtube.com/watch?v=GoZaMgEgrHw
https://www.youtube.com/watch?v=kqZNFD0JNBc
https://www.youtube.com/watch?v=Kv6-_--y5CM # cloud-init
https://codingpackets.com/blog/proxmox-cloud-init-with-terraform-and-saltstack/
https://www.youtube.com/watch?v=v45lH43yU9s
turn notification off for kb-layout switch
investigate buffer usage at hypr, vim -> S-I mapping, wezterm - middle mouse (just pust does not work)
how to add trackers list to aria2

Просмотреть файл

@ -7,6 +7,8 @@ Farrier - Data Structures and Algorithms with the Cpp STL
E8AD69638E543E3B7891330CC5E61881
48EF5CA7AB8DC7936CD1713568FDACFB
856373D76ACC96849E460685D3019BDE
Kusswurm - Practical Cpp STL Programming
btih:002992B20E73057EEFB123E2014B5F8737FB3DC0
2023
Malhotra - Cpp Programming Fundamentals
4D9A4AE4EFEDABE01BE6E6C44BAD2DC1