Linux Tutorials on the topic “Linux”
-
How to enable end-to-end encryption while real-time co-editing in ONLYOFFICE Workspace
Author: Daria • Tags: linux • Comments: 0In ONLYOFFICE, Private Rooms are protected workplaces for encrypted collaboration where every symbol you type is encrypted using the AES-256 algorithm. In this tutorial, we’ll learn how to enable Private Rooms for encrypted real-time co-editing in ONLYOFFICE Workspace.
-
How to Set Up WireGuard VPN on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 4WireGuard is an open-source and security-focused virtual private network designed for simplicity and ease of use. If you are looking for a lightweight and fast VPN then the WireGuard VPN is the best choice for you. In this tutorial, we will show you how to install the WireGuard VPN server and client on Ubuntu 20.04.
-
Create and Store Secrets like Passwords, OAuth Tokens, and SSH Keys in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0In Kubernetes, we can store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys using Kubernetes Secrets. In this article, we will create secrets using .yml file and access them in the Pod as Environment Variables.
-
-
How to Use Perf Performance Analysis Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0Perf is a simple but powerful performance monitoring tool for Linux based operating systems. It is used to trace or count both hardware and software events. In this tutorial, we will show you how to install and use Perf performance monitoring tool on Ubuntu 20.04.
-
How to Deploy a Multi-Tier Application with Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 2A multi-tier application is an application distributed among more than one layer. It logically separates the operational layers. The number of layers varies with business and application requirements. In this article, we will see an application divided into 2 layers, backend and frontend layer.
-
How to Install Netdata Monitoring Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 3Netdata is a free, open-source and real-time performance and health monitoring tool. In this tutorial, we will show you how to install the Netdata monitoring tool on Ubuntu 20.04 server.
-
How to Install Slack on Ubuntu 20.04
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0Slack is a modern communication platform for companies to replace emails. In this guide we will learn how to install Slack under Ubuntu 20.04. Slack can be easily installed on your system by following a few basic steps. Here we will use the snap package to install Slack, but you can also use the deb package, as both will help you achieve your goal.
-
How to Install OCS Inventory Asset Management Software CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 3OCS "Open Computers and Software Inventory Next Generation" is an open-source assets management solution that allows you to inventory IT assets. In this tutorial, we will explain how to install OCS inventory on CentOS 8 server.
-
How to Install CouchDB on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu • Comments: 0In this guide, you will learn how to install CouchDB NoSQL database on Ubuntu 20.04 and how to create your first CouchDB database using the integrated Foxton Control panel.
-
How to Install Nginx with Google PageSpeed on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu, web server • Comments: 8Nginx is a free and open-source web server that powers many sites on the internet. It can be used as a reverse proxy and load balancer. In this tutorial, we will show you how to compile ngx_pagespeed as a dynamic module with Nginx on Ubuntu 20.04 server.