... | ... | @@ -5,6 +5,7 @@ For a long time now, there have been rumours about SysAdmins, creatures who work |
|
|
|
|
|
Here you will find an attempt for slow, ongoing documentation of some essential SysAdmin tasks written by feminists. Some of us have long experience in this kind of work, while others are new to this. Together, we enjoy exploring SysAdmin work, collectively educating ourselves and making efforts to maintain our feminist infrastructures: Systerserver and Anarchaserver.
|
|
|
|
|
|
|
|
|
## REBOOT
|
|
|
As a Sysadmin, one of the frequent activities is to reboot a server.
|
|
|
> -That looks cool, but hey, I have a dull question! **Why do we need to reboot the server?** When do we know that this is something we have to do?<br>-A server reboot could be essential because of regular maintenance activity such as software and operating system (OS) updates for security reasons.<br>-Do we have to do these updates/upgrades manually or are they automated processes?<br>-There are Automatic Security Updates. Administrators receive an email when this happens, so we know when to perform the reboot/shutdown. Would you like to be added to this list, so you also receive these emails?<br>-Yes, let's do that!
|
... | ... | @@ -61,5 +62,11 @@ systemctl reboot |
|
|
```
|
|
|
We didn't find a flag to add specific time of the reboot execution, so we opted for the `shutdown` command to make sure that we have time to finish any pending tasks we run and to exit the server.
|
|
|
|
|
|
|
|
|
## UPDATE SSL CERTIFICATES
|
|
|
... |
|
|
\ No newline at end of file |
|
|
...
|
|
|
|
|
|
## UPDATE SOFTWARE
|
|
|
...
|
|
|
|
|
|
## SERVER BACKUP |
|
|
\ No newline at end of file |