昆仑山:眼中无形心中有穴之穴人合一

夫君子之行,静以修身,俭以养德;非澹泊无以明志,非宁静无以致远。夫学须静也,才须学也;非学无以广才,非志无以成学。怠慢则不能励精,险躁则不能冶性。年与时驰,意与岁去,遂成枯落,多不接世。悲守穷庐,将复何及!

 

centos7部署R+Rstudio

yum install epel-release -y
 yum update -y
yum install R -y


 R+q()退出

 wget https://download2.rstudio.org/rstudio-server-rhel-1.1.453-x86_64.rpm
 yum install rstudio-server-rhel-1.1.453-x86_64.rpm

systemctl status rstudio-server



添加登录用户


[root@china ~]# useradd ruser
[root@china ~]# passwd ruser
Changing password for user ruser.
New password:
BAD PASSWORD: The password is a palindrome
Retype new password:
passwd: all authentication tokens updated successfully.


ip:8787(8787为Rstiudio端口)


posted on 2023-05-07 20:24  Indian_Mysore  阅读(59)  评论(0)    收藏  举报

导航