2020 - Page 71 of 735

Java Project Lombok — step-by-step Programming tutorial on Progressive Robot

Java Project Lombok

URL: https://www.progressiverobot.com/java-project-lombok/ Project Lombok is a very useful tool for java projects to reduce boiler plate code. Problem Statement !java project lombok In Java vs. other language debate, the first knock which you get from other language supporters is that Java requires lot of boiler plate code and you just cannot get over it, and […]

Read more
SLES 15 — velocity — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — velocity — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 26 November 2020 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2021:0800-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-13936 Upstream summary: An attacker that is able to modify Velocity templates may execute arbitrary Java code or run arbitrary system commands with the same […]

Read more
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 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