Last modified by Alexandru Pentilescu on 2024/07/22 21:37

From version 4.1
edited by Alexandru Pentilescu
on 2022/11/13 22:06
Change comment: There is no comment for this version
To version 4.4
edited by Alexandru Pentilescu
on 2022/11/13 22:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,6 +8,11 @@
8 8  )))
9 9  )))
10 10  
11 +(% class="col-xs-12 col-sm-4" %)
12 +(((
13 +{{box title="**Contents**"}}{{toc /}}{{/box}}
14 +)))
15 +
11 11  (% class="row" %)
12 12  (((
13 13  (% class="col-xs-12 col-sm-8" %)
... ... @@ -40,6 +40,11 @@
40 40  Ultimately, the argument for or against using root access is mostly a philosophical one, rather than a technical one. There is no right or wrong answer to this question. Rather, each answer brings its own advantages and disadvantages to the table. What really matters is what you're more comfortable with using in the end.
41 41  Moreover, using a sudoers user rather than root is not inherently a guarantee for system safety either and should not be taken as a leeway for running suspicious executable files from the internet either, as privilege escalation bugs have existed in the Linux kernel since its own inception.
42 42  
48 += Setting up an SMTP server =
49 +This will be required for all the future things you will be doing on the server.
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 +
43 43  = Setting up automatic updates =
44 44  
45 45  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.
... ... @@ -108,8 +108,4 @@
108 108  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.
109 109  
110 110  
111 -(% class="col-xs-12 col-sm-4" %)
112 -(((
113 -{{box title="**Contents**"}}{{toc /}}{{/box}}
114 114  )))
115 -)))