diff --git a/devops/virt/proxmox/inst/inst.txt b/devops/virt/proxmox/inst/inst.txt new file mode 100644 index 000000000..713a5297f --- /dev/null +++ b/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 diff --git a/devops/virt/proxmox/vms/nixos.txt b/devops/virt/proxmox/vms/nixos.txt new file mode 100644 index 000000000..f0943933a --- /dev/null +++ b/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" + ... + } diff --git a/devops/virt/xen/xcp-ng/xcp-ng.txt b/devops/virt/xen/xcp-ng/xcp-ng.txt index 5999e13db..a53d4a479 100644 --- a/devops/virt/xen/xcp-ng/xcp-ng.txt +++ b/devops/virt/xen/xcp-ng/xcp-ng.txt @@ -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 diff --git a/nontech/dance/channels.txt b/nontech/dance/channels.txt index e270b3e92..8b1aaa8f4 100644 --- a/nontech/dance/channels.txt +++ b/nontech/dance/channels.txt @@ -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 diff --git a/nontech/funny/bear.txt b/nontech/funny/bear.txt new file mode 100644 index 000000000..6ce61f910 --- /dev/null +++ b/nontech/funny/bear.txt @@ -0,0 +1 @@ +https://www.youtube.com/watch?v=fqMMHAb_sr8 diff --git a/nontech/funny/beaver.txt b/nontech/funny/beaver.txt new file mode 100644 index 000000000..427eb41b2 --- /dev/null +++ b/nontech/funny/beaver.txt @@ -0,0 +1 @@ +https://www.youtube.com/shorts/cBWkvZLmarc diff --git a/nontech/funny/hedgehog.txt b/nontech/funny/hedgehog.txt new file mode 100644 index 000000000..9d5cd28da --- /dev/null +++ b/nontech/funny/hedgehog.txt @@ -0,0 +1,2 @@ +unroll +https://www.youtube.com/shorts/tz2vZRlzpNE diff --git a/nontech/funny/seapig.txt b/nontech/funny/seapig.txt new file mode 100644 index 000000000..e6edfe049 --- /dev/null +++ b/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 diff --git a/pages/pages.txt b/pages/pages.txt index 33c5a1a48..a17352956 100644 --- a/pages/pages.txt +++ b/pages/pages.txt @@ -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 diff --git a/pl/cpp/docs/books/books.txt b/pl/cpp/docs/books/books.txt index 5fa95e15b..e5b331a51 100644 --- a/pl/cpp/docs/books/books.txt +++ b/pl/cpp/docs/books/books.txt @@ -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