Linux Tutorials on the topic “Ubuntu”
-
Installing a VPN with Tinc on Ubuntu 16.04 LTS
Author: Dan Fries • Tags: linux, security, ubuntu • Comments: 2
Tinc is an open-source VPN daemon that available for a wide range of platforms and has several advantages over similar VPN clients. A Virtual Private Network (VPN) is a secure private network that operates over a larger public network such as the internet. VPNs have become increasingly popular in recent years, largely because they offer increased security and privacy without the need for setting up expensive and complex new hardware.
-
How To Configure Remote Access To Your Ubuntu Desktop
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 34
This guide explains how you can enable a remote desktop on an Ubuntu desktop so that you can access and control it remotely. This makes sense for example if you have customers that are not very tech-savvy. If they have a problem, you can log in to their desktops without the need to drive to their location. I will also show how to access the remote Ubuntu desktop from a Windows client and an Ubuntu client.
-
How to Install Sensu Monitoring on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, monitoring, server, ubuntu • Comments: 2
Sensu is a free and open source tool for composing the monitoring system you need. In this tutorial, we will go through step by step installation of Redis, RabbitMQ and Sensu on Ubuntu 16.04.
-
-
How to install and setup Plex Media Server Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, server, storage, ubuntu • Comments: 11
Plex is a free feature-rich media library platform that provides a way to store all your movies, shows, and other media in one place. In this tutorial, we will learn how to install and configure Plex Media Server on Ubuntu 16.04.
-
How to Create a Fully Featured Mail Server using Postal
Author: Liptan Biswas • Tags: linux, ubuntu • Comments: 8
Postal is a free and open source complete mail server for sending and receiving emails. It is written in Ruby and JavaScript. In this tutorial, we will install Postal Mail Server on Ubuntu 17.04.
-
How to Install SonarQube on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, mysql, nginx, programming, server, ubuntu, web server • Comments: 10
SonarQube is a free and open source quality management system platform that can be used to automate code inspection. It can analyze source code files, calculate a set of metrics and show the result on the web based dashboard. It is written in Java language and also supports other languages like Perl, PHP, and Ruby.
-
Server Monitoring with OpenNMS on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, monitoring, server, ubuntu • Comments: 2
OpenNMS is a free and open source enterprise grade network monitoring web application system that can be used to monitor unlimited devices at a single instance. OpenNMS detects and monitor services or nodes automatically in your network. You can also add particular device or service to monitor.
-
How to Monitor Nginx using Netdata on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, monitoring, nginx, server, ubuntu • Comments: 0
Netdata is an open source monitoring tool for Linux servers. In this tutorial, I will show you how to monitor Nginx using Netdata. The tutorial will cover the Nginx web server installation, enable the 'stub_status' module in Nginx and the Netdata installation on Ubuntu 16.04 Xenial Xerus.
-
How to Set-Up Master-Slave Replication for PostgreSQL 9.6 on Ubuntu 16.04
Author: Muhammad Arul • Tags: high-availability, linux, ubuntu • Comments: 12
In this tutorial, we will show you how to install and configure PostgreSQL 9.6 Master-Slave Replication on Ubuntu 16.04 server. We will use Hot standby mode, and it's a very good starting point to learn PostgreSQL in depth.
-
How to install and use Volatility memory forensic tool
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 1
One of the important parts of Malware analysis is Random Access Memory (RAM) analysis. It helps to identify the running malicious processes, network activities, open connections etc in the compromised system. This article is about the open source security tool "Volatility" for volatile memory analysis. It can be used for both 32/64 bit systems RAM analysis and it supports analysis of Windows, Linux, Mac & Android systems.