Skip to content

Instantly share code, notes, and snippets.

@mixalbl4-127
mixalbl4-127 / VNC_Server_On_Ubuntu_22.04LTS.md
Last active December 18, 2025 19:37 — forked from indyfromoz/VNC_Server_On_Ubuntu_22.04LTS.md
VNC+xfce4 setup on Ubuntu server 22.04 LTS

Setup

Install xfce4

sudo apt update
sudo apt install xfce4 xfce4-goodies

Install TigerVNC -

@anujonthemove
anujonthemove / cuda-cudnn-export-paths.txt
Last active December 11, 2025 09:57
Export paths for CUDA and cuDNN.
export CUDA_HOME=/usr/local/cuda
export PATH=/usr/local/cuda/bin:$PATH
export CPATH=/usr/local/cuda/include:$CPATH
export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH