Linux Tutorials on the topic “linux”
-
How to Install Passbolt Self-Hosted Password Manager on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 1Passbolt is a free and open source password manager for teams. It allows team members to store and share credentials/password securely. Passbolt is created with PHP and can be run under the LEMP stack or run as docker container.
-
How to Install Zulip Chat Server on Debian 9
Author: howtoforge • Tags: linux, server, ubuntu • Comments: 4Zulip is a free and open source group chat application software that can be used for sharing private and public messages. In this tutorial, we will learn how to install Zulip chat server on Debian 9.
-
Linux zdump Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0With team members working from different countries nowadays, it sometimes becomes important to be aware of the timezone information for different locations. In general also, there may be situations wherein you may want to quickly see timezone for a particular location. You'll be glad to know there's a command line utility - dubbed zdump - that lets you do this.
-
-
How to install Paperwork DMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1Paperwork is a free, open-source and self-hosted personal document manager that can be used to manages scanned documents and PDFs. In this tutorial, we will install Paperwork on Ubuntu 18.04 server.
-
How to install Nextcloud integrated with ONLYOFFICE using Univention Virtual Appliance
Author: Daria • Tags: linux, server, virtualbox, virtualization, web server • Comments: 0This tutorial shows how to install Nextcloud integrated with ONLYOFFICE using Univention Virtual Appliance. The ONLYOFFICE-Nextcloud VM is available as VMware Image, VMware ESX Image, VirtualBox Image and as KVM Image.
-
Linux xz Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0There are several ways to compress and decompress files in Linux. One of them is the xz command. We will discuss the basics of this command line tool in this tutorial.
-
How to Install TIG Stack (Telegraf, InfluxDB, and Grafana) on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 22In this tutorial, I will show you how to install and configure the TIG Stack (Telegraf, InfluxDB, and Grafana) using a single Ubuntu 18.04 Server. We will be using the TIG Stack for monitoring the system loads such as Network, RAM Memory, Uptime etc.
-
How to Install and Use logrotate to Manage Log Files in Ubuntu
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Log files are most important for Linux system security. The logrotate tool is designed to simplify the administration of log files on a Linux system that allows automatic rotation, compression, removal, and mailing of log files. In this tutorial, I will explain using logrotate to manage logs on Ubuntu server.
-
How to Install and Configure Kubernetes and Docker on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization • Comments: 19Kubernetes is an open source platform for managing containerized applications. It is commonly used to manage Docker Containers. In this tutorial, I will show you step-by-step how to install and configure Kubernetes on Ubuntu 18.04 LTS, I will set up one master and two worker nodes.
-
Linux tload Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2While there are a lot of UI-based tools in Linux that you can use to see a graphical representation of system load, the number of command line tools that do the same work is pretty less. One such utility is tload, which will be discussing in this tutorial.