Linux Tutorials on the topic “linux”
-
How to install ERPNext on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 10
ERPNext is a free and open source ERP software written in Python on top of the Frappe framework and includes Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Management, HRMS and more. In this tutorial, we will learn how to install ERPNext on Debian 9 server.
-
How to Install a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 1
This tutorial will show you how to install a sharded MongoDB cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to do a horizontal scale of data, partition data across independent instances, and it can be 'Replica Sets'.
-
Linux nice and renice Command Tutorial (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 6
The power of the Linux command line can be gauged from the fact that you can even easily tweak the scheduling priority of processes using command line tools. Yes, that's possible, and in this tutorial we will discuss how to do that using nice and renice utilities.
-
-
Monitoring and Detecting Modified Files using Tripwire on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 3
Tripwire is a powerful IDS that protects your system against unwanted changes. You can use it to monitor your system files, including website files, so when there is an unwanted file change, Tripwire will check your system and if set up correctly, can alert you on email.
-
How to Install Zammad Ticketing System on CentOS 7
Author: Muhammad Arul • Tags: linux, nginx, ubuntu, web server • Comments: 2
Zammad is an open source helpdesk/customer support system written in Ruby. It's a web-based ticketing system with many features, including support to manage customer communication over several channels like Facebook, telegram, chat, and emails.
-
Samba Server installation on Ubuntu 16.04 LTS
Author: Till Brehm • Tags: linux, samba, ubuntu • Comments: 35
This guide explains the installation and configuration of a Samba server on Ubuntu 16.04 with anonymous and secured Samba shares. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
Linux lshw Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
The beauty of the Linux command line lies in the fact that you can do almost anything using the command line tools. Even if it involves fetching information on the system's hardware components. If that's what you intend to do, and are looking for a command line way to this, you'll be happy to know you can use the lshw command for it.
-
How to Install and Use Lnav Log Viewer on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 1
LNAV also know as Lateral Navigation is a free and open source enhanced log file viewer that can be used to find information of files being viewed along with the time stamps and log levels. LNAV is a command line log file viewer built for small scale solutions.
-
Installation of Lemur Certificate Manager on Ubuntu
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 1
This tutorial shows the installation of the Lemur certificate management software on Ubuntu 16.04 LTS. Lemur is an open source project of NetFlix and used to generate the certificates for customers/clients.
-
Linux who Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Sometimes, while working on the command line, you might want to know more about logged in users. There exists a command line utility who which you can use to access this kind of information. In this tutorial, we will discuss the basics of who using some easy to understand examples.