Main public logs

From Freephile Wiki

Combined display of all available logs of Freephile Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:53, 29 June 2025 Admin talk contribs created page Nvidia on Ubuntu/commands (Created page with "<syntaxhighlight lang="bash">#!/bin/bash # some CLI commands used while installing / removing the NVIDIA driver version 570 on a Debian-based system. # most commands should be executed as root # RTFM # less /usr/share/doc/nvidia-driver-570/README.txt.gz # switch to root user sudo su - # echo "Disabling nouveau driver" # bash -c "echo 'blacklist nouveau' >> /etc/modprobe.d/disable-nouveau.conf" # bash -c "echo 'options nouveau modeset=0' >> /etc/modprobe.d/disable-nou...") Tag: Visual edit