Основні команди Linux
8 липня 2022 р.

Основні команди Linux

Cheat Sheet linux

A way to get Daily PostgreSQL Backups from Docker Swarm
15 травня 2021 р.

PostgreSQL Backups

How to make backups from PostgreSQL running in Docker Swarm?

Development backup postgresql database

Basic Linux commands
9 травня 2021 р.

Basic Linux commands

Cheat Sheet linux

Cassandra Cheat Sheet
26 травня 2020 р.

Logging into CQLSH

remote host

export CQLSH_HOST=<rpc address>
export CQLSH_PORT=9042
cqlsh -u cassandra
Password:
cqlsh> exit
Cheat Sheet cassandra

FFmpeg Cheat Sheet
15 листопада 2018 р.

FFmpeg cheat sheet. Most helpful commands/options to use with FFmpeg

Cheat Sheet ffmpeg

Docker Cheat Sheet
21 вересня 2018 р.

Some useful Docker and Docker Compose commands

Cheat Sheet docker

How to install Go on Ubuntu
6 грудня 2017 р.

Golang

Development go ubuntu

How to install Windows IoT on Raspberry Pi 2 from Linux
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
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
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