August 2020 - Page 24 of 69

Como usar o find e locate para localizar arquivos no Linux — step-by-step Linux tutorial on Progressive Robot

Como usar o find e locate para localizar arquivos no Linux

Localizar arquivos é uma tarefa muito comum em qualquer sistema operacional. Ambos os comandos “find” e “locate” do Linux podem ser usados para procurar arquivos no sistema de arquivos. Este guia irá abordar como usar essas duas ferramentas para criar consultas específicas para arquivos.

Read more
How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.

Read more
How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04

In this tutorial you will connect a Python application to a database server using the MySQL connector. This module allows you to make queries on the database server from within your application. You’ll set up MariaDB for a Python environment on Ubuntu 18.04 and write a Python script that connects to and executes queries on MariaDB.

Read more
How to Configure StrongSwan IPsec on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Configure StrongSwan IPsec on Debian 10

Introduction Deploying configure strongswan ipsec on debian 10 on a Debian 10 Buster machine is straightforward thanks to Debian’s policy-compliant packaging. Unlike rpm-based distributions, Debian stores configuration helpers in /etc/default/, uses update-rc.d for older init scripts, and provides dpkg-reconfigure for interactive package configuration. This tutorial stays on the systemd path throughout. Prerequisites You will need […]

Read more
Создание и настройка центра сертификации (ЦС) в Debian 10 — step-by-step Linux tutorial on Progressive Robot

Создание и настройка центра сертификации (ЦС) в Debian 10

Центр сертификации (ЦС) — это служба, отвечающая за выдачу цифровых сертификатов удостоверения личности в Интернете. Хотя публичные ЦС часто используются для подтверждения подлинности сайтов и других общедоступных служб, для…

Read more
Ubuntu 16.04 — aptdaemon — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 16.04

Ubuntu 16.04 — aptdaemon — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4664-1 Related CVEs: CVE-2020-16128 CVE-2020-27349 CVE-2020-15703 Upstream summary: Kevin Backhouse discovered that Aptdaemon incorrectly handled certain properties. A local attacker could use this issue to test for the presence of […]

Read more
Hibernate One to One Mapping Example Annotation — step-by-step DevOps tutorial on Progressive Robot

Hibernate One to One Mapping Example Annotation

Today we will look into One to One Mapping in Hibernate. We will look into Hibernate One To One Mapping example using Annotation and XML configuration. One to One Mapping in Hibernate ![one to one mapping in hibernate, hibernate one to one mapping, hibernate one to one mapping annotation example](images/hibernate-one-to-one-mapping-example-annotation-section-1.png) Most of the times, database […]

Read more
Ersteinrichtung des Servers mit Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Ersteinrichtung des Servers mit Ubuntu 18.04

Wenn Sie erstmals einen neuen Ubuntu 18.04 Server einrichten, sollten Sie in der Anfangsphase einige dieser Konfigurationsschritte im Rahmen der Grundkonfiguration durchführen. Dadurch wird die Sicherheit und Nutzbarkeit Ihres Servers erhöht und Sie verfügen über eine solide…

Read more
CHAT