From 9e3e53c75bed6c62858f79140ce1168712c33298 Mon Sep 17 00:00:00 2001 From: jebba Date: Wed, 22 Dec 2021 12:51:37 -0700 Subject: [PATCH] passwurd, update --- README-install.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README-install.md b/README-install.md index 05015df..45aa407 100644 --- a/README-install.md +++ b/README-install.md @@ -300,9 +300,43 @@ uname -a dmesg -T ``` -# Update +# Update Server +First, set new passwords for user `debian` and then `root` on the server, +using sudo as root... Looks something like this: + +``` +debian@mychestserver:~$ sudo passwd debian +New password: +Retype new password: +passwd: password updated successfully +debian@mychestserver:~$ sudo passwd +New password: +Retype new password: +passwd: password updated successfully +``` + +Now, update to latest Debian packages. + +``` +sudo apt update +sudo apt upgrade +sudo apt clean +``` + +Reboot server to newly updated system. + +``` +reboot +``` + # Install +Log back into rebooted system, should be less +than a minute: + +``` +debian@workstation:~$ ssh mychestserver +``` # Configure @@ -330,3 +364,8 @@ Potentially include items such as: * Locking down system overall. +* Set locale. + +* Set timezone. + +* Disable IPv6.