PHP inside Docker Environment
September 26, 2023

PHP inside Docker Environment

Development docker php

A way to get Daily PostgreSQL Backups from Docker Swarm
May 15, 2021

PostgreSQL Backups

How to make backups from PostgreSQL running in Docker Swarm?

Development backup postgresql database

How to install Go on Ubuntu
December 6, 2017

Golang

Development go ubuntu

How to install Windows IoT on Raspberry Pi 2 from Linux
January 30, 2016

Raspberry PI 2 Windows IoT

Windows IoT Core works on Raspberry Pi.

Development raspberry

How to install Ubuntu 14.04 on Raspberry Pi 2
January 22, 2016

Raspberry PI 2 Ubuntu

Technical description about RASPBERRY PI 2 MODEL B here

Development raspberry ubuntu

How to delete all files from Amazon S3 bucket
November 9, 2013

Unfortunately there is no way to remove all files from bucket in Amazon AWS console. But how to remove all files from Amazon S3 bucket? I did that with an s3cmd tool and a small bash script.

Development amazon s3 administration

Sudo with no password promt on Linux
April 4, 2013

sudo no password

I am tired to type each time password when I type sudo command. And you? It is possible to use sudo with no password in Ubuntu and any other Linux systems. So, do you want to use sudo without password prompt?

Development linux sudo

How to get title from an audio stream with Python
December 25, 2012

How to get the name of a song from an audio stream?

Development python audio stream

Daily Backups from Amazon EC2
November 24, 2012

Amazon EC2 Backups

Task: to create daily backups from Amazon EC2 Instance (backup MySQL database, content related to site) and copy this backup to another PC. It is possible to do with bash scripts.

Development amazon backup administration

Emulation of mouse movements and keystrokes
September 16, 2012

How can i emulate keyboard and mouse activity on the system? How to automate it?

Development linux bash automation