How to create a subscription between an SQS queue and SNS topic on AWS
The idea behind subscribing to SQS in SNS is to send messages from SNS to SQS. One can send both raw messages and any other message attributes included in the SNS message.
View ArticleInstall and Configure PHP OPcache on Ubuntu 20.04
Opcache is a powerful PHP extension used to increase PHP performance by storing precompiled script bytecode in shared memory. In this tutorial, we will show you how to install and enable the Opcache...
View ArticleHow to Install Kanboard Project Management Software on CentOS 8
Kanboard is an open-source project management software that helps you to manage your projects and visualize your workflow. It uses Kanban methodology and is specially designed for small teams that...
View ArticleHow to Install PostGIS PostgreSQL database extender on CentOS 8
PostGIS is a free and open-source database extender for the PostgreSQL Database Management System. It helps you to add some extra functions such as, area, union, intersection, distance, data types, and...
View ArticleHow to Set up RabbitMQ Cluster on Ubuntu 20.04
RabbitMQ is a free, open-source, and multi-protocol messaging broker software written in the Erlang programming language. A message broker is used to store messages for an application. In this...
View ArticleHow to Install Friendica Social Network Platform on Ubuntu 20.04
Friendica is a free, open-source and decentralized social networking platform that helps you to build and maintain your own social networking projects. In this tutorial, we will show you how to install...
View ArticleHow to create an SFTP-enabled Server on AWS
AWS Transfer Family supports Secure File Transfer Protocol (SFTP), File Transfer Protocol over SSL (FTPS), and File Transfer Protocol (FTP) to transfer files to and from AWS S3 or AWS EFS(Elastic File...
View ArticleHow to Install GoAccess Web Log Analyzer on Ubuntu 20.04
GoAccess is a free and open-source weblog analyzer tool used for the analysis of logs in real-time. You can analyze logs through a web browser or terminal. In this tutorial, we will show you how to...
View ArticleHow to create and modify a Parameter Group for an RDS instance on AWS
A Parameter Group contains configuration to be used by the DB instances on AWS. In this article, we will see the steps to create a new Parameter group, change the default value of one of the parameters...
View ArticleHow to Install and Use Snap Package Manager on Ubuntu 20.04
Snap also know as Snappy is an alternative package management tool and program package format developed by Canonical, the company behind Ubuntu Linux. In this tutorial, we will show you how to install...
View ArticleHow to Install Shopware 6 with NGINX and Let's Encrypt on CentOS 8
Shopware is a free and open-source platform that helps you to start your own e-commerce website to power your online business. In this tutorial, we will show you how to install Shopware with Nginx and...
View ArticleHow to configure Route53 with our DomainName to access a static website from...
This article will help you with the steps to host a static website on S3 and redirect traffic from your subdomain to the static website on the S3 bucket.
View ArticleInstall and Use Guacamole Remote Desktop on CentOS 8
Apache Guacamole is a free, open-source, web-based and clientless remote desktop application that supports standard protocols like VNC, RDP, and SSH. In this tutorial, we will show you how to install...
View ArticleHow to Install and Use PowerShell on Ubuntu 20.04
PowerShell is a task-based configuration tool of the Windows operating system which is also available for Linux. It is a very powerful tool used to automate system administrator tasks.
View ArticleHow to Install and Use GVM Vulnerability Scanner on Ubuntu 20.04
GVM also called "Greenbone Vulnerability Management" is an open-source vulnerability scanning and management software that provides a set of network vulnerability tests to find security holes in...
View ArticleHow to Setup Pritunl VPN Server on Ubuntu 20.04
Pritunl is an open-source, simple and easy-to-use VPN server that allows you to setup virtualize your private networks across data centers within a minute. In this tutorial, we will explain how to set...
View ArticleHow to Install Moodle with Nginx and Let's Encrypt SSL on Ubuntu 20.04
Moodle is a free and open-source Learning Management System written in PHP. It provides a way for tutors and instructors to create courses for their students or learners.
View ArticleHow to install Jenkins using a .war file on AWS EC2 Ubuntu 20.04 instance
Jenkins is an open-source Continuous Integration and Continuous Deployment tool. In this article, we will install Jenkins using the .war file in Apache Tomcat.
View ArticleHow to Setup APT Proxy on Ubuntu 20.04 LTS
A proxy server is an intermediate server that sits between the client computer and the internet. In this tutorial, we will show you how to set up proxy settings and apt-proxy in Ubuntu 20.04 Server and...
View ArticleHow to increase the disk space of an AWS EC2 Ubuntu instance
In this article, we will increase the disk space of the boot volume (root partition) with the filesystem of type ext4 of Ubuntu 20.04 Server.
View Article