Changes for page Configuring a VPS machine from scratch
Last modified by Alexandru Pentilescu on 2024/07/22 21:37
From version 4.3
edited by Alexandru Pentilescu
on 2022/11/13 22:09
on 2022/11/13 22:09
Change comment:
There is no comment for this version
To version 5.1
edited by Alexandru Pentilescu
on 2022/11/13 22:14
on 2022/11/13 22:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -48,6 +48,8 @@ 48 48 = Setting up an SMTP server = 49 49 This will be required for all the future things you will be doing on the server. 50 50 51 +Moreover, this is not an easy task and will be a little time consuming. Please consult the documentation [[here>>https://wiki.pentilescu.com/bin/view/Guides/How%20to%20setup%20a%20postfix%20SMTP%20server/]] 52 + 51 51 = Setting up automatic updates = 52 52 53 53 System updates are a necessity for modern day operating systems and on linux, especially, there's a constant need to run such updates regurarly to avoid the risk of running vulnerable software that can be exploited by rogue malware. ... ... @@ -115,5 +115,8 @@ 115 115 116 116 This instructs the package to reboot the whole system, automatically, whenever an update requires it, the next time the system clock reaches this specific configured time. I set mine to reboot the system, whenever an update requires it, at 2AM. You may change the time to whichever fits your needs. 117 117 120 += Installing docker = 118 118 122 +Docker is almost an irreplaceable piece of software that will be critical to your whole infrastructure. Docker needs to be installed on the system properly. In order to do so, please follow the guide [[here>>https://docs.docker.com/engine/install/ubuntu/]] 123 + 119 119 )))