Linux Tutorials on the topic “Linux”
-
How to Install Nagios Monitoring Software on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 5Nagios is open-source software for system and network monitoring. Nagios can monitor the activity of a host and its services and provides a warning/alert if something bad happens on the server.
-
How to install the web-based Guacamole Remote Desktop Client on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 14Apache Guacamole is a free, open-source and web-based remote desktop application that allows you to access your desktop machines through a web browser. In this tutorial, we will show how to install Apache Guacamole remote desktop gateway on Ubuntu 18.04 LTS server.
-
How to Install Mailtrain Newsletter Software on Ubuntu 18.04
Author: Hitesh Jethva • Tags: email, linux, ubuntu, web server • Comments: 1Mailtrain is a free, open-source and self-hosted newsletter application built from Node.js which supports MySQL/MariaDB database backends. In this tutorial, we will show you how to install Mailtrain newsletter application with Docker on Ubuntu 18.04 server.
-
-
How to Install Gradle Build Tool on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 2Gradle is a free and open-source build tool primarily used for Java projects. It helps you to automate, build and deliver software efficiently. In this tutorial, we will show you how to install the Gradle Build Tool on Ubuntu 18.04 LTS.
-
Linux tcpdump Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Everytime you open a webpage on your computer, data packets are sent and received on your network interface. Sometimes, analyzing these packets becomes important for many reasons. Thankfully, Linux offers a command line utility that dumps information related to these data packets in output.
-
How to Install X-Cart with Nginx and Let's Encrypt SSL on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, ubuntu, web server • Comments: 0This guide describes the process of installing X-Cart 5 on Ubuntu 18.04 LTS using Nginx as the webserver and MySQL as the database server and how to secure the installation with a free SSL Certificate from Let's encrypt.
-
How to setup an Elastic Beanstalk Application on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, server • Comments: 0Elastic Beanstalk is one of the "computer" services in the Amazon Web Services (AWS) cloud. It allows us to easily manage and deploy applications. We don't have to understand or learn the services required to run our application. With Elastic Beanstalk, we only need to upload our application and Elastic Beanstalk takes care of the rest. Elastic Beanstalk supports applications developed in Java, .NET, Go, PHP, Python, Node.js and Ruby.
-
Linux shred Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1This tutorial shows how to delete data safely on Linux by using the shred command. All examples in this article have been tested on an Ubuntu and Debian, but they should work on any other Linux distribution as well.
-
Linux vdir Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Listing contents of a directory is one of the most basic tasks that users (both pro and noobs) find themselves involved in. The ls command is hands down the most popular tool used for this purpose. There are some alternatives. For example, there's a utility called vdir, basics of which we'll be discussing here.
-
How to Install PostGIS PostgreSQL Geographic Information Systems on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0PostGIS is an open-source software that allows "Geographic Information Systems" objects to the PostgreSQL object-relational database. In this tutorial, we will learn how to install PostGIS on Debian 10.