2021 - Page 750 of 759

Установка Java с `apt` в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Java с `apt` в Ubuntu 18.04

Автор выбрал фонд Open Internet/Free Speech Fund для получения пожертвования $100 в рамках программы Write for DOnations. Java и JVM (виртуальная машина Java) требуются для многих видов…

Read more
How to Configure BGP Route Reflector on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure BGP Route Reflector on Windows Server 2016

How to Configure Windows Server 2016 BGP Route Reflector Border Gateway Protocol (BGP) is the routing protocol that underpins the modern internet and is increasingly used within enterprise and cloud environments to enable dynamic routing between networks. In Windows Server 2016, the Remote Access Server role includes a fully functional BGP router implementation. A BGP […]

Read more
Como instalar o Git no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 20.04

Sistemas de controle de versão como o Git são essenciais para as melhores práticas de desenvolvimento de softwares modernos. O controle de versão permite que você acompanhe seu software a nível de código-fonte. É possível rastrear as alterações, retornar a etapas anteriores, e…

Read more
Oracle Linux 8 — firefox — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — firefox — vulnerability — patch and remediation guide (ELSA-2019-2663)

🔴 Critical   ⏱ 15–90 min  Last verified: 5 January 2021 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-2663 Related CVEs: CVE-2019-11749 CVE-2019-11752 CVE-2019-11743 CVE-2019-11735 CVE-2019-11738 CVE-2019-11742 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
Hibernate SessionFactory — step-by-step DevOps tutorial on Progressive Robot

Hibernate SessionFactory

Hibernate SessionFactory is the factory class through which we get sessions and perform database operations. Hibernate SessionFactory ![hibernate sessionfactory](images/hibernate-sessionfactory-section-1.png) Hibernate SessionFactory provides three methods through which we can get Session object – getCurrentSession(), openSession() and openStatelessSession(). Hibernate SessionFactory getCurrentSession Hibernate SessionFactory getCurrentSession() method returns the session bound to the context. But for this to work, […]

Read more
Building for Production: Web Applications — Deploying — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Deploying

In this part of the “Building for Production: Web Applications” series (2 of 6), we will deploy our example PHP application, WordPress, and a private DNS. Your users will access your application over HTTPS via a domain name, e.g. “https://www.example.com”, that points to the load balancer. The load balancer will act as a reverse proxy to the application servers, which will connect to the database server.

Read more
How to Set Up Windows Deployment Services (WDS) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Deployment Services (WDS) on Windows Server 2019

Introduction to Windows Deployment Services Windows Deployment Services (WDS) is a server role in Windows Server 2019 that enables network-based operating system deployment using PXE (Preboot Execution Environment) boot. WDS allows administrators to deploy Windows operating systems to bare-metal machines or to re-image existing machines over the network without physical media. It stores boot images […]

Read more
CHAT