Category: Hardware
Installing pfSense
Had problem installing pfSense 2.7.x from a usb device (memstick); waiting for cam usbus0 Had to find an older version (2.6.0, iso) to install, 2.6.0->2.7.0->2.7.2.
Running Ubuntu/Mint with pci passthrough
For the nvidia card to output something from the virtual machine I had to, of course install the proper drivers but before that I had to enable secure boot, or at least...
CUDA – Compute Unified Device Architecture
sudo apt remove –autoremove nvidia-* Remove any cuda related from /etc/apt/sources.list.d/ sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update sudo apt install nvidia-driver-525-server sudo apt -y install nvidia-utils-525-server sudo apt -y install nvidia-settings sudo...
CUDA – Compute Unified Device Architecture
Installation https://linuxconfig.org/how-to-install-cuda-on-ubuntu-20-04-focal-fossa-linux Not entirely for 22.04LTS but with some minor modifications… However, there seems to be some issues with this way of installing nvidia/cuda. I ended up with apt stating that the...
zfs, raidz-N…
http://genetics.wustl.edu/technology/replacing-a-bad-zfs-drive-with-larger-drive/ After that, follow the steps below. To find the guid for the disks use… Now, there are some information out there stating that you need to enable GPT on the disk....
Unifi – dhcp snooping
Rather annoying setting; some but not all my vm:s stopped receiving dhcp offers, apparently at random. My spontaneous guess is that this is somewhat buggy. Network -> Settings -> Networks
Boot raspberrypi 4 from usb/network
sudo apt updatesudo apt full-upgradesudo rpi-update sudo rpi-eeprom-update -d -a sudo reboot sudo raspi-config