HowtoForge provides user-friendly Linux tutorials.
-
How to Monitor Log Files with Graylog v3.1 on Debian 10
Author: Kenny Khoo • Tags: debian, server • Comments: 5Graylog is a free and open-source log management tool based on Java, ElasticSearch and MongoDB. Graylog can be used to collect, index and analyze any server log from a centralized location or distributed location.
-
How to Install Horde Groupware Suite on Debian 10
Author: Hitesh Jethva • Tags: apache, debian, email, web server • Comments: 4Horde Groupware is a free and open-source collaboration suite that offers calendar, notes, tasks, file manager and many more. In this tutorial, we will learn how to install Horde Groupware on Debian 10 server.
-
How to Install FAMP Stack (Apache / MySQL / PHP) on FreeBSD 12
Author: Blago Eres • Tags: apache, freebsd, mysql, php, web server • Comments: 7The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web applications. FAMP is an acronym that stands for FreeBSD (operating system), Apache (HTTP server), MySQL/MariaDB (database server), and PHP (programming language to process dynamic PHP content).
-
-
How to Install Apache Spark Cluster Computing Framework on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0Apache Spark is a free and open-source cluster-computing framework used for analytics, machine learning and graph processing on large volumes of data. In this tutorial, we will show you how to install Apache Spark on Debian 10 server.
-
What is IAM and How does IAM Work in AWS?
Author: Rahul Shivalkar • Tags: server, virtualization • Comments: 4IAM (Identity and Access Management) falls under “Security, Identity, & Compliance” service in AWS (Amazon Web Services). It lets us manage access to AWS services and resources securely. Using IAM we can create and manage AWS users, groups, roles and use permissions to allow or deny their access to AWS resources.
-
How to Install Polr Link Shortener on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 1Polr is a free and open-source URL shortener that allows you to host your own link shortener. In this tutorial, we will show you how to install Polr Link Shortener on Debian 10 server.
-
How to install Nextcloud with ISPConfig 3.1
Author: Thom Pol • Tags: ispconfig, linux, web server • Comments: 7This tutorial shows you how to install nextcloud on an ISPConfig server by adding a website, database and FTP user in ISPConfig and then installing Nextcloud into the web directory of the newly added website.
-
Maintaining remote Websites with Sitecopy on Ubuntu 18.04
Author: Till Brehm • Tags: linux, server, ubuntu, web server • Comments: 2Sitecopy is a tool for copying locally stored websites to a remote web server (via FTP or WebDAV). It helps you to keep the remote site in sync with your local copy by uploading modified local files and deleting remote files deleted on the local computer. This tutorial shows you how to manage your remote site from your local Ubuntu 18.04 desktop with Sitecopy.
-
How to Install Wekan Kanban with Nginx and Let's Encrypt SSL on Debian 10
Author: Hitesh Jethva • Tags: debian, nginx, web server • Comments: 2Wekan is a free and open-source Kanban Board built with the Meteor JavaScript framework and is distributed under the MIT license. It is very similar to Workflowy and Trello that helps you to manage day-to-day tasks, prepare todo lists, managing other people, etc.
-
Install Adminer Database Management Tool on Debian 10
Author: Hitesh Jethva • Tags: debian, mysql • Comments: 3Managing database systems like MySQL, PostgreSQL, Oracle, and SQLite form the web-based UI is easier than using the command-line tool. Adminer is one of the best full-featured database management tool written in PHP.