SchoolOnffLine: Setup Hostname sekolah.sch.id: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Onnowpurbo (talk | contribs)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Set /etc/hostname==
==Set /etc/hostname==


  # echo sekolah.sch.id > /etc/hostname
  echo sekolah.sch.id > /etc/hostname
 


==Set /etc/hosts==
==Set /etc/hosts==


  # vi /etc/hosts
  vi /etc/hosts


isi dengan
isi dengan


  127.0.0.1     localhost
  127.0.0.1       localhost
  192.168.0.254 sekolah.sch.id sekolah
::1            localhost ip6-localhost ip6-loopback
 
  192.168.0.254   sekolah.sch.id sekolah www.sekolah.sch.id
# The following lines are desirable for IPv6 capable hosts
  fe00::0         ip6-localnet
::1    ip6-localhost ip6-loopback
  ff00::0         ip6-mcastprefix
  fe00::0 ip6-localnet
  ff02::1         ip6-allnodes
  ff00::0 ip6-mcastprefix
  ff02::2         ip6-allrouters
  ff02::1 ip6-allnodes
  ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
 


==Pranala Menarik==
==Pranala Menarik==


* [[SchoolOnffLine: Desktop Berbasis Ubuntu menggunakan Remastersys]]
* [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]]
* [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]]
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
Line 32: Line 28:
* [[SchoolOnffLine: Server Wikipedia for School]]
* [[SchoolOnffLine: Server Wikipedia for School]]
* [[Remastering Ubuntu]]
* [[Remastering Ubuntu]]
[[Category: Linux]]
[[Category: Distro Linux]]
[[Category: SchoolOnffLine]]

Latest revision as of 05:52, 14 August 2011

Set /etc/hostname

echo sekolah.sch.id > /etc/hostname

Set /etc/hosts

vi /etc/hosts

isi dengan

127.0.0.1       localhost
::1             localhost ip6-localhost ip6-loopback
192.168.0.254   sekolah.sch.id sekolah www.sekolah.sch.id
fe00::0         ip6-localnet
ff00::0         ip6-mcastprefix
ff02::1         ip6-allnodes
ff02::2         ip6-allrouters

Pranala Menarik