Getting Started with Docker: Installing and Using Docker on Ubuntu

Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. Docker automates the deployment of applications inside software containers. This tutorial shows you how to install Docker on Ubuntu 18.04 LTS (Bionic Beaver) and how to start using it.

Enhancing ONLYOFFICE Security with Let’s Encrypt and Two-Factor Authentication

In this tutorial, we’ll learn how to protect your ONLYOFFICE portal with HTTPS using Let’s Encrypt, and with two-factor authentication using Twilio service. ONLYOFFICE is an open-source solution that combines powerful online document editors for text documents, spreadsheets and presentations, as well as broad productivity features.

A Beginner’s Guide to the Linux ‘strings’ Command with Five Practical Examples

Looking inside a binary/executable file to grab human-readable strings isn’t the kind of work that everybody does, but what if you are asked to do this? Opening the file in an editor, and manually looking for stuff isn’t an elegant solution. So, what to do? Yes, you guessed it right – there exists a command line utility that does this for you.