From 4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Thu, 14 Feb 2019 04:58:25 +0000 Subject: initial host and fqd rebranding --- core/configure.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'core/configure.html') 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 @@

1.2.1. Set hostname and hosts

-

Give it a name, this example we will call it c9;

+

Give it a name, this example we will call it machine;

-        # hostname c9
+        # hostname machine
         

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 afraid.org pointing to 10.0.0.1 ip;

         # IPv4
         127.0.0.1	localhost.localdomain localhost
-        127.0.0.1       c9.core c9
+        127.0.0.1       machine.example machine
 
         #<ip-address>	<hostname.domain.org>	<aliases>
-        10.0.0.1                hive.gnu.systems
+        10.0.0.1                machine.example.org
 
         # IPv6
         #::1		ip6-localhost	ip6-loopback
@@ -79,9 +79,9 @@
 
         
         $ hostname
-        c9
+        machine
         $ hostname -f
-        c9.core
+        machine.example
         

1.2.2. Set timezone

@@ -263,7 +263,7 @@ FONT=default KEYMAP=dvorak TIMEZONE="Europe/Lisbon" - HOSTNAME=c9 + HOSTNAME=machine SYSLOG=sysklogd SERVICES=(lo iptables wlan crond) -- cgit 1.4.1-2-gfad0