Advertisement
Guest User

alecv79

a guest
Aug 11th, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. alessandro@Alex666:~$ cat /etc/modules
  2. # /etc/modules: kernel modules to load at boot time.
  3. #
  4. # This file contains the names of kernel modules that should be loaded
  5. # at boot time, one per line. Lines beginning with "#" are ignored.
  6.  
  7. loop
  8. lp
  9. b43
  10. 8139too
  11.  
  12. alessandro@Alex666:~$ cat /etc/network/interfaces
  13. # This file describes the network interfaces available on your system
  14. # and how to activate them. For more information, see interfaces(5).
  15.  
  16. # The loopback network interface
  17. auto lo
  18. iface lo inet loopback
  19.  
  20. # The primary network interface
  21. auto eth0
  22. iface eth0 inet dhcp
  23. alessandro@Alex666:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement