編集不可のページ History 添付ファイル

 

ページ名: "HowToRunApplication"の差分
4と6のリビジョン間の差分 (その間の編集: 2回)
2019-08-26 04:34:20時点のリビジョン4
サイズ: 2735
編集者: hitachi28
コメント:
2019-08-26 07:41:11時点のリビジョン6
サイズ: 3358
編集者: hitachi28
コメント:
削除された箇所はこのように表示されます。 追加された箇所はこのように表示されます。
行 4: 行 4:
GUIアプリケーションを使用する場合は,利用端末にてX環境が必要です. GUIアプリケーションを使用する場合は,利用端末にてX環境が必要です.<<BR>>
行 7: 行 7:
 * Windowsの場合:   * Windowsの場合:
行 20: 行 20:
$ emacs & $ emacs ファイル名 &
行 27: 行 27:
Pythonの使用方法は [[https://docs.python.org/2.7/|docs.python.org]] を参照してください. Pythonの使用方法は [[https://docs.python.org/2.7/|python 2.7]] を参照してください.
行 30: 行 30:
Ruby の使用方法は [[https://docs.ruby-lang.org/ja/2.0.0/doc/index.html|docs.ruby-lang.org]] を参照してください. Ruby の使用方法は [[https://docs.ruby-lang.org/ja/2.0.0/doc/index.html|ruby 2.0.0]] を参照してください.
行 33: 行 33:
=== PATH設定 ===
以下のコマンドを実行します.
{{{
$ export JAVA_HOME=/usr/java/jdk1.8.0_212
$ export PATH=$PATH:$JAVA_HOME/bin
}}}
=== 実行方法 ===
以下のコマンドを実行します.
{{{
$ java クラス名
}}}
行 34: 行 45:
== MATLAB 2018b == == MATLAB ==
行 56: 行 67:
=== 起動方法 ===
以下のコマンドを実行します.
{{{
$ tex <=★
}}}
行 93: 行 109:

== Gimp ==

== Ghostscript ==

== LibreOffice ==

行 104: 行 112:
$ soffice [options] [documents...] $ dia <=★
}}}

== Gimp ==
=== 起動方法 ===
以下のコマンドを実行します.
{{{
$ gimp <=★
}}}

== Ghostscript ==
=== 起動方法 ===
以下のコマンドを実行します.
{{{
$ ghostscript <=★
}}}

== LibreOffice ==
=== 起動方法 ===
以下のコマンドを実行します.
{{{
$ soffice [options] [documents...] <=★
行 120: 行 149:
行 122: 行 150:
Clang の使用方法は [[https://clang.llvm.org/|clang.llvm.org]] を参照してください. Clang の使用方法は [[https://clang.llvm.org/|clang]] を参照してください.

アプリケーションの実行

窓口サーバにて以下アプリケーションを利用可能です.

GUIアプリケーションを使用する場合は,利用端末にてX環境が必要です.
X転送を有効にして窓口サーバにSSHログインして下さい.

  • Windowsの場合:
    • XmingやCygwin/X等を起動.
    • TeraTermやputtyの設定でX転送を有効にし、xdevにログイン.

  • Linuxの場合
    • デスクトップ環境を起動.
    • コマンド ssh -Y xdev を実行.

Emacs

起動方法

以下のコマンドを実行します.

$ emacs ファイル名 &

Perl

Perlの使用方法は perl 5.16.3 を参照してください.

Python

Pythonの使用方法は python 2.7 を参照してください.

Ruby

Ruby の使用方法は ruby 2.0.0 を参照してください.

JDK

PATH設定

以下のコマンドを実行します.

$ export JAVA_HOME=/usr/java/jdk1.8.0_212
$ export PATH=$PATH:$JAVA_HOME/bin

実行方法

以下のコマンドを実行します.

$ java クラス名

MATLAB

起動方法

以下のコマンドを実行します.

$ matlab

Google Chrome

起動方法

以下のコマンドを実行します.

$ google-chrome

Mozilla Firefox

起動方法

以下のコマンドを実行します.

$ firefox

ASCII Tex

起動方法

以下のコマンドを実行します.

$ tex <=★

dvipdfmx

変換方法

PDFへ変換するDVIファイル名を引数に指定し、以下のコマンドを実行します.

$ dvipdfmx ファイル名

Evince

表示方法

表示するPDFファイル名を引数に指定し、以下のコマンドを実行します.

$ evince ファイル名

gnuplot

起動方法

以下のコマンドを実行します.

$ gnuplot

tgif

起動方法

以下のコマンドを実行します.

$ tgif

inkscape

起動方法

以下のコマンドを実行します.

$ inkscape

dia

起動方法

以下のコマンドを実行します.

$ dia <=★

Gimp

起動方法

以下のコマンドを実行します.

$ gimp <=★

Ghostscript

起動方法

以下のコマンドを実行します.

$ ghostscript <=★

LibreOffice

起動方法

以下のコマンドを実行します.

$ soffice [options] [documents...] <=★

ImageMagick

個別処理

例) JPEG画像からPNG画像へ変換する場合,以下のコマンドを実行します.

$ convert sample.jpg sample.png

一括処理

例) 複数の画像をJPEG画像からPNG画像へ変換する場合,以下のコマンドを実行します.

$ mogrify -format png *.jpg

Clang c++ LLVM

Clang の使用方法は clang を参照してください.