Changes

Jump to: navigation, search

Debian Linux Post Install Steps

178 bytes added, 17:42, 1 September 2018
no edit summary
apt update && apt -y upgrade
reboot
 
== Do not install recommended and suggested packages ==
 
cat >/etc/apt/apt.conf.d/50norecommends <<EOT
APT::Install-Recommends "false";
APT::Install-Suggests "false";
EOT
== Create a user ==

Navigation menu