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)