July 2020 - Page 24 of 69

How To Set Up an OpenVPN Server on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an OpenVPN Server on Debian 10

OpenVPN is a full-featured, open-source Secure Socket Layer (SSL) VPN solution that accommodates a wide range of configurations. In this tutorial, you will set up an OpenVPN server on a Debian 10 server and then configure access to it from Windows, OS X, iOS and/or Android devices. This tutorial will keep the installation and configuration steps as simple as possible for each of these setups.

Read more
How to Configure Network Bonding and Teaming on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure Network Bonding and Teaming on RHEL 8

Network bonding and teaming both combine multiple physical network interfaces into a single logical link, providing redundancy, increased throughput, or both. On RHEL 8, NetworkManager is the recommended way to configure both technologies using the nmcli command-line tool — no manual edits to legacy ifcfg files required. This tutorial covers creating an active-backup bond with […]

Read more
Cómo convertir tipos de datos en Python 3 — step-by-step Python tutorial on Progressive Robot

Cómo convertir tipos de datos en Python 3

Este tutorial de Python 3 lo guiará a través de la conversión de tipos de datos, incluyendo números, cadenas, tuplas y listas, y también le proporcionará ejemplos para que se familiarice con los diferentes casos de uso.

Read more
Android Button using Kotlin and XML — step-by-step DevOps tutorial on Progressive Robot

Android Button using Kotlin and XML

In this tutorial, we'll learn how to create a Button in Android apps using Kotlin programming. Android Button Overview Android Button class extends TextView. Button is a UI widget that is used to get click interactions from the user to trigger an action in the application. A button can be created in the XML layout […]

Read more
An Introduction to String Functions in Python 3 — step-by-step Python tutorial on Progressive Robot

An Introduction to String Functions in Python 3

Python has several built-in functions associated with the string data type. These functions let us easily modify and manipulate strings. In this tutorial, we’ll go over several different functions that we can use to work with strings in Python 3.

Read more
CHAT