• Skip to primary navigation
  • Skip to content
  • Skip to footer
movement

      Sukang, Lee

      Repository

      • Somewhere
      • Email

      Rserver Install On Ubuntu18.04

      less than 1 minute read

      apt-get install r-base
      R --version
      
      apt-get install gdebi-core
      
      wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.2.5033-amd64.deb
      
      gdebi rstudio-server-1.2.5033-amd64.deb
      rstudio-server status
      

      Updated: February 5, 2020

      Twitter Facebook LinkedIn
      Previous Next

      You May Also Enjoy

      Window_server_schedule

      less than 1 minute read

      윈도우서버 schedule 기능 linux의 crontab처럼 주기적으로 실행해야하는 뭔가를 실행해보자

      Tableau_server_install

      3 minute read

      태블로 서버 설치 & 재설치시 TIP 태블로 완전삭제 아래 script를 tableau-server-obliterate.cmd 이름으로 저장 tableau-server-obliterate.cmd -a -y -y -y 명령어로 실행 ...

      Select_copy Dbrecord To Csv

      less than 1 minute read

      copy (select * from eku.mig_lfu_accesslog where accessday like '%-%') to '/tmp/abnormal.csv' with CSV;

      Sql Order By

      less than 1 minute read

      create table A( c1 data_type, c2 data_type, c3 data_type, c4 data_type, c5 data_type, c6 data_type ); 위 결과로 만들어지는 테이블이 있다 가정…

      • Feed
      © 2022 Sukang, Lee. Powered by Jekyll & Minimal Mistakes.