Linux Tutorials on the topic “linux”
-
Setting up your own name service (DNS) with ISPConfig
Author: Tapio Lehtonen • Tags: dns, ispconfig, linux • Comments: 5Internet works with IP numbers and to get from a domain name to its IP number address the Domain Name System DNS is used. You can set up your own name service or use, for example, your hosting provider's name service. This tutorial shows how to run your own nameserver setup with ISPConfig.
-
Linux cut Command Explained for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0In Linux, if you want to print a file's content on stdout, the first command that comes to mind is cat. However, there may be times when the requirement is to remove certain part of the file and print only the rest of the content. You'll be glad to know there exists a tool - dubbed cut - that lets you do this.
-
How to Install Hubzilla on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Hubzilla is a free and open source platform for creating interconnected websites featuring a decentralized identity, communications, and permissions framework built using common web server technology. In this tutorial, I will explain how to install Hubzilla on Ubuntu 18.04 server.
-
-
How to Install Cachet Status Page System on Debian 9
Author: Blago Eres • Tags: debian, linux, monitoring, nginx • Comments: 1Cachet is a beautiful and powerful open source status page system written in PHP that allows you to better communicate downtime and system outages to your customers, teams, and shareholders. In this tutorial, we will install Cachet status page system by utilizing PHP, Nginx, MariaDB, and Composer.
-
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?