HowtoForge provides user-friendly Linux tutorials.
-
How to setup EC2 Auto Scaling Group (ASG) on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 1In this article, we will see how to create an ASG and see how the number of instances can be maintained if the count decreases or load on the system increases.
-
What is umask in Linux?
Author: Nitesh Bhavsar • Tags: linux, shell • Comments: 3UMASK in Linux or Unix systems is known as User Mask or it is also called as User file creation Mask. This is a base permission or default permission when a new file or folder is created in the Linux machine.
-
How to update ONLYOFFICE Document Server to version 5.5
Author: Daria • Tags: linux • Comments: 0In this tutorial, we'll learn how to update ONLYOFFICE Document Server to version 5.5 separately from other components. ONLYOFFICE is a free open-source solution with online editors and collaboration platform that includes doc management, projects, CRM, mail, chat, calendar and more.
-
-
Converting your Python 2 code to Python 3
Author: grothe • Tags: linux, programming • Comments: 0Python 2 reached the end of life on January 1, 2020. Python 3 has been available since 2008, but converting from 2 to 3 has been slow because of dependencies on libraries that were not available in Python 3 initially. This tutorial will show you how to convert Python 2 code to Python 3 using the 2to3 tool.
-
How to Install an Email Server with ISPConfig on Debian 10
Author: Tapio Lehtonen • Tags: debian, email, ispconfig, linux • Comments: 4This tutorial shows how to install a mail server on Debian 10 using ISPConfig server control panel.
-
How to Install WonderCMS with Apache and Let's Encrypt SSL on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0WonderCMS is a free, open-source, simple and lightweight content management system for building simple websites and blogs. It is a flat-file CMS and doesn't require any database.
-
Linux tr Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Depending on the kind of work you do on the command line in Linux, you may want a utility that can act as a Swiss army knife for quick text editing. Gladly, there exists a tool dubbed tr, which qualifies for this role.
-
How to Install Vanila Forum and Secure it with Let's Encrypt on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 0Vanilla is a free, open-source and flexible community forum software that can be used to build your own forum site. In this tutorial, we will learn how to install Vanilla forum on CentOS 8 and secure it with Let's Encrypt SSL.
-
How to Install Magento on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 3Magento is one of the most popular open-source e-commerce platforms that allows you to set up e-commerce websites and online stores in minutes. In this tutorial, we will show you how to install Magento on CentOS 8 with Let's Encrypt free SSL.
-
How to create a Virtual Private Cloud (VPC) in AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0VPC (Virtual Private Cloud) falls under - Network and Content Delivery - service in AWS (Amazon Web Services). VPC provides us logically a virtual private, isolated cloud. In this article, we will see how to create a VPC using the Wizard as this is the simplest way to start with.