1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23# Table of contents
* [Tutorial: Debian Server for R Computing](README.md)
* [Before the Installation](doc/before_install.md)
* [Install Debian](doc/install_debian.md)
* [Install Debian Operation System](doc/install_os.md)
* [Configure the APT Package Manager](doc/install_apt.md)
* [Optional: Use LVM for Partition](doc/install_lvm.md)
* [Optional: Install Graphical User Desktop Environment](doc/install_desktop-env.md)
* [Softwares Installation and Other Configuration](doc/software.md)
* [R](doc/software_r.md)
* [OpenSSH](doc/software_openssh.md)
* [Rstudio Server](doc/software_rstudio.md)
* [MariaDB](doc/software_mariadb.md)
* [Backup Your Server](doc/backup.md)
* [Rsync](doc/backup_rsync.md)
* [Setting Rsync Daemon](doc/backup_rsync-daemon.md)
* [Create Scheduled Tasks to Sync](doc/backup_scheduled-task.md)
* [Other Configuration](doc/other.md)
* [Port Mapping](doc/other_portmapping.md)
* [Nginx and Shiny Server](doc/other_nginx.md)