sudo chown -R $USER:$USER /home/mato/storage
https://www.duckdns.org/install.jsp#linux-cron
sudo chown -R $USER:$USER /home/mato/storage
https://www.duckdns.org/install.jsp#linux-cron
# Install R | |
sudo apt update | |
sudo apt install gdebi libxml2-dev libssl-dev libcurl4-openssl-dev libopenblas-dev r-base r-base-dev | |
# Install RStudio | |
cd ~/Downloads | |
wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.5019-amd64.deb | |
sudo gdebi rstudio-1.2.5019-amd64.deb | |
printf '\nexport QT_STYLE_OVERRIDE=gtk\n' | sudo tee -a ~/.profile |
#!/bin/sh | |
# installation of additional software for Ubuntu 18.* # | |
# tested on Ubuntu Budgie 18.04 # | |
# TODO: functions for checking network, previous install, working install | |
# check if a network connection is available # | |
ping -c 1 8.8.8.8 | |
if [ $? != 0 ] | |
then |
Workflow de darktable que es un fork de Jim McCormick. Es muy útil para aquellos que recién arrancan con la edición de fotos raw en Linux.