Search
AND
OR
Front page
|
Reload
Coastal and Oceanic Research Group at Kobe University
Navigation
Top
Members
Contact and Access
Message
Projects
Publications
Funding
Awards
Gallery
Linux
Matlab
ROMS
Seminars
Classes
COFTEC
Internal
(authenticated)
recent(5)
2025-05-05
Gallery
Seminars
2025-05-04
Publications
2025-04-28
gallery_2025.3.25
FrontPage
since Feb 2012.
edit
Total:0/Today:0
Linux/Applications
Start:
#br
*Applications [#zca7b079]
#br
**Adobe Flash player [#zc6fa045]
-download the latest flashplayer 64 bit version from adob...
-extract the downloaded file (libflashplayer.so is genera...
$ mv libflashplayer.so /home/yusuke/.flashplayer
$ ln -s /home/yusuke/.flashplayer/libflashplayer.so /hom...
2012年新しいインストール方法
- adobe.comからLinux 64bit版のFlashプラグイン(rpm版)をD...
$ cd ~/Downloads
$ su
Password:
$ rpm -i flash-plugin-11.2.202.228-release.x86_64.rpm
**Intel Fortran Compiler (version 12.0 update 3) [#x77417...
-download the latest Intel fortran composer at http://sof...
-serial number needed for the installation is sent from i...
-untar the tar file
-make yourself root to install
$ su
$ sh ./install.sh
- If gcc++ is missing, the installer complains. Install i...
- after installation, edit .cshrc appropriately. The foll...
if (`uname -m` == x86_64) then
set IFC_ROOT = /opt/intel/fc11.3.174
else
set IFC_ROOT = /opt/intel/fc111
endif
#setenv KMP_DUPLICATE_LIB_OK TRUE
setenv PATH $IFC_ROOT/bin:$PATH
setenv LD_LIBRARY_PATH $IFC_ROOT/lib
setenv MANPATH $IFC_ROOT/man:$MANPATH
#
source $IFC_ROOT/bin/compilervars.csh intel64
setenv INCLUDE $IFC_ROOT/mkl/include:$INCLUDE
setenv LD_LIBRARY_PATH $IFC_ROOT/mkl/lib/intel64:$LD_LIB...
**Skype [#x309a7d8]
-Skype is still a 32-bit application, so you must include...
urpmi.addmedia tmp_Main_32_release ftp://ftp.proxad.fr/m...
urpmi.addmedia tmp_Main_32_updates ftp://ftp.proxad.fr/m...
urpmi.addmedia tmp_MIB_Basic_64 http://mib.pianetalinux....
- then install Skype
urpmi skype --allow-suggest --auto --force
- finally, clean up the mounted repositories.
urpmi.removemedia tmp_Main_32_release
urpmi.removemedia tmp_Main_32_updates
urpmi.removemedia tmp_MIB_Basic_64
**ptetex3 (Latex with Japanese fonts) [#ue4d7bac]
-Go to the ptetex3 official website at
http://tutimura.ath.cx/~nob/tex/ptetex.html
http://tutimura.ath.cx/ptetex/?FrontPage
and download the latest ptetex3 (ptetex3-20090610.tar.gz ...
-Extract tarball(s) such that: tar xzvf ptetex3-20090610....
-Duplicate my_option.sample to my_option: cp -p my_option...
-Since "getline" conflicts with the one in stdio.h, make ...
vi /usr/include/stdio.h
and comment out the following lines temporarily:
/*
extern _IO_ssize_t getline (char **__restrict __lineptr,
size_t *__restrict __n,
FILE *__restrict __stream) __wur;
*/
then make yourself back to your username, and submit the ...
$ su
$ make install
During "make", it may complain that
warning: FT_OpenType_Validate is disabled.
Replace FreeType2 with "otvalid" enabled version.
while you could ignore it because this is for text layout...
-Revert back stdio.h file to its original shape.
-Edit your .cshrc file such that
# ptetex3 (Japanese) setting
setenv PATH /usr/local/teTeX/bin:$PATH
alias platex "platex -kanji=utf8"
alias ptex "platex -kanji=utf8"
alias ptexsjis "platex -kanji=sjis"
alias ptexeuc "platex -kanji=euc"
-Enjoy ptetex3 by using "platex" or "ptex". Ghostscript ...
-DVI ==> PDF conversion is done with "dvipdfmx". xdiv wo...
**NX Client (NoMachine version) [#j2a1aede]
-Go to http://www.nomachine.com/
--Go to "Download" section, then get x86_64 Linux RPM ver...
-Make yourself "root" in the directory where you have the...
$ su
$ rpm -i nxclient-3.5.0-5.x86_64.rpm
-Execute nxclient
--In connection wizard, use localhost and port = 8888 if ...
**mencoder [#g0572121]
-Mencoder may complain that libjpeg.so.62 is missing.
-If you encounter this issue, in Konsole (or any terminal...
$ su
$ cd /usr/lib64
$ ln -s libjpeg.so.8.0.1 libjpeg.so.62
Then mencoder should work.
End:
#br
*Applications [#zca7b079]
#br
**Adobe Flash player [#zc6fa045]
-download the latest flashplayer 64 bit version from adob...
-extract the downloaded file (libflashplayer.so is genera...
$ mv libflashplayer.so /home/yusuke/.flashplayer
$ ln -s /home/yusuke/.flashplayer/libflashplayer.so /hom...
2012年新しいインストール方法
- adobe.comからLinux 64bit版のFlashプラグイン(rpm版)をD...
$ cd ~/Downloads
$ su
Password:
$ rpm -i flash-plugin-11.2.202.228-release.x86_64.rpm
**Intel Fortran Compiler (version 12.0 update 3) [#x77417...
-download the latest Intel fortran composer at http://sof...
-serial number needed for the installation is sent from i...
-untar the tar file
-make yourself root to install
$ su
$ sh ./install.sh
- If gcc++ is missing, the installer complains. Install i...
- after installation, edit .cshrc appropriately. The foll...
if (`uname -m` == x86_64) then
set IFC_ROOT = /opt/intel/fc11.3.174
else
set IFC_ROOT = /opt/intel/fc111
endif
#setenv KMP_DUPLICATE_LIB_OK TRUE
setenv PATH $IFC_ROOT/bin:$PATH
setenv LD_LIBRARY_PATH $IFC_ROOT/lib
setenv MANPATH $IFC_ROOT/man:$MANPATH
#
source $IFC_ROOT/bin/compilervars.csh intel64
setenv INCLUDE $IFC_ROOT/mkl/include:$INCLUDE
setenv LD_LIBRARY_PATH $IFC_ROOT/mkl/lib/intel64:$LD_LIB...
**Skype [#x309a7d8]
-Skype is still a 32-bit application, so you must include...
urpmi.addmedia tmp_Main_32_release ftp://ftp.proxad.fr/m...
urpmi.addmedia tmp_Main_32_updates ftp://ftp.proxad.fr/m...
urpmi.addmedia tmp_MIB_Basic_64 http://mib.pianetalinux....
- then install Skype
urpmi skype --allow-suggest --auto --force
- finally, clean up the mounted repositories.
urpmi.removemedia tmp_Main_32_release
urpmi.removemedia tmp_Main_32_updates
urpmi.removemedia tmp_MIB_Basic_64
**ptetex3 (Latex with Japanese fonts) [#ue4d7bac]
-Go to the ptetex3 official website at
http://tutimura.ath.cx/~nob/tex/ptetex.html
http://tutimura.ath.cx/ptetex/?FrontPage
and download the latest ptetex3 (ptetex3-20090610.tar.gz ...
-Extract tarball(s) such that: tar xzvf ptetex3-20090610....
-Duplicate my_option.sample to my_option: cp -p my_option...
-Since "getline" conflicts with the one in stdio.h, make ...
vi /usr/include/stdio.h
and comment out the following lines temporarily:
/*
extern _IO_ssize_t getline (char **__restrict __lineptr,
size_t *__restrict __n,
FILE *__restrict __stream) __wur;
*/
then make yourself back to your username, and submit the ...
$ su
$ make install
During "make", it may complain that
warning: FT_OpenType_Validate is disabled.
Replace FreeType2 with "otvalid" enabled version.
while you could ignore it because this is for text layout...
-Revert back stdio.h file to its original shape.
-Edit your .cshrc file such that
# ptetex3 (Japanese) setting
setenv PATH /usr/local/teTeX/bin:$PATH
alias platex "platex -kanji=utf8"
alias ptex "platex -kanji=utf8"
alias ptexsjis "platex -kanji=sjis"
alias ptexeuc "platex -kanji=euc"
-Enjoy ptetex3 by using "platex" or "ptex". Ghostscript ...
-DVI ==> PDF conversion is done with "dvipdfmx". xdiv wo...
**NX Client (NoMachine version) [#j2a1aede]
-Go to http://www.nomachine.com/
--Go to "Download" section, then get x86_64 Linux RPM ver...
-Make yourself "root" in the directory where you have the...
$ su
$ rpm -i nxclient-3.5.0-5.x86_64.rpm
-Execute nxclient
--In connection wizard, use localhost and port = 8888 if ...
**mencoder [#g0572121]
-Mencoder may complain that libjpeg.so.62 is missing.
-If you encounter this issue, in Konsole (or any terminal...
$ su
$ cd /usr/lib64
$ ln -s libjpeg.so.8.0.1 libjpeg.so.62
Then mencoder should work.
Page: