Linux Tutorials on the topic “linux”
-
Linux chrt Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Processes form the core of a running Linux system. When a program converts into a process (which is when it's executed), a lot of attributes are set. Sometimes, you may want to change these attributes at runtime. There exists a command line tool chrt that lets you do this.
-
How to enable VoIP in ONLYOFFICE using Twilio
Author: Daria • Tags: linux • Comments: 0ONLYOFFICE is an open source solution that comprises comprehensive online document editors for text documents, spreadsheets and presentations, CRM and project management, mail, calendar, chat, and more. This tutorial shows how to Integrate Twilio VoIP with ONLYOFFICE.
-
How to Setup Apache Subversion with Let's encrypt SSL on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 1Apache Subversion or SVN is an open-source software versioning and revision control system developed by the Apache Software Foundation. In this article, I will show you how to set up the Apache Subversion using Ubuntu 18.04 LTS server.
-
-
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.
-
Linux chpasswd Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Here at HowtoForge, we have already discussed the passwd command, which lets you change your account password on a Linux system. But what if you want to change passwords of multiple users in one go? Well, there exists a command - chpasswd - that lets you do this.
-
Linux chfn Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0A user in Linux has a lot of information associated with it, including home and office phone numbers, office room number, and more. We usually skip filling this information (as it's all optional) while creating a user. But did you know there exists a command that lets you tweak all this information?
-
How to Install Anchor CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, web server • Comments: 0Anchor CMS is a free, open source, simple, lightweight and powerful content management system. It is specially designed with performance with a focus on simplicity and elegance. This guide will explain how to install Anchor CMS on Ubuntu 18.04 server.
-
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 Prometheus and node_exporter on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, monitoring • Comments: 6Prometheus is an open source monitoring system that allows you to collect metrics from any configured target system. Prometheus implements a multi-dimensional data-model with powerful queries, great visualization, precise alerting, and comes with many integrations.