Linux/2-Config: Difference between revisions

From Wiki
(Die Seite wurde neu angelegt: „== config files == * /boot/grub/menu.lst * /etc/apache2/*.conf * /etc/dhcp3/dhcpd.conf * /etc/network/interfaces <pre> auto eth0 iface eth0 inet static address…“)
 
No edit summary
Line 1: Line 1:
== config files ==
== config files ==
* /boot/grub/menu.lst
* /boot/grub/menu.lst
* /etc/apt/sources.list
* /etc/apache2/*.conf
* /etc/apache2/*.conf
* /etc/dhcp3/dhcpd.conf
* /etc/dhcp3/dhcpd.conf

Revision as of 12:35, 17 November 2012

config files

  • /boot/grub/menu.lst
  • /etc/apt/sources.list
  • /etc/apache2/*.conf
  • /etc/dhcp3/dhcpd.conf
  • /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
  • /etc/rcX.d [Runlevel scripts K=Kill S=Start]
  • /etc/ssh/sshd_config
  • /etc/samba/smb.conf


  • /etc/fstab
  • /etc/hostname
  • /etc/hosts
  • /etc/inittab
  • /etc/resolv.conf