Install unattended updates on Ubuntu

Update the system and install packages apt-get update && apt-get install unattended-upgrades Configure unattended upgrades dpkg-reconfigure -plow unattended-upgrades Replacing config file /etc/apt/apt.conf.d/20auto-upgrades with new version Configuration Unattended-Upgrade::Allowed-Origins { “${distro_id}:${distro_codename}”; “${distro_id}:${distro_codename}-security”;

Weiterlesen

Install Smokeping

Smokeping is a network latency grapher. apt-get update && apt-get install smokeping vi /etc/smokeping/config.d/pathnames #sendmail = /usr/sbin/sendmail imgcache = /var/cache/smokeping/images imgurl   = ../smokeping/images datadir  = /var/lib/smokeping piddir  = /var/run/smokeping smokemail

Weiterlesen

Install CUDA 8

Minimum requirement: driver version 367 (for Kepler-, Maxwell- and newer GPUs). Download installer for Ubuntu https://developer.nvidia.com/cuda-downloads Install the packages dpkg -i cuda-repo-ubuntu1604-8-0-local_8.0.44-1_amd64.deb apt-get update Holen:1 file:/var/cuda-repo-8-0-local  InRelease Ign:1 file:/var/cuda-repo-8-0-local  InRelease

Weiterlesen