HowtoForge provides user-friendly Linux tutorials.
-
How to Install Joomla with Apache and Let's Encrypt SSL on AlmaLinux 9
Author: Arvid L • Tags: linux, web server • Comments: 0 • Published: Feb 01, 2024Joomla is flexible and open-source content management for building websites and online publications. Powered by PHP, it can be used for multiple scenarios, such as forums, photo galleries, e-commerce, and various web-based applications.
-
How to Install and Use NVM (Node Version Manager) on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0 • Updated: Jan 26, 2024NVM, also called "Node Version Manager" is used for installing and managing multiple Node.js versions in Linux. It provides a command line utility that helps developers to install multiple Node versions and switch between multiple versions as per their project requirements.
-
How to Install OCS Asset Management Tool on Debian 10
Author: Hitesh Jethva • Tags: debian, linux • Comments: 0 • Published: Jan 26, 2024
OCS stands for "Open Computers and Software Inventory" is a free and open-source assets management solution. It is based on the client-server model that collects the hardware and software information of remote systems running the OCS agent.
-
-
How to Install Consul Server on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Jan 26, 2024Consul is a modern platform for service discovery that allows you to register services via DNS and HTTP interface. It also offers a Service mesh feature that enables secure connections via TLS and provides authorization between services.
-
How to Install PrestaShop on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 0 • Published: Jan 26, 2024PrestaShop is an open-source e-commerce web application written using Symfony PHP framework. It allows you to design, build, and host an online store to sell products, receive payments, and manage all related aspects. In this tutorial, you will learn how to install Prestashop on a Rocky Linux 9 server.
-
How to Add a Swap File On Ubuntu
Author: Till Brehm • Tags: linux, ubuntu • Comments: 4 • Updated: Jan 26, 2024A swap file in Ubuntu is a dedicated file on the hard drive used as virtual memory when RAM is full, enhancing system performance by providing additional space for temporarily storing data that is not actively used by the CPU.
-
How to change the Swappiness of your Linux system
Author: Bill Toulas • Tags: arch linux, centos, debian, fedora, kernel, linux, mandriva, opensuse, pclinuxos, raspbian, suse, ubuntu • Comments: 21 • Updated: Jan 26, 2024Swappiness is the kernel parameter that defines how much (and how often) your Linux kernel will copy RAM contents to swap. This parameter's default value is “60” and it can take anything from “0” to “100”. The higher the value of the swappiness parameter, the more aggressively your kernel will swap.
-
How to Create a New Branch in GIT
Author: Till Brehm • Tags: linux, programming • Comments: 0 • Published: Jan 24, 2024Git is a distributed version control system used for tracking changes in source code during software development. It supports collaboration, allowing multiple developers to work on different parts of a project simultaneously. Git is known for its speed, data integrity, and support for non-linear workflows.
-
How to Install Joomla on Debian 12
Author: Arvid L • Tags: • Comments: 0 • Published: Jan 23, 2024Joomla CMS is an open-source content management system for building websites and online applications. It offers user-friendly features, extensibility, and is freely available to everyone.
-
How to Install DokuWiki on Debian 12
Author: Arvid L • Tags: apache, debian, linux, server, web server • Comments: 0 • Published: Jan 22, 2024DokuWiki is a simple, versatile open-source wiki software that doesn't require a database. It's known for its ease of maintenance, readability, and user management, making it ideal for creating and managing documentation in corporate or collaborative environments.