Thứ Tư, 24 tháng 4, 2024

Run Jira as a systemd service on linux

 PurposeThis article explains how to install Jira as a systemd service in Linux. Pre-requisitesJira is installed and working but does not automatically start on boot. For example, Jira is installed via the .zip package rather than the .bin installer, or you have migrated JIRA to a different server.SolutionLogin to the Jira application...
Read More

How to list all enabled services from systemctl?

How can I list all enabled services from systemctl?I know running systemctl command by itself lists all services, but I would like to only get the enabled ones.------Answer:How can I list all enabled services from systemctl?I know running systemctl command by itself lists all services, but I would like to only get the enabled one...
Read More

Thứ Ba, 16 tháng 4, 2024

How to Switch Namespaces in Kubernetes

 1. OverviewIn a Kubernetes cluster, namespaces provide a way to partition resources and isolate workloads. They act as virtual clusters within a physical cluster, enabling multiple teams or projects to run independently. Switching namespaces allows administrators or developers to work with different sets of resources...
Read More