Linux Tutorials on the topic “linux”
-
Install ELK as Centralized Logfile Management Server on CentOS 7
Author: shahril bin kamaruzzaman • Tags: centos, linux, mysql, server • Comments: 0This tutorial explains how to setup a centralized logfile management server using ELK stack on CentOS 7. As anyone who not already know, ELK is the combination of 3 services: ElasticSearch, Logstash, and Kibana. The tutorial will use MySQL log files as source to be monitored.
-
Full Drive Encryption with Debian 9.4 or Ubuntu 18.04 LTS
Author: Chris Silva • Tags: debian, linux, security, ubuntu • Comments: 0This tutorial will show you step by step how to encrypt a full drive with Cryptsetup on Debian 9.4 or Ubuntu 18.04 LTS (Bionic Beaver). The drive that gets encrypted may not be part of an LVM volume.
-
Linux zcat Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1While compression is helpful in general as it allows you to save space on your system, command line users need to uncompress the file for several small tasks, like viewing what all the file contains. However, there exists a command line utility - dubbed zcat - that lets you take a peek inside compressed files without any additional effort.
-
-
Install and Configure VSFTPD server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: ftp, linux, server, ubuntu • Comments: 11Vsftpd also known as a very secure FTP daemon is an FTP server for Unix-like systems. In this tutorial, we will learn how to install Vsftpd with SSL/TLS support on Ubuntu 18.04 LTS (Bionic Beaver) server.
-
High-Availability Storage with GlusterFS on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, storage, ubuntu • Comments: 11Glusterfs is a scalable network filesystem with capabilities of scaling to several petabytes and handling thousands of clients. In this tutorial, I will show how to set up a high availability storage server with GlusterFS on Ubuntu 18.04 LTS (Bionic Beaver). We will use 3 ubuntu servers, 1 server as a client, and 2 others as a storage.
-
How to Install Elastic Stack on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 5In this tutorial, I will show you how to install and configure Elastic Stack on an Ubuntu 18.04 server for monitoring of server logs. Then I'll show you how to install and configure 'Elastic beats' on an Ubuntu 18.04 and a CentOS 7 client server.
-
Free eBook from Packt - Linux Mint Essentials
Author: Richard Gall • Tags: linux • Comments: 2
Linux Mint Essentials is an all-inclusive guide to Linux Mint, and will teach you everything you need to know in order to use a Linux Mint system. The book starts with the installation process and covers task-oriented topics such as browsing the Internet and installing software as well as shell commands.
-
How to Install Grafana Monitoring Tool on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu, web server • Comments: 2Grafana is a free and open source enterprise-level monitoring and data visualization tool with support for Graphite, InfluxDB, Prometheus, Elasticsearch and many more databases. You can create your own dashboard to your own apps or infrastructure performance monitoring.
-
How to Create Your Own Video Conference Server using Jitsi Meet on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 23Jitsi is a set of open source projects that allow you to build a secure video conference system for your team which can be used from a web browser and mobile devices. In this tutorial, I will show you how to install your own video conference server using Jitsi meet on Ubuntu 18.04 LTS.
-
Linux history Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2If your work involves running tools and scripts on the Linux command line, I am sure there are a lot of commands you would be running each day. Those new to the command line should know there exists a tool - dubbed history - that gives you a list of commands you've executed earlier.