Linux Tutorials on the topic “Ubuntu”
-
How To Install Prometheus on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 3Prometheus is a free and open source software ecosystem that allows us to collect metrics from our applications and stores them in a database, especially a time-series based DB. It is a very powerful monitoring system suitable for dynamic environments.
-
How to Monitor your Linux Server using osquery
Author: Muhammad Arul • Tags: centos, linux, server, ubuntu • Comments: 1Osquery is an open source Operating System monitoring, query, and analytics software. Created by Facebook, it exposes an operating system as a high-performance relational database that can be queried using SQL-based queries. In this tutorial, I will show you how to install osquery on Ubuntu 18.04 LTS and CentOS 7.
-
How to Install LimeSurvey on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 3LimeSurvey is a free and an open source online survey application written in PHP and uses a MySQL or PostgreSQL database. In this tutorial, we will learn how to install LimeSurvey on Ubuntu 18.04 LTS (Bionic Beaver) server.
-
-
How to Install GetSimple CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0GetSimple CMS is a free, open source, simple and easy to use web Content Management System that can be used to create blogs and websites. In this tutorial, we will explain how to install GetSimple CMS on Ubuntu 18.04 server.
-
How to Install Matrix Synapse Chat on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, nginx, security, server, ubuntu • Comments: 19In this tutorial, we will show you step-by-step how to install and configure Matrix Synapse on Ubuntu 18.04 LTS. Matrix is a new ecosystem for decentralized communication in real time for open federated instant messaging and VoIP services.
-
How to install Fork CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: debian, ubuntu, web server • Comments: 0Fork CMS is a free and open source content management CMS that comes with an intuitive and user-friendly web interface. In this tutorial, we will explain how to install Fork CMS on Ubuntu 18.04 LTS (Bionic Beaver) server.
-
How to Install InvoicePlane on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0InvoicePlane is a free, open source and self-hosted application for managing your invoices, clients and payments. In this tutorial, we will explain how to install InvoicePlane on Ubuntu 18.04 LTS (Bionic Beaver).
-
Suricata IDS with ELK and Web Frontend on Ubuntu 18.04 LTS
Author: Miguel • Tags: linux, security, server, ubuntu • Comments: 16Suricata is an IDS / IPS capable of using Emerging Threats and VRT rule sets like Snort and Sagan. This tutorial shows the installation and configuration on an Ubuntu 18.04 (Bionic Beaver) server.
-
How to Install Nvidia CUDA Toolkit on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 7Cuda is a parallel computing platform created by Nvidia that can be used to increase performance by harnessing the power of the graphics processing unit (GPU) on your system. In this tutorial, we will learn how to install Cuda on Ubuntu 18.04.
-
How to Install Ruby on Rails on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 14In this tutorial, I will show you how to install Ruby on Rails on Ubuntu 18.04 LTS. We will show you how to install and configure Rails with a PostgreSQL database, and how to create a new first project with Rails.