git submodule update --init --recursive
git submodule update --recursive
git submodule update --recursive --remote
KeeCloud on Keepass2 to sync with Dropbox using Ubuntu
Installation and configuration of Keecloud a Keepass2 plugin that can open and synchronize a file from Dropbox.
[Read More]Download files using scp
scp -P 2222 gabriele@ipaddress:/home/gabriele/*.tar.gz /home/zap/nexcloud-backup/*
Nextcloud using docker backup and update
Backup and update a Nexctcloud personal cloud server using docker
Backup and update an instance of Nextcloud installed via docker compose.
[Read More]Nextcloud using docker on ovh vps
Installing Nexctcloud personal cloud server using docker on a virtual private server hosted by OVH
Nextcloud is a private cloud service platform. I plan to use it for personal and family usage, just to move some of my personal data away from third parties.
[Read More]Nomacs simple image editor
Nomacs is a very lite image editor that features basic image editing and manipulation.
Using Ansible to setup my machine
With an ansible script setup all the software for my dev workstation
The deployment of the software will be made with ansible-pull, without a remote machine. This is a little different from the classic client server deployment used with ansible and is, in a way, simpler.
[Read More]Install nodejs using nvm
Installation of node on ubuntu using node version manager
Node Version Manager is Simple bash script to manage multiple active node.js versions.
[Read More]Magento and Docker Compose on OVH Vps
Installing and configuring docker compose on Debian Stretch running on a VPS
Compose defines and runs multi-container Docker applications.
Using a single yaml file it is possible to run multiple docker containers for complex applications. For example one contaner for the web app, one for the database and one for redis, all with a single command.
[Read More]Manage Docker with Portainer
Portainer is a platform that really simplify management of docker environments
Portainer runs as a light (4Mb) container on Docker.
[Read More]