November 2020 - Page 66 of 66

How to Set Up Horizontal Pod Autoscaling in Kubernetes on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Set Up Horizontal Pod Autoscaling in Kubernetes on Debian 9

Introduction Deploying set up horizontal pod autoscaling in kubernetes on debian 9 on a Debian 9 Stretch 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. […]

Read more
How To Install and Use PostgreSQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Ubuntu 16.04

Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation…

Read more
Ubuntu 20.04にNextcloudをインストールして設定する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にNextcloudをインストールして設定する方法

Nextcloudは、ownCloudからフォークして誕生したもので、Dropboxのようにドキュメントや写真などの個人的なコンテンツを集中的に保存できるファイル共有サーバーです。このチュートリアルでは、Ubuntu 20.04サーバーで、Nextcloudインスタンスをインストールして設定します。

Read more
How To Authenticate Django Apps using django-allauth — step-by-step Python tutorial on Progressive Robot

How To Authenticate Django Apps using django-allauth

django-allauth is an integrated set of Django applications dealing with account authentication, registration, management, and third-party (social) account authentication. In this tutorial, you will build a Django application that uses django-allauth to authenticate using a cloud account.

Read more
How to Configure Windows Event Log Archiving on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Windows Event Log Archiving on Windows Server 2012 R2

How to Configure Windows Event Log Archiving on Windows Server 2012 R2 Windows Event Logs record a comprehensive audit trail of system activities, security events, application errors, and administrative actions. By default, event logs are stored in files on the local server and are overwritten when they reach their maximum size. For compliance, security auditing, […]

Read more
CHAT