9月 282017
 

为CentOS 7服务器安装GNOME图形桌面

# yum groupinstall "GNOME Desktop"
# systemctl set-default graphical.target
# init 6

安装RealVNC远程桌面服务器端,启动并注册系统服务

# yum -y install VNC-Server-6.2.0-Linux-x64.rpm
# vnclicense -add X4FS7-483JZ-C8HVQ-DJE9J-HG4DA
# systemctl start vncserver-x11-serviced.service
# systemctl enable vncserver-x11-serviced.service

使用EPEL源安装R version 3.4.1

# yum install -y R-\*

下载并安装Microsoft R Open 3.4.1

# wget -c https://mran.revolutionanalytics.com/install/mro/3.4.1/microsoft-r-open-3.4.1.tar.gz
# tar xzf microsoft-r-open-3.4.1.tar.gz
# cd microsoft-r-open/
# ./install.sh
 

下载并安装RStudio Desktop(Open Source License)

# wget -c https://download1.rstudio.org/rstudio-1.0.153-x86_64.rpm
# yum install -y rstudio-1.0.153-x86_64.rpm

在GNOME桌面下运行RStudio客户端

 

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据