After installing and using apt-cacher-ng for a bit the signature was no longer good for jammy-backport on pop-os. Here is an example of the message from the apt update on pop-os: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.pop-os.org/ubuntu jammy-backports …
Category Archives: Uncategorized
Increasing virtual HD size in a proxmox VM
Within the proxmox webui select the vm the drive is attached to. Highlight the hard disk. Select Disk Action – Resize disk adjust by the amount you want to increase it by in GiB. Inside the console of the VM: sudo parted /dev/sdXresizeparttype in the partition number(it will ask if you want to continue with …
Continue reading “Increasing virtual HD size in a proxmox VM”
Droppy + Nginx
I wanted to make a few files remotely editable.Inside portainer under the stack sectionClick + Add Stack Click Deploy the Stack Go to what ever web hosting platform you are using and add the subdomain name that you are going to use. Assuming you already have Nginx installedNavigate to your Nginx page -> click on …
Folding@Home
Installing Folding@Home is fairly easy on linux. I used Pop!_OS:I followed the installation guide at [email protected] using the most recent version of Pop!_OS it wouldn’t allow me to install FAHControl due to Pop no longer supporting Python2.Luckily the fine people at Folding have done some porting to Python3.I was able to get it installed by …
GPU Pass Through
Managed to get GPU pass through working on my Dell R720 using a Nvidia tesla K80. Had to enable all virtualization options in the bios: VT-d, SR-IOV, also above 4G memory. As for a windows VM on proxmox installing with the UEFI bios option. Machine q35 added the pci device selecting all functions, ROM-Bar, and …
This is a test post
Got docker/portainer/nginx/wordpress all installed and running. Seems to work quite well.