about summary refs log tree commit diff stats
path: root/core/configure.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-14 04:58:25 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-14 06:07:32 +0000
commit4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24 (patch)
tree618a392022a78dd0cc7d4f7094d2051daa90e717 /core/configure.html
parent6847d67bb8e98db3e00489b223cd694a3e9f0733 (diff)
downloaddoc-4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24.tar.gz
initial host and fqd rebranding
Diffstat (limited to 'core/configure.html')
-rw-r--r--core/configure.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/configure.html b/core/configure.html
index c200851..c814091 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -45,24 +45,24 @@
 
         <h2 id="hostname">1.2.1. Set hostname and hosts</h2>
 
-        <p>Give it a name, this example we will call it c9;</p>
+        <p>Give it a name, this example we will call it machine;</p>
 
         <pre>
-        # hostname c9
+        # hostname machine
         </pre>
 
         <p>Edit /etc/hosts to contain your hostname and FQDN,
-        this example uses c9.core and hive.gnu.systems sub-domain from
+        this example uses machine.example and machine.example.org sub-domain from
         <a href="http://freedns.afraid.org">afraid.org</a> pointing
         to 10.0.0.1 ip;</p>
 
         <pre>
         # IPv4
         127.0.0.1	localhost.localdomain localhost
-        127.0.0.1       c9.core c9
+        127.0.0.1       machine.example machine
 
         #&lt;ip-address&gt;	&lt;hostname.domain.org&gt;	&lt;aliases&gt;
-        10.0.0.1                hive.gnu.systems
+        10.0.0.1                machine.example.org
 
         # IPv6
         #::1		ip6-localhost	ip6-loopback
@@ -79,9 +79,9 @@
 
         <pre>
         $ hostname
-        c9
+        machine
         $ hostname -f
-        c9.core
+        machine.example
         </pre>
 
         <h2 id="time">1.2.2. Set timezone</h2>
@@ -263,7 +263,7 @@
         FONT=default
         KEYMAP=dvorak
         TIMEZONE="Europe/Lisbon"
-        HOSTNAME=c9
+        HOSTNAME=machine
         SYSLOG=sysklogd
         SERVICES=(lo iptables wlan crond)
 
5b5c60300b3755754'>6b10c94 ^
f421e1d ^




































37f1313 ^





f421e1d ^






37f1313 ^


f421e1d ^






c9434e4 ^
f421e1d ^

c9434e4 ^





f421e1d ^
c9434e4 ^
f421e1d ^























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236