diff options
Diffstat (limited to 'core/configure.html')
-rw-r--r-- | core/configure.html | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/core/configure.html b/core/configure.html index 66ed69c..d025de8 100644 --- a/core/configure.html +++ b/core/configure.html @@ -52,19 +52,17 @@ </pre> <p>Edit /etc/hosts to contain your hostname and FQDN, - this example also uses core.privat-server.net. If you wish get a - subdomain from - <a href="http://freedns.afraid.org">afraid.org</a> - pointing to your public ip, example of static 192.168.1.9 ip - with core.privat-server.net pointing to c9 host;</p> + this example uses c9.core and c9.root.cx 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.localdomain c9 + 127.0.0.1 c9.core c9 #<ip-address> <hostname.domain.org> <aliases> - 192.168.1.9 core.privat-network.net c9.core + 10.0.0.1 c9.root.cx # IPv6 #::1 ip6-localhost ip6-loopback @@ -77,6 +75,15 @@ # End of file </pre> + <p>Checkup;</p> + + <pre> + $ hostname + c9 + $ hostname -f + c9.core + </pre> + <h2 id="time">1.2.2. Set timezone</h2> <p>Setup timezone;</p> |