Early set

From CSBLwiki

Revision as of 06:21, 5 August 2012 by Mbnmbn00 (Talk | contribs)
Jump to: navigation, search

<html> <style type="text/css">

.basic {

  font-family : helvetica;
  font-size : 12pt;

}

pre {

  font-size : 12pt;
  padding: 10pt;
  margin: 5pt 0;
  border: 2px solid #abcdef;
  background-color: #f9f9f9;
  font-family:sans-serif;
  line-height: 160%;

}

</style> </html>

Early setting after installing ubuntu

1. Assigning static IP address

Setting static IP address

# /etc/network/interfaces
iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1 auto eth0

Setting DNS server

# /etc/resolv.conf
nameserver 10.23.11.24
nameserver 10.23.12.24

Restart network

$ sudo /etc/init.d/networking restart
* Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
* Reconfiguring network interfaces...                                                                               [ OK ]

You may be finding the warning, but it's ok.

Done!
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox