User Tools

Site Tools


secure_ubuntu_system:decisions_to_make

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
secure_ubuntu_system:decisions_to_make [2020/05/26 13:28] petersecure_ubuntu_system:decisions_to_make [2022/07/19 09:37] (current) – [Decide on settings for the Administrator] 85.203.36.237
Line 18: Line 18:
  
 <WRAP important> <WRAP important>
-**IMPORTANT**:  Do not use the user-name **admin** for the Administrator Username as it is a reserved name on Ubuntu.+**IMPORTANT**:  Do not use the username **admin** for the Administrator Username as it is a reserved name on Ubuntu.
 </WRAP> </WRAP>
  
Line 164: Line 164:
 </WRAP> </WRAP>
  
- 
-<WRAP todo> 
-**TODO:** Update for Swap files instead of Swap paritions. 
-</WRAP> 
  
  
Line 173: Line 169:
  
 ^ Volume              ^ FileSystem  ^ Volume Size                       ^ Comments                                                                                                                                                                                           ^ ^ Volume              ^ FileSystem  ^ Volume Size                       ^ Comments                                                                                                                                                                                           ^
-| /dev/vg01/swap      | swap        | <color red>4 GB</color>    | **swap volume** – Initially set to 4GB. This should remain static in size, however, if the amount of RAM is adjusted, this should be adjusted as well.  See note below on recommended swap space.  | 
 | /dev/vg01/root      | /           | <color red>2 GB</color>    | **root volume** - Operating system and everything else which should remain fairly static.                                                                                                          | | /dev/vg01/root      | /           | <color red>2 GB</color>    | **root volume** - Operating system and everything else which should remain fairly static.                                                                                                          |
 | /dev/vg01/usr       | /usr        | <color red>2 GB</color>    | **usr volume** - Contains by far the largest share of data in the system.                                                                                                                          | | /dev/vg01/usr       | /usr        | <color red>2 GB</color>    | **usr volume** - Contains by far the largest share of data in the system.                                                                                                                          |
Line 184: Line 179:
 | /dev/vg01/sharewiz  | /sharewiz   | <color red>0.5 GB</color>  | **sharewiz volume** - This will contain scripts used to administer the system, and should remain fairly static.                                                                                    | | /dev/vg01/sharewiz  | /sharewiz   | <color red>0.5 GB</color>  | **sharewiz volume** - This will contain scripts used to administer the system, and should remain fairly static.                                                                                    |
  
-<WRAP tip>+ 
 +<WRAP info> 
 +**NOTE:**  Swap partitions are no longer used by default.  Instead Swap files are used. 
 + 
 +However if using a system that still uses Swap Partitions then also include an allocation for this too as such: 
 + 
 +^ Volume              ^ FileSystem  ^ Volume Size                       ^ Comments                                                                                                                                                                                           ^ 
 +| /dev/vg01/swap      | swap        | <color red>4 GB</color>    | **swap volume** – Initially set to 4GB. This should remain static in size, however, if the amount of RAM is adjusted, this should be adjusted as well.  See note below on recommended swap space. 
 + 
 +</WRAP> 
 + 
 + 
 + 
 +<WRAP info>
 **NOTE**:  Even though the above sizes will fill most of a 20GB hard drive, it it __recommended__ to still use the same sizes even if you have a far bigger drive.  The system will be set to auto grow the necessary partitions as required. **NOTE**:  Even though the above sizes will fill most of a 20GB hard drive, it it __recommended__ to still use the same sizes even if you have a far bigger drive.  The system will be set to auto grow the necessary partitions as required.
  
-The exception to this is for the **/var** partition, which could be made much bigger if you know for instance that a large database will be installed into it.+The exception to this is for the **/var** partition, which could be made much bigger from the start if you know for instance that a large database will be installed into it.
  
 If you do increase the size of the **/var** partition then remember to also increase the size of the **/backup** partition accordingly. If you do increase the size of the **/var** partition then remember to also increase the size of the **/backup** partition accordingly.
Line 197: Line 205:
 ===== Recommended Swap Space ===== ===== Recommended Swap Space =====
  
-<WRAP todo+<WRAP info
-**TODO:** Update for Swap files instead of Swap paritions.+**NOTE:**  Swap partitions are no longer used by default. Instead Swap files are used. 
 + 
 +However if using a system that still uses Swap Partitions then consider the following recommendations. 
 </WRAP> </WRAP>
  
Line 246: Line 257:
 The **/tmp** folder is strictly temporary.  By default, each time the server reboots, this folder is deleted and re-created. The **/tmp** folder is strictly temporary.  By default, each time the server reboots, this folder is deleted and re-created.
  
-The **/backup** folder will retain the most recent backup and is considered the "local" copy of the backup.+The **/backup** folder will retain the most recent backup and is considered the "local" copy of the backup. 
  
 ---- ----
secure_ubuntu_system/decisions_to_make.1590499723.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki