دسته: مقالات انگلیسی
-
Linux zmore Command Tutorial for Beginners (5 Examples)
Sometimes, you may want to view the contents of a compressed file without uncompressing it first. Well, you’ll be glad to know Linux offers a command line utility that lets you do this. In this tutorial, we will discuss the basics of the zmore command using some easy to understand examples. But before we do…
-
ISPConfig 3.1: Automated installation on Debian 9
As you might know, ISPConfig is one of the best free open source hosting control panels available to manage Linux hosting servers in single and multi-server environments. Today you will see how to deploy and install this amazing control panel with the ispconfig_setup script. This script is available for free on GitHub at https://github.com/servisys/ispconfig_setup, developed and maintained…
-
Linux znew Command Tutorial for Beginners (with Examples)
Did you know Linux offers a way to recompress .Z files to .gz files? Yes, the znew command lets you do this. In this tutorial, we will discuss the basics of this command line utility using some easy to understand examples. But before we do that, it’s worth mentioning that all examples here have been…
-
How to Install Passbolt Self-Hosted Password Manager on CentOS 7
Passbolt 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. In this tutorial, we will show you step-by-step install and configure open source password manager ‘Passbolt’…
-
Linux zdump Command Tutorial for Beginners (with Examples)
With 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 –…
-
How to install Nextcloud integrated with ONLYOFFICE using Univention Virtual Appliance
ONLYOFFICE is an open source solution distributed under GNU AGPL v3.0. It comprises online editors for texts, spreadsheets and presentations fully compatible with Office Open XML formats (.docx, .xlsx, .pptx), as well as enables collaborative document editing. Nextcloud is an open source file exchange and content collaboration platform. ONLYOFFICE integrated into Nextcloud allows users to co-edit their…
-
Linux xz Command Tutorial for Beginners (7 Examples)
There are several ways to compress and decompress files in Linux. While we have already discussed some (here and here), there are plenty that we still haven’t. So here, in this tutorial, we will discuss another such command line utility. It’s dubbed xz. We will discuss the basics of this command line tool. But before…
-
How to Install TIG Stack (Telegraf, InfluxDB, and Grafana) on Ubuntu 18.04 LTS
InfluxDB is an open-source time series database written in Go. Optimized for fast, high-availability storage and used as a data store for any use case involving large amounts of time-stamped data, including DevOps monitoring, log data, application metrics, IoT sensor data, and real-time analytics. Telegraf is an agent for collecting, processing, aggregating, and writing metrics.…
-
How to Install and Use logrotate to Manage Log Files in Ubuntu 18.04 LTS
Log files are most important for Linux system security. the logrotate tool is specially designed to simplify the administration of log files on a Linux system that allows automatic rotation, compression, removal, and mailing of log files. You can easily set logrotate to handle a log file daily, weekly, monthly. The logrotate program used to…
-
Linux whatis Command Tutorial for Beginners (5 Examples)
Man pages are one of the most useful resources when it comes to understanding command line utilities. A man page, however, contains a lot of details about the command. There may be times when you’d want to quickly know – may be in a small line or so – what a command line tool does.…