HowtoForge provides user-friendly Linux tutorials.
-
How to Setup Symfony 4 on Debian 9 Server
Author: Shahroze Nawaz • Tags: debian, programming • Comments: 3
In this article, I will show you how you can setup a complete Symfony Stack to run Symfony applications on Debian 9. The process includes steps regarding permissions, webroots and web server.
-
How to install SuiteCRM on Debian 9
Author: Matt Vas • Tags: debian, linux, web server • Comments: 1
This tutorial shows how to install the latest version of the SuiteCRM platform on a Debian 9. SuiteCRM, a fork of SugarCRM, is an enterprise open source Customer Relationship Management (CRM) platform.
-
Checking Package Dependencies with apt-rdepends on Debian and Ubuntu
Author: Falko Timme • Tags: debian, shell, ubuntu • Comments: 1
This guide shows how you can check the dependencies of a package with the tool apt-rdepends on Debian and Ubuntu systems. The great thing about apt-rdepends is that it resolves dependencies recursively, i.e., not only does it show the direct dependencies of a package, but also the dependencies' dependencies. This is great, for example, if you want to rebuild a package from the sources, etc.
-
-
How to Install OpenProject on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 0
In this tutorial, I will show you how to install and configure OpenProject on CentOS 7. OpenProject is an open source web-based management system for location-independent team collaboration. It's a project management software that provides features like task-management, team collaboration, scrum, and more.
-
How to Install Couch CMS on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
Couch CMS is a free, open source and simple Content Management System that can be used to design beautiful websites without any knowledge of PHP. In this tutorial, we will learn how to install Couch CMS on Ubuntu 16.04.
-
How to Install Ansible AWX on CentOS 7
Author: iron_michael86 • Tags: centos, linux, server • Comments: 55
In this tutorial, I will show you how to install Ansible AWX from RPM files on CentOS 7. Ansible AWX is the OpenSource version of the Ansible Tower software.
-
How to Install Plex Media Server on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 5
In this tutorial, we will show you step-by-step how to install and configure Plex media server on your CentOS 7 server. Plex is a client-server media software suite. It has two main components, plex media server, and plex player.
-
How to Install Rancher Docker Container Manager on Debian
Author: Hitesh Jethva • Tags: debian, linux, server, virtualization • Comments: 0
In this tutorial, we will learn how to install Rancher on Debian 9. Rancher is a free and open source project that provides a management platform for Docker containers. Rancher allows us to operate Docker in production at large scale.
-
How to Benchmark Your System (CPU, File IO, MySQL) with Sysbench
Author: Falko Timme • Tags: linux • Comments: 14
How to benchmark your system (CPU, File IO, MySQL) with sysbench. Sysbench is a benchmark suite which allows you to quickly get an impression about system performance which is important if you plan to run a database under intensive load. This article explains how to benchmark your CPU, file IO, and MySQL performance with sysbench.
-
Linux nproc Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Every process that's executed on a computer system requires CPU to do what it is expected to do. There may be times when your system's CPU is overloaded (due to the number or kind of processes running on the system), and for whatever reason, you want to know the number of available processing units for new processes. Well, there's a tool dubbed nproc that you can use to confirm this information.