A way to get Daily PostgreSQL Backups from Docker Swarm
15 травня 2021 р.
How to make backups from PostgreSQL running in Docker Swarm?
Development backup postgresql database
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 Windows IoT on Raspberry Pi 2 from Linux
30 січня 2016 р.
Windows IoT Core works on Raspberry Pi.
Development raspberry
How to install Ubuntu 14.04 on Raspberry Pi 2
22 січня 2016 р.
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