Restructured

This commit is contained in:
2024-06-13 15:21:56 -04:00
parent c110577820
commit 47996087db
342 changed files with 29765 additions and 29809 deletions
+39
View File
@@ -0,0 +1,39 @@
# NamingConvention
## Physical
### Hostnames
HacDC-shared-m335-1
- HacDC - Identifies machine as HacDC or HacDC member property on the
local network.
- shared - One of private, restricted, shared. Private = one member only
(eg. RasPi). Restricted = limited access (eg. HacDC web server).
Shared = shared resources (ie. remote shells).
- m335 - Abbreviated member name or screen name. Full contact details
should be written on the physical machine.
- 1 - Unique identifier.
### FQDNs
HacDC-shared-m335-1.hacdc.org
## Virtual
### Hostnames
mirage335-1
- mirage335 - Local username.
- 1 - Unique machine identifier.
### FQDNs
m335-1.HacDC-shared-m335-1.hacdc.org
# Timezone
EST/EDT aka US Eastern, America/NewYork, or "Eastern"
[Category:ServerStandards](Category:ServerStandards "wikilink")