Skip to content

Instantly share code, notes, and snippets.

View Cencyte's full-sized avatar
💭
Breaking the core

D Cencyte

💭
Breaking the core
View GitHub Profile
@pantor
pantor / nvidia-driver-realtime.sh
Last active October 9, 2025 11:01
Installing NVIDIA drivers on a realtime Linux (PREEMPT-RT)
# Tested on Ubuntu 16.04 and X11, 2019
# 1. Download NVIDIA driver as a .run file
# 2. Stop X-Server
sudo service lightdm stop
# 3. Blacklist Nouveau driver
sudo nano /etc/modprobe.d/blacklist-nouveau.conf
@hiulit
hiulit / install-virtualbox-guest-additions-linux.md
Last active July 18, 2024 08:48
Install VirtualBox Guest Additions on Linux
  1. In VirtualBox, choose Insert Guest Additions CD image... from the Devices menu.
  2. Next, you'll need to install the Guest Additions in a Terminal window.
    sudo sh /media/cdrom[n]/VBoxLinuxGuestAdditions.run
  3. Reboot.
  4. After rebooting, open a new Terminal and use the following command.
    lxrandr