Changes

Jump to: navigation, search

Debian Linux Post Install Steps

845 bytes added, 15:49, 13 March 2019
Install packages
hostnamectl set-hostname sky.mgk.ro
reboot
 
== Update the software ==
 
apt update && apt -y upgrade
reboot
=== Enable more repositories ===
 
cat <<EOT >/etc/apt/sources.list
deb http://deb.debian.org/debian/ stretch main contrib non-free
deb-src http://deb.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
deb http://deb.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free
EOT
=== Do not install recommended and suggested packages ===
APT::Install-Suggests "false";
EOT
 
== Update the software ==
 
apt update && apt -y upgrade
reboot
== User management ==
For development system you might want to install:
apt install rsync git build-essential linux-headers-amd64gccgo gccgo-go golang-go clang clang-format clang-tidy And if you have [[Install newer kernels in Debian stable|backports]]:  apt -t stretch-backports install clang-6.0 golang-go apt autoremove == Newer kernel == If it's a testing or development system, perhaps you might want a [[Install newer kernels in Debian stable|newer kernel]].

Navigation menu