Difference between revisions of "Fedora-setup-recommendation"

From Amahi Wiki
Jump to: navigation, search
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* '''NO LVM''': No need to use LVM (if you know what that is). That may help once we have support for it, however, for the time being, it complicate things some times (unless you know what you are doing).
 
* '''NO LVM''': No need to use LVM (if you know what that is). That may help once we have support for it, however, for the time being, it complicate things some times (unless you know what you are doing).
 
* '''One partition''': Use a single partition for the root directory and one for swap (or if you know how to make swap to a file after install, just one partition will do).
 
* '''One partition''': Use a single partition for the root directory and one for swap (or if you know how to make swap to a file after install, just one partition will do).
* '''Static IP''': Use a statically configured IP address: 192.168.1.10, typically.
+
* '''Static IP''': Use a statically configured IP address: 192.168.1.10 with 255.255.255.0 subnet mask, typically.  Remember to also jot down other network settings such as gateway and DNS server IP addresses before you start.
 
* '''SSH access''': For debug, we enable ssh only through our routers, and [[ssh-ports|open port 2222, forwarding it to port 22 in the HDA]]
 
* '''SSH access''': For debug, we enable ssh only through our routers, and [[ssh-ports|open port 2222, forwarding it to port 22 in the HDA]]
* '''Runlevel 3''': You may want to not start X windows all the time to make the machine faster. In that case, make sure inittab has a line like this <code>    id:3:initdefault:</code> i.e. with a 3 in it, '''not''' with a 5 in it. This makes the default runlevel to 3, which does not have X by default.
+
* '''Runlevel 3''': You may want to not start X windows all the time to make the machine faster. In that case, make sure /etc/inittab has a line like this <code>    id:3:initdefault:</code> i.e. with a 3 in it, '''not''' with a 5 in it. This makes the default runlevel to 3, which does not have X by default.

Revision as of 14:34, 16 December 2008

  • NO LVM: No need to use LVM (if you know what that is). That may help once we have support for it, however, for the time being, it complicate things some times (unless you know what you are doing).
  • One partition: Use a single partition for the root directory and one for swap (or if you know how to make swap to a file after install, just one partition will do).
  • Static IP: Use a statically configured IP address: 192.168.1.10 with 255.255.255.0 subnet mask, typically. Remember to also jot down other network settings such as gateway and DNS server IP addresses before you start.
  • SSH access: For debug, we enable ssh only through our routers, and open port 2222, forwarding it to port 22 in the HDA
  • Runlevel 3: You may want to not start X windows all the time to make the machine faster. In that case, make sure /etc/inittab has a line like this id:3:initdefault: i.e. with a 3 in it, not with a 5 in it. This makes the default runlevel to 3, which does not have X by default.