Category Archives: Webmaster

Coding on remote server/cluster with Eclipse

You need sometimes to execute your scripts on a remote server or cluster because of its computational performance. And you ought to test or modify your codes before or after an execution. Eclipse is one of the must-have IDEs for you.

Why?

  • friendly GUI support,
  • multiple languages compiler plugins
  • cross-platform IDE
  • portable (on-the-fly running without root access for installation)
  • open source

How?

Image