Linux Tutorials on the topic “Linux”
-
OpenVAS - Vulnerability Assessment install on Kali Linux
Author: KJS • Tags: linux, security • Comments: 1
This tutorial documents the process of installing OpenVAS 8.0 on Kali Linux rolling. OpenVAS is open source vulnerability assessment application that automates the process of performing network security audits and vulnerability assessments.
-
A comprehensive guide to taking screenshots in Linux using gnome-screenshot
Author: Himanshu Arora • Tags: debian, desktop, linux • Comments: 9
There are several screenshot taking tools available in the market but most of them are GUI based. If you spend time working on the Linux command line, and are looking for a good, feature-rich command line-based screen grabbing tool, you may want to try out gnome-screenshot. In this tutorial, I will explain this utility using easy to understand examples.
-
How to make file-specific setting changes in Vim using Modeline
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
While plugins are no doubt one of Vim's biggest strengths, there are several other functionalities that make it one of the most powerful and feature-rich text editors/IDEs available to Linux users today. One of these functionalities is the ability to make file-specific setting changes. This ability can be accessed using the editor's Modeline feature.
-
-
How to capture and stream your gaming session on Linux with OBS Studio
Author: Bill Toulas • Tags: desktop, linux • Comments: 0
There may not be many hardcore gamers who use Linux, but there certainly are quite a lot Linux users who like to play a game now and then. If you are one of them and would like to show the world that Linux gaming isn’t a joke anymore, then you will find the following quick tutorial on how to capture and/or stream your gaming session interesting.
-
How to install OTRS (OpenSource Trouble Ticket System) on CentOS 7
Author: Alexandre Costa • Tags: centos, linux • Comments: 19
OTRS (OpenSource Trouble Ticket System) is a sophisticated open source software used by companies to improve their operation related to customer support, help desk, call centers and more. This tutorial describes the installation of OTRS on a CentOS 7 server.
-
How to compare directories with Meld on Linux
Author: Himanshu Arora • Tags: desktop, linux, programming • Comments: 1
This tutorial shows you how to compare directories visually on Linux by using the feature-rich comparison tool Meld.
-
Useful Meld tips/tricks for intermediate users
Author: Himanshu Arora • Tags: desktop, linux, programming • Comments: 2
Meld is a feature-rich visual comparison and merging tool available for Linux. In this tutorial, we will be discussing some really useful tips/tricks that will make your experience with the tool even better.
-
How to Install WordPress with HHVM and Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 2
In this tutorial, I will show you how to install WordPress with HHVM and Nginx as web server and how to configure SELinux for WordPress. I will use CentOS 7 as the operating system. HHVM (HipHop Virtual Machine) is an open source virtual machine for executing programs written in PHP and Hack language.
-
How to install a Ceph Storage Cluster on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, storage, ubuntu • Comments: 18
In this tutorial, I will guide you to install and build a Ceph cluster on Ubuntu 16.04 server. Ceph is an open source storage platform, it provides high performance, reliability, and scalability. It's a free distributed storage system that provides an interface for object, block, and file-level storage and can operate without a single point of failure.
-
How to Install Nextcloud with Nginx and PHP7-FPM on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 20
In this tutorial, I will show you how to install and configure the latest Nextcloud 10 release on a CentOS 7 server. I will run Nextcloud with a Nginx web server and PHP7-FPM and use MariaDB as the database system.