This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Linux specific
Martin Kankaanranta edited this page Sep 26, 2022
·
5 revisions
Listing here some notes about linux specific use. All of these are tested on Ubuntu desktop/server version 20.04.x
Make sure timezone setting is set right if you use linux without desktop like Ubuntu Server (I do).
Check current:
timedatectl
List available ones:
timedatectl list-timezones
Take in use:
sudo timedatectl set-timezone Europe/Helsinki
-
Europe/Helsinki
replace with your actual timezone.
after this.. check current again to verify change.
This lists steps to install ftp server for Ubuntu desktop to store images for processing.
Install:
sudo apt update
sudo apt install vsftpd
sudo systemctl status vsftpd
Confgure: refer to https://linuxize.com/post/how-to-setup-ftp-server-with-vsftpd-on-ubuntu-20-04/
After configurations:
sudo systemctl restart vsftpd
sudo systemctl status vsftpd
Install:
sudo snap refresh
sudo snap install docker