1
0
Fork 1

passwurd, update

main
jebba 2021-12-22 12:51:37 -07:00
parent 0efb875926
commit 9e3e53c75b
1 changed files with 40 additions and 1 deletions

View File

@ -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.