-
How to install NodeJS from sources in a specific directory
First of all, you need to update repositories, and make sure you have all the needed packages ready and installed: sudo apt-get update sudo apt-get install build-essential openssl libssl-dev pkg-config Then, you can…
-
AWS – Update massively metadata using boto (python) on multiple S3 objects
A simple script that allows you to update massively Content-Type for files on an S3 bucket. This script is able to: Browse recursively a bucket Perform action only on files matching specific prefix…