Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Upgrading from Debian 8 to 9

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
User avatar
dasein
Posts: 7680
Joined: 2011-03-04 01:06
Location: Terra Incantationum

Re: Upgrading from Debian 8 to 9

#16 Post by dasein »

+1 to everything RU55EL said.

One very effective way to shorten total install time is to automate system configuration steps. Install whatever you're going to install via CLI and then save those commands to text file via the history command. Something like this (as root):

Code: Select all

history |grep apt > foo.sh
where foo.sh is the name of the output file.

Post Reply