Tag: ubuntu
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...
Ubuntu (and more?)
Missing close, maximize, minimize buttons? On right side: On left side:
Ubuntu and zfs
zsysctl show zsysctl state remove rpool/USERDATA/root_b59r4f@autozsys_vbqrly zsysctl state remove –system rpool/ROOT/ubuntu_3r65wz@autozsys_zi8elu zsysctl state remove –user username rpool/USERDATA/username_b59r4f@autozsys_x3699x Hope I got things the right way. Got a message stating that there isn’t enough...
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...
Turning off automatic upgrades
I’m using other tools for checking and upgrading so… $ sudoedit /etc/apt/apt.conf.d/20auto-upgrades From... APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "1"; ...to... APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "0"; ...or... APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; APT::Periodic::Unattended-Upgrade "0";