install debian
Add user to sudo
sudo usermod -aG sudo bpopp
install extra stuff
sudo apt-get install aptitude binutils
Add non free
sudo apt-add-repository contrib sudo apt-add-repository non-free sudo aptitude update
Install nvidia driver for GTX 700 (manually)
Download the suggested driver (319.32) Install prerequs <pre>apt -y install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config
Disable nouveau
nano /etc/modprobe.d/blacklist-nouveau.conf
And then
blacklist nouveau options nouveau modeset=0
Finally
update-initramfs -u
Restart