mi-erasmusmc / hds-wiki

Health Data Science group wiki pages
https://mi-erasmusmc.github.io/hds-wiki
0 stars 0 forks source link

Res-Srv-Lin-01 notes #1

Open rekkasa opened 2 years ago

rekkasa commented 2 years ago
lhjohn commented 2 years ago

install samba

sudo apt install samba

open samba config

sudo nano /etc/samba/smb.conf

add the following snippet somewhere in the beginning

netbios name = res-srv-lin-01

add the following snippet in the end

[transfer] comment = Transfer folder browseable = yes path = /data/transfer read only = no guest ok = yes public = Yes writeable = Yes

restart samba

sudo /etc/init.d/smbd restart

create the folder to be shared

sudo mkdir /data/transfer

set permission

sudo chmod 0777 /data/transfer

lhjohn commented 2 years ago

change temporary folder location to /data/

sudo nano /etc/environment

add the line following line

TEMP="/data/tmp"

lhjohn commented 2 years ago

install cifs used for backup system

sudo apt update sudo apt-get install cifs-utils sudo apt install wget

Install chrome using Internet connection

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb

Started chrome for the first time and made it default browser

google-chrome

lhjohn commented 2 years ago

the R package sodium, which is popular in some OHDSI studies, requires the following cryptography package

sudo apt update sudo apt libsodium-dev

lhjohn commented 2 years ago

Install Intel oneAPI from https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.toy4lc

sudo sh ./l_BaseKit_p_2021.4.0.3422_offline.sh # replace with correct filename