From 40eb4e45d48337dfcd748540fe25c5eb684e911d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 9 Sep 2020 17:51:04 +0300 Subject: Install docs --- docs/docs/System-Configuration.html | 77 +++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 docs/docs/System-Configuration.html (limited to 'docs/docs/System-Configuration.html') diff --git a/docs/docs/System-Configuration.html b/docs/docs/System-Configuration.html new file mode 100644 index 0000000..1b8d78b --- /dev/null +++ b/docs/docs/System-Configuration.html @@ -0,0 +1,77 @@ + + + + + + +System Configuration (Carbs Linux User Manual) + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: Installation  

+
+
+

1.3 System Configuration

+ +

After you have finished installing some extra packages, you can configure your +system to your liking. +

+

1.3.1 Configuring hostname (recommended)

+ +

You might want to add a hostname, especially in a networked environment. Your +hostname will default to ’carbslinux’ unless you set this. +

+
+
$ echo your-hostname > /etc/hostname
+
+ +

1.3.2 Setting up hosts file (optional)

+ +

You can edit your /etc/hosts file, which is the static lookup table for host +names. By default, there are two entries for localhost which are OKAY. You can +replace the ’localhost’ part of these entries to your hostname. +

+
+
127.0.0.1  localhost.localdomain localhost
+::1        localhost.localdomain localhost ip6-localhost
+
+ + + + + + -- cgit v1.2.3