2020 - Page 340 of 735

Spring @Repository Annotation — step-by-step DevOps tutorial on Progressive Robot

Spring @Repository Annotation

URL: https://www.progressiverobot.com/spring-repository-annotation/ Spring @Repository annotation is used to indicate that the class provides the mechanism for storage, retrieval, search, update and delete operation on objects. Spring @Repository Annotation Spring Repository annotation is a specialization of [@Component](/community/tutorials/spring-component) annotation, so Spring Repository classes are autodetected by [spring framework](/community/tutorials/spring-framework) through classpath scanning. Spring Repository is very close to […]

Read more
Использование Axios с React — step-by-step Javascript tutorial on Progressive Robot

Использование Axios с React

Axios — это компактный клиент HTTP, основанный на промисах. В этой статье мы рассмотрим примеры использования Axios для доступа к популярным JSON Placeholder API из приложения React.

Read more
How to Use the OpenResty Web Framework for Nginx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Use the OpenResty Web Framework for Nginx on Ubuntu 16.04

OpenResty is a web server which extends Nginx by bundling it with many useful Nginx modules and Lua libraries. OpenResty excels at scaling web applications and services. For example, one module it includes enables you to write Lua code which will execute directly in an Nginx worker, enabling high-performance applications.

Read more
How to Upgrade OSSEC 2.8.1 to OSSEC 2.8.2 — step-by-step Linux tutorial on Progressive Robot

How to Upgrade OSSEC 2.8.1 to OSSEC 2.8.2

OSSEC is an open-source, host-based intrusion detection system (HIDS) that performs log analysis, integrity checking, Windows registry monitoring, rootkit detection, time-based alerting, and active response. It can be installed to monitor a single server or thousands of servers.

Read more
How to Configure Networking with /etc/network/interfaces on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Configure Networking with /etc/network/interfaces on Debian 10

Introduction How to Configure Networking with /etc/network/interfaces on Debian 10 is a fundamental operation for any administrator maintaining a Debian 10 Buster server. Debian 10 Buster ships with the Linux 6.12 kernel, updated toolchains, and a fully refreshed package archive — meaning version numbers, configuration file paths, and some dependency chains differ from Debian 10. […]

Read more
How To Set Up Apache Virtual Hosts on Arch Linux — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on Arch Linux

This tutorial shows you how to set up virtual hosts. Virtual Hosts are used to run more than one website or domain off of a single server and IP address. This is especially useful to people who need to run several sites off of one server or IP address. The sites display different information to the visitors, depending on with which the users accessed the site.There is no limit to the number of virtual hosts that can be added to a server. This article is written for Arch Linux.

Read more
How To Install Redis from Source on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Redis from Source on Ubuntu 18.04

Redis is an in-memory key-value store known for its flexibility, performance, and broad language support. It is commonly used as a database, cache, and message broker, and supports a wide range of data structures. This tutorial demonstrates how to install and configure Redis from source on an Ubuntu 18.04 server.

Read more
CHAT