Showing posts with label shell. Show all posts
Showing posts with label shell. Show all posts

Monday, August 9, 2021

check threads or core in Linux

 HW details on Linux (kernel):

echo "Threads/core: $(nproc --all)"            


lscpu | grep CPU


Add disk image to Windows OS on Proxmox

  1) Enter into the Proxmox console 2) Select the VM -> Hardware -> Add -> Hard Disk: 3) Configure the new disk image: 1. Select th...