Differences between revisions 4 and 11 (spanning 7 versions)
Revision 4 as of 2010-08-25 14:56:45
Size: 435
Comment:
Revision 11 as of 2010-08-25 20:41:44
Size: 1195
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
==== DNS server at porta ====

The configuration files are /etc/exports, /etc/hosts.allow and /etc/hosts.deny. Add nord as 192.168.11.4.

----
Line 13: Line 18:
 *Make loacal directory
 *Install portmap;
 {{{
 $sudo apt-get install portmap nfs-common
 }}}

 *Make loacal directory: /cvs/cds/kami
 {{{
 mkdir /cvs
 cd /cvs
 mkdir cds
 cd cds
 mkdir kami
 }}}

 *Add
 {{{
 porta:/cvs/cds/kami /cvs/cds/kami nfs defaults 0 0
 }}}
 on /etc/fstab

 *reboot to make it sure that the fstab works

----
==== Install tcsh ====
Line 15: Line 44:
mkdir /cvs
cd /cvs
mkdir cds
cd cds
mkdir kami
sudo apt-get install tcsh
Line 21: Line 46:
 *Add
 *Change default shell in

  System->Administration->Users and Groups->Advanced Setting button->Advanced tab

 to "/usr/bin/tcsh"

----
==== libXm.so.3 ====
Install libmotif-dev by Synaptic

==== How to install 32bit library on 64bit OS such as libXpm.so.4 ====

Install getlibs

[[http://ubuntuforums.org/showthread.php?t=474790]]
Line 23: Line 64:
porta:/cvs/cds/kami /cvs/cds/kami nfs defaults 0 0 getlibs -l libXpm.so.4
Line 25: Line 66:
on /etc/fstab

Installation note for Nord

OS:Ubuntu 10.04 64bit server edition (Installation is proceeded in text base.)

Selected software:

  • OPENSSH
  • Printer server
  • Samba server
  • Virtual Machine server


DNS server at porta

The configuration files are /etc/exports, /etc/hosts.allow and /etc/hosts.deny. Add nord as 192.168.11.4.


NFS client

  • Install portmap;
     $sudo apt-get install portmap nfs-common
  • Make loacal directory: /cvs/cds/kami
     mkdir /cvs
     cd /cvs
     mkdir cds
     cd cds
     mkdir kami
  • Add
     porta:/cvs/cds/kami     /cvs/cds/kami           nfs     defaults        0 0
    on /etc/fstab
  • reboot to make it sure that the fstab works


Install tcsh

sudo apt-get install tcsh
  • Change default shell in
    • System->Administration->Users and Groups->Advanced Setting button->Advanced tab

    to "/usr/bin/tcsh"


libXm.so.3

Install libmotif-dev by Synaptic

How to install 32bit library on 64bit OS such as libXpm.so.4

Install getlibs

http://ubuntuforums.org/showthread.php?t=474790

getlibs -l libXpm.so.4

CLIO/Technicals/Computer/InstallationNotesNord (last edited 2010-08-25 20:41:44 by OsamuMiyakawa)