Guide to setting up a new Ubuntu 22.04 dev environment with Ruby, Elixir and Node.js installed with the asdf version management tool, as well as Flutter and Rust along with PostgreSQL w/ PostGIS.
Some of these packages may already be installed
Guide to setting up a new Ubuntu 22.04 dev environment with Ruby, Elixir and Node.js installed with the asdf version management tool, as well as Flutter and Rust along with PostgreSQL w/ PostGIS.
Some of these packages may already be installed
Guide to setting up a new Ubuntu 20.04 dev environment with Ruby, Elixir and Node.js installed with the asdf version management tool along with PostgreSQL & PostGIS.
Some of these packages may already be installed
sudo apt-get install autoconf automake binutils build-essential curl \
dirmngr dnsutils fonts-liberation fonts-liberation2 fontconfig g++ gcc gdal-bin git \
If you haven't done so, first install Xcode Command Line Tools (xcode-select --install) and homebrew
Install required dependencies w/ homebrew
brew install \
git coreutils automake autoconf openssl \
libyaml readline libxslt libtool unixodbc \
Guide to setting up a new Ubuntu 18.04 dev environment with Ruby and Elixir installed with the asdf version management tool.
Some of these packages may already be installed
sudo apt-get install make binutils gcc build-essential \
git curl zlib1g-dev openssl libssl-dev libreadline-dev \
{ | |
"name" : "S2A_MSIL1C_20180121T141501_N0206_R053_T23VNH_20180121T160435", | |
"id" : "91b49eb5-735f-4043-aff1-bb67f6d51db7", | |
"path" : "products/2018/1/21/S2A_MSIL1C_20180121T141501_N0206_R053_T23VNH_20180121T160435", | |
"timestamp" : "2018-01-21T14:15:01.026Z", | |
"datatakeIdentifier" : "GS2A_20180121T141501_013492_N02.06", | |
"sciHubIngestion" : "2018-01-21T18:54:53.748Z", | |
"s3Ingestion" : "2018-01-21T19:04:58.796Z", | |
"tiles" : [ | |
{ |
{ | |
"name": "36RUU", | |
"utm_zone": "36", | |
"latitude_band": "R", | |
"grid_square": "UU", | |
"latitude": 30.2278496385, | |
"longitude": 31.4893138415, | |
"epsg": "32636" | |
} |
[ | |
{ | |
"mgrs_grid_name": "36RUU", | |
"utm_zone": 36, | |
"latitude_band": "R", | |
"grid_square": "UU", | |
"path": "tiles/36/R/UU/2018/1/7/0", | |
"date": "2018-01-07", | |
"timestamp": "2018-01-07T08:49:36.450Z", | |
"epsg": "32636", |
/*** | |
forever-service version 0.5.4 | |
Platform - Raspbian GNU/Linux 7 (wheezy) | |
update-rc.d: using dependency based boot sequencing | |
sensors provisioned successfully | |
Commands to interact with service sensors | |
Start - "sudo service sensors start" | |
Stop - "sudo service sensors stop" |
# | |
# systemd unit file for Debian | |
# | |
# Put this in /lib/systemd/system | |
# Run: | |
# - systemctl enable sidekiq | |
# - systemctl {start,stop,restart} sidekiq | |
# | |
# This file corresponds to a single Sidekiq process. Add multiple copies | |
# to run multiple processes (sidekiq-1, sidekiq-2, etc). |