Debian Server for R Computing
  • Tutorial: Debian Server for R Computing
  • Before the Installation
  • Install Debian
    • Install Debian Operation System
    • Configure the APT Package Manager
    • Optional: Use LVM for Partition
    • Optional: Install Graphical User Desktop Environment
  • Softwares Installation and Other Configuration
    • R
    • OpenSSH
    • Rstudio Server
    • MariaDB
  • Backup Your Server
    • Rsync
    • Setting Rsync Daemon
    • Create Scheduled Tasks to Sync
  • Other Configuration
    • Port Mapping
    • Nginx and Shiny Server
Powered by GitBook
On this page

Was this helpful?

Softwares Installation and Other Configuration

PreviousOptional: Install Graphical User Desktop EnvironmentNextR

Last updated 5 years ago

Was this helpful?

Before starting any simulations or programming, you need to install some software:

  • : Vi IMproved is a clone of vi editor for Unix.

  • : An open source, multi-platfrom language and environment for statistical computing and graphics.

  • : Premier connectivity tool for remote login with the SSH protocol.

  • : Productive user interface for R. Also free, open-source, and cross-paltform.

  • : A popular database servers. Made by the original developers of MySQL.

While any package would have been tested thoroughly before included in a Debian stable release, the latest version of R and other packages won't be included in the repository. Hence, you need to add some additional repositories manually.

Now, we need an useful text editor. Let's download the poweful Vim.

Vim

$ sudo apt-get update
$ sudo apt-get install vim
Vim
R
openssh
Rstudio Server
MariaDB