Simply record the scripts to setup CentOS 8.
Putty Settings:
- Install Font
Noto Mono for Powerline
: https://github.com/powerline/fonts/tree/master/NotoMono - Change the font of PuTTy to
Noto Mono for Powerline
. - (optional) Modify the resolution in Hyper-V VM:
sudo grubby --update-kernel=ALL --args="video=hyperv_fb:2560x1440"
A. Setup zsh / SSH-keys
1 | # install zsh/oh-my-zsh |
B. Install JupyterLab / JupyterHub
1 | sudo yum install npm -y |
Remaining setting refer to Reverse Proxy for JupyterHub and Rstudio Server
C. Install R / RStudio Server
1 | wget https://download2.rstudio.org/server/fedora28/x86_64/rstudio-server-rhel-1.2.5033-x86_64.rpm |
D. Installation of Docker
1 | sudo dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo |
http://chingchuan-chen.github.io/posts/201909/2019-09-28-installation-in-centos-8.html