Latest Articles

CentOS 7

How to Install Linux, Apache, MySQL, and PHP (LAMP) stack On CentOS7

The LAMP stack is a group of open-source software that is typically installed together to enable a server to host any type of dynamic website and web applications. So, we can see here How to Install Linux, Apache, MySQL, and PHP (LAMP) stack On CentOS7. This term acronym represents

3 min read
CentOS 7

How to Install and Setup the Apache Web Server on CentOS 7

In this article, we will show How to Install and Setup the Apache Web Server on CentOS 7 VPS server. The Apache HTTP server is the most widely used web server in the digital world. It provides us with many powerful features including robust media support, dynamically loadable modules, and

4 min read
CentOS 7

Initial Server Setup with CentOS 7

When you first create a new server, you need to initial the server setup with CentOS 7, and there are some configuration steps that you should take first on as part of the basic setup. If you follow this article, it will increase the security and usability of your CentOS

3 min read
CentOS 7

Configuration and Additional Recommended Steps for New CentOS 7 Servers

In this article, we try to describe Configuration and Additional Recommended Steps for New CentOS 7 Servers. After buying our VPS server and getting users to access we need to minimum configuration for a new server. Also, there are some additional steps that are highly recommended in most cases for

4 min read
AdonisJS

AdonisJS: The Proper way to Handle Request Validation

AdonisJS: The proper way to handle Request Validation. Validation allows us to confirm the data we are working on and accept matches what we expect it to be. So, we can use validation to confirm a requested username matches all of these criteria. As like, we can do this for

4 min read
AdonisJS

AdonisJS: REST API simple CRUD Operation

Adonisjs rest API crud setup I will help you get started with Adonisjs by performing an API CRUD operation in this article. So, we are going to develop a simple Post module by using AdonisJs. Firstly, we will install the Adonisjs version 5. $ npm init adonis-ts-app crud After

5 min read
Cloud Hosting

Create a Custom Post Types Single Page in WordPress

Do you want to create a custom post types single page or create a single template in WordPress without using any plugin or page builder? By default, custom post types in WordPress would use your own or premium theme’s single.php template. Also, you can create your own custom

4 min read
Cloud Hosting

Accessing a Server via the VNC Console

Starting VPS Console, Guide for accessing VPS console through client area for users, Accessing a Server via the VNC Console Introduction: In this article we guide to you accessing VPS console through client area. The remote console works as like ‘Virtual Terminal’. Most like a computer monitor screen attached to

3 min read
Theme Customization

Create a Custom Post Types Archive Page in WordPress

Do you want to create a custom post types archive page or create an archive template in WordPress without using any plugin or page builder? By default, custom post types in WordPress would use your own or premium theme’s archive template. Also, you can create your own custom archive

4 min read