Wireguard VPN setup
Installing Wireguard sudo apt install wireguard Configuring Wireguard (Server) We’ll need to configure the VPN server for clients to connect to. Generate public and private keys wg genkey | sud...
Installing Wireguard sudo apt install wireguard Configuring Wireguard (Server) We’ll need to configure the VPN server for clients to connect to. Generate public and private keys wg genkey | sud...
A compilation of the notes/resources I used to virtualize the Intel iGPU and share it with multiple virtual machines. These notes work at the time of writing. I’d recommend checking the references ...
Setting up the VM in Proxmox Add the GPU to your VM in Proxmox. Add > PCI Device and select the GPU from the drop down. You’ll want to edit the cpu flags for your VM. SSH into your Proxmox nod...
Sometimes you aren’t able to access your SMB share until you’ve rebooted your PC. If you don’t want to reboot, you can try the below: Open Run (Win + R) Search for services.msc Restart the ...
Stopping the Docker Service/Containers To stop the Docker service on Ubuntu 22.04: systemctl stop docker To stop containers: docker stop <container name> To stop all containers: docker stop...
I recently picked up a seedbox to help build ratio on private trackers since my upload speed isn’t great. I figured I’d document the process in case it comes in handy for others or myself in the fu...