2019 - Page 393 of 527

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS

Git is a very popular distributed version control system. When working on multiple projects in git with different collaborators, you need to control who has access to what. Gitolite is an access control layer that can be implemented on top of git to provide that level of control. In this guide, we will discuss how to install and configure gitolite on an Ubuntu 12.04 system.

Read more
How To Manage State in React with Redux — step-by-step Javascript tutorial on Progressive Robot

How To Manage State in React with Redux

Redux is a popular data store for JavaScript and React applications. In this tutorial, you’ll use store, actions, reducers, and the useSelector Hook to build a bird watching test application. You’ll then pull data into your components and dispatch new changes to update the data.

Read more
FreeBSD 12 — ja-netscape — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — ja-netscape — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 17 June 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: firefox & mozilla — multiple vulnerabilities Related CVEs: CVE-2004-0597 CVE-2004-0598 CVE-2004-0599 CVE-2004-0762 CVE-2004-0765 CVE-2004-0904 CVE-2004-0905 CVE-2004-0908  +12 more Upstream summary: A Mozilla Foundation Security Advisory reports of multiple issues: Heap […]

Read more
How to Manage Systemd Services and Units on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Manage Systemd Services and Units on RHEL 7

How to Manage Systemd Services and Units on RHEL 7 Red Hat Enterprise Linux 7 made a significant shift from the traditional SysVinit and Upstart initialization systems to systemd as the default init system. Systemd is a comprehensive system and service manager that controls how services start, stop, and interact with the rest of the […]

Read more
How to Configure Nginx as a Reverse Proxy on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure Nginx as a Reverse Proxy on RHEL 8

Nginx is a high-performance web server that also excels as a reverse proxy, sitting in front of application servers and forwarding client requests to backend services running on internal ports. Using Nginx as a reverse proxy on RHEL 8 allows you to serve Node.js, Python, Java, or any HTTP-based application behind a clean public-facing endpoint […]

Read more
CHAT