Chico2 desktop machine configuration: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
m (add table)
m (indent file content)
Line 20: Line 20:
* removed the package network-manager-gnome.
* removed the package network-manager-gnome.
* manually configured the internet connection (/etc/network/interfaces):
* manually configured the internet connection (/etc/network/interfaces):
auto lo
  auto lo
iface lo inet loopback
  iface lo inet loopback
 
 
auto eth1
  auto eth1
iface eth1 inet static
  iface eth1 inet static
address 10.10.1.52
  address 10.10.1.52
netmask 255.255.255.0
  netmask 255.255.255.0
network 10.10.1.0
  network 10.10.1.0
broadcast 10.10.1.255
  broadcast 10.10.1.255
gateway 10.10.1.254
  gateway 10.10.1.254

Revision as of 18:36, 23 April 2009

Ubuntu 8.04

Hard disk partitioning
size mountpoint filesystem
498GB / ext3
2GB swap


machine name: chico2 user name: vislab

operations performed after the standard installation

  • system update
  • enabled nvidia drivers
  • removed the package network-manager-gnome.
  • manually configured the internet connection (/etc/network/interfaces):
  auto lo
  iface lo inet loopback
  
  auto eth1
  iface eth1 inet static
  address 10.10.1.52
  netmask 255.255.255.0
  network 10.10.1.0
  broadcast 10.10.1.255
  gateway 10.10.1.254