Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
99.99% Uptime for MySQL and PostgreSQL Databases
Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.
Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
The application itself was written on Gambas2 and uses "ffmpeg" to record the video, as this post it can be used but still lacks functions(lots of them) and stability.
The application uses "gambas2" to run, "ffmpeg" to record the screen and "xwininfo" to get window dimensions. They need to be installed manually, on Ubuntu is done with:
$ sudo apt-get install gambas2 ffmpeg xwininfo
tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz