Proxmox                                                                            
***   Proxmox              
  Ver   Proxmox              
  1/31/24                                                                            
   
  Conv Chart 5 incredible things you can do with Proxmox Ayush Pande 5 Ways to Make Proxmox Better (New Install Changes)
  Lakes
  Fish 5 Build a container paradise Featuring a dedicated container for every possible home lab task Virtual Machines Pt. 2 (Proxmox install w/ Kali Linux) ( Network Chuck ) --->   check out Docker Containers 101
  JR's_Corner 4 Establish a NAS, personal cloud, and media server combo
  Fish_Finders 3 Make Home Automation easy Home Assistant for the win! 16:10 Datacenter > storage >  local-lvm > Remove
  Notes 2 Build a Hackintosh Despite sounding complex, it's quite easy to set up proxmox (node) > _shell
    1 Create a gaming server A real pain to configure, but it's worth all the effort # lvremove /dev/pve/data
    # lvresize -l +100%FREE /dev/pve/root
    A beginner's guide to setting up Proxmox # resize2fs /dev/mapper/pve-root
    Ayush Pande Downloads System Requirements Datacenter > Storage > local  --->   Edit Content: --->   via dropdown arrow, add "Disk image" to other 3 listed. Disk image
    8.3-1 Datacenter > Storage > local  --->   Edit Content: --->   via dropdown arrow, add "Container" to other 4 listed. ISO image
    Unlike VirtualBox and other Type-2 hypervisors, Proxmox leverages the Kernel Virtual Machine (KVM) module of Linux, 18:24 4 Upload ISO's Container template
    meaning you’ll need to install it directly on the host system, rather than download it on top of an existing OS local (proxmox) > ISO Images > Upload   (find you some ISO's that you want to try  ) VZDump backup file
    20:00 --->   Create VM Container  
    you can think of Proxmox as a Type-1 hypervisor wrapped in a neat Debian distro General OS System Hard Disk CPU Memory Network Confirm
    which provides better performance and a myriad of virtualization features than its Type-2 rivals. Storage:    X   Start after created
    Disk size (GiB): --->   Proxmox Update No Subscription Repository Configuration for Home Lab VirtualizationHowto Tech videos by Brandon Lee
    Proxmox also supports Linux Containers (LXC). Finish
    containers can be thought of as simplified, toned-down versions of virtual machines. --->   100 (voldemort)  >  _ Console --->   "Kali Graphical Install" screen Proxmox Update No Subscription Repository Configuration VirtualizationHowto.com
    Instead of replicating an entire OS,  101 (WinSer2019)      
    containers only include the bare minimum code and an OS environment to run a specific application.  102 (Ubuntu) edit --> /etc/apt/sources.list.d/pve-enterprise.list
    This makes them a lot faster, smaller, and more flexible than their VM counterparts. deb https://enterprise.proxmox.com/debian/pve  bookworm pve-enterprise comment out
    23:56 lxc containers deb http://download.proxmox.com/debian/pve  bookworm pve-no-subscription add this line
    Creating a bootable USB drive local (proxmox)  >  CT Templates " upload " your own, or just use "Templates"
    1 Download the portable version of Rufus from the official link. Rufus Upload Templates --> /etc/apt/sources.list.d/ceph.list
    2 Head to Proxmox’s website and download its latest ISO file. Proxmox deb https://enterprise.proxmox.com/debian/ceph-quincy  bookworm enterprise comment out
    3 deb http://download.proxmox.com/debian/ceph-quincy  bookworm no-subscription add this line
    4 26:35 laptop: want to close the lid, have the laptop stay up
    5 # apt-get update && apt-get upgrade -y
    proxmox (node) > _ Shell # vi /etc/systemd/logind.conf --->   HandleLidSwitch=ignore
    Changing the boot priority in the BIOS HandleLidSwitchDocked=ignore
    # systemctl restart systemd-logind.service
    Installing Proxmox
    # vi  /etc/default/grub GRUB_CMDLINE_LINUX="consoleblank=300" (screen goto sleep after 5 min's)
    # update-grub
    Launching the Proxmox web UI
   
    http://192.168.0.38:8006/ root
    b@00H
   
    Creating virtual machines in Proxmox
   
   
    Docker on Proxmox LXC https://www.youtube.com/watch?v=-ZSQdJ62r-Q
    https://www.simplehomelab.com/ultimate-docker-server-1-os-preparation/
    run all your containers in unpriviledged mode
   
    udms ultimate Docker media server
   
   
   
    Proxmox Basics: The Ultimate Beginner’s Guide (101)
   
    8:47 cloning Turn a clone into an image
    15:50 backups
   
    30:00:00 Creating Templates