Linux Tutorials on the topic “linux”
-
Linux bzip2 Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0File compressions are carried out according to specific algorithms. There are many compression techniques, and one of them is achieved through bzip2. In this tutorial, we will learn the basics of bzip2 using some easy to understand examples.
-
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 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).
-
How to Setup IKEv2 VPN Using Strongswan and Let's encrypt on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 15Strongswan is an open source multiplatform IPSec implementation. It's an IPSec-based VPN solution that focuses on strong authentication mechanisms. In this tutorial, I will show you how to install an IPSec VPN server using Strongswan. We will create an IKEv2 VPN server with the 'EAP-MSCHAPv2' authentication and be using Letsencrypt certificates on CentOS 7 server.
-
Monitor Network Traffic with Ntopng on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, networking • Comments: 9Ntopng is a free and open source software for monitoring network traffic that provides a web interface for real-time network monitoring. In this tutorial, we will learn how to install Ntopng on Ubuntu 18.04 LTS server.
-
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.
-
Linux look Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Although the Linux find command does a fabulous job for searching on the command line, there may be situations where a dedicated tool may be more convinient. One such case is to find lines in a file that start with a particular word. There exists a command - dubbed look - that does this for you.