HowtoForge provides user-friendly Linux tutorials.
-
How to Install X-Cart with Nginx and Let's Encrypt SSL on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, ubuntu, web server • Comments: 0This guide describes the process of installing X-Cart 5 on Ubuntu 18.04 LTS using Nginx as the webserver and MySQL as the database server and how to secure the installation with a free SSL Certificate from Let's encrypt.
-
How to setup an Elastic Beanstalk Application on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, server • Comments: 0Elastic Beanstalk is one of the "computer" services in the Amazon Web Services (AWS) cloud. It allows us to easily manage and deploy applications. We don't have to understand or learn the services required to run our application. With Elastic Beanstalk, we only need to upload our application and Elastic Beanstalk takes care of the rest. Elastic Beanstalk supports applications developed in Java, .NET, Go, PHP, Python, Node.js and Ruby.
-
Linux shred Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1This tutorial shows how to delete data safely on Linux by using the shred command. All examples in this article have been tested on an Ubuntu and Debian, but they should work on any other Linux distribution as well.
-
-
Linux vdir Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Listing contents of a directory is one of the most basic tasks that users (both pro and noobs) find themselves involved in. The ls command is hands down the most popular tool used for this purpose. There are some alternatives. For example, there's a utility called vdir, basics of which we'll be discussing here.
-
How to Install PostGIS PostgreSQL Geographic Information Systems on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0PostGIS is an open-source software that allows "Geographic Information Systems" objects to the PostgreSQL object-relational database. In this tutorial, we will learn how to install PostGIS on Debian 10.
-
How to Install OpenCart with Nginx and Let's Encrypt on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, nginx, web server • Comments: 3Opencart is a popular open-source shopping cart solution that helps you to host your own fully functional e-commerce site. In this tutorial, we will show you how to install OpenCart with Nginx on Debian 10 and secure it with Let's Encrypt SSL.
-
How to Install Metabase Business Analytics on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: mysql, ubuntu • Comments: 2Metabase is a free and opensource data analytics and Bussiness intelligence tool. It allows you and your company to as questions and learns from your data. In this tutorial, we will show you how to Install Metabase Data Analytics on Ubuntu 18.04.
-
Linux whatis Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Man pages are one of the most useful resources when it comes to understanding command line utilities. A man page, however, contains a lot of details about the command. IIf you are looking for a short help text, the command whatis becomes handy.
-
How to Setup Bareos Backup Solution on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: backup, linux, ubuntu • Comments: 2Bareos stands for "Backup Archiving Recovery Open Sourced" is a free and open-source backup platform forked from Bacula.org. It is a cross-platform software that can be used for backup, archiving and recovery of data for all operating systems.
-
How to Host a Website with Caddy on Ubuntu 18.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
Caddy also known as a Caddy web server is an open-source web server written in Go language. In this tutorial, we will explain how to host a website with a Caddy web server on Ubuntu 18.04.