Simple instructions about installing a MongoDB and ElasticSearch on Amazon’s Ubuntu 16.04. MongoDB If you have already installed Mongo database with data you can ignore this step: First we need to add the mongo-org repository list: echo «deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse» > /etc/apt/sources.list.d/mongodb-org-3.4.list We need to install the mongo database server and […]
Метка: curl
Отправка сообщений через API VK
Краткая инструкция по мотивам статьи на Хабре.
Как принудительно обновить закешированную картинку в README.md на GitHub
curl -X PURGE <url_закешированной_картинки>