November 2020 - Page 11 of 66

How To Use Variadic Functions in Go — step-by-step Programming tutorial on Progressive Robot

How To Use Variadic Functions in Go

A variadic function is a function that accepts zero, one, or more values as a single argument. While variadic functions are not the common case, they can be used to make your code cleaner and more readable.

Read more
How to Install OpenTofu on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Install OpenTofu on RHEL 10

Introduction Setting up install opentofu on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Install OpenTofu on RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and how to validate the result on […]

Read more
How To Make a URL Shortener with Flask and SQLite — step-by-step Databases tutorial on Progressive Robot

How To Make a URL Shortener with Flask and SQLite

In this tutorial, you will build a URL shortener, which is a service that takes any URL and generates a shorter, more readable version like bit.ly. You will use Flask, SQLite, and the Hashids library to build your URL shortener. Your application will allow users to enter a URL and generate a shorter version, in addition to a statistics page where users can view the number of times a URL has been clicked. You’ll use the Bootstrap toolkit to sty

Read more
How To Install and Secure phpMyAdmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin on Ubuntu 16.04

While many users require access to a database management system like MySQL, not all users feel comfortable interacting with the MySQL prompt on a daily basis. In this guide, we’ll discuss how to install and secure phpMyAdmin, a web management interface for MySQL, on an Ubuntu 16.04 server.

Read more
Como Instalar o MySQL no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o MySQL no Ubuntu 18.04

Não está usando o Ubuntu 18.04? Escolha uma versão diferente: Uma versão anterior desse tutorial foi escrita por Hazel Virdó MySQL é um sistema de gerenciamento de banco de dados…

Read more
Best practices for cloud integration with 3rd parties — step-by-step DevOps tutorial on Progressive Robot

Best practices for cloud integration with 3rd parties

For many SMBs and startups, providing services to larger corporations is commonplace. This tends to involve the transfer of all sorts of data, from commercial documents like purchase orders and invoices to contact lists, reports, and other pertinent service-related data. Companies at the forefront of tech recognize the real need to refine these data-sharing processes. […]

Read more
Android DayNight Theme for Night Mode in App — step-by-step DevOps tutorial on Progressive Robot

Android DayNight Theme for Night Mode in App

In this tutorial, we'll be discussing and using the Android DayNight theme in our application. If you have an app with reading materials then having night mode is helpful for ease of eyes. Android DayNight Theme Android released a new theme: Theme.AppCompat.DayNight with the support library 23.2.0. Thanks to this theme, we can now toggle […]

Read more
How to Install and Configure Dovecot IMAP Server on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install and Configure Dovecot IMAP Server on RHEL 8

Dovecot is a high-performance, secure IMAP and POP3 server that works seamlessly alongside Postfix to deliver a complete mail server stack on RHEL 8. While Postfix handles sending and receiving mail via SMTP, Dovecot allows mail clients like Thunderbird or Outlook to retrieve messages using IMAP or POP3. Dovecot is also SELinux-aware and actively maintained, […]

Read more
CHAT