Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2010-08-25 10:31:22
Size: 169
Comment:
Revision 9 as of 2010-08-25 20:40:09
Size: 1380
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
* OS:Ubuntu 10.04 64bit server edition
* Selected software:
OS:Ubuntu 10.04 64bit server edition (Installation is proceeded in text base.)

Selected software:
Line 9: Line 10:

----
==== 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

==== libXpm.so.4等のの32ビット版ライブラリをubuntuに入れる方法 ====

getlibsをインストール

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

{{{
getlibs -l libXpm.so.4
}}}

 *libxt-dev
 *libmotif-dev
 *x11proto-print-dev
 *libxmu-headers
 *libxp-dev
 *libreadline-dev
 *libxmu-dev
 *g++
 も入れました。<<BR>>

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

libXpm.so.4等のの32ビット版ライブラリをubuntuに入れる方法

getlibsをインストール

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

getlibs -l libXpm.so.4
  • libxt-dev
  • libmotif-dev
  • x11proto-print-dev
  • libxmu-headers
  • libxp-dev
  • libreadline-dev
  • libxmu-dev
  • g++

    も入れました。

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