Virtualization

AdonisJS

AdonisJS: File Uploads

In this article, we can try to Define the AdonisJS File uploads Module, A file upload module built for AdonisJS, and How to Manage File Uploads and Validate Them in AdonisJS. File Uploads AdonisJS provides you with a robust and performant API for dealing with file uploads. You can process

2 min read
AdonisJS

AdonisJS: Events and Listeners

In this article, we will learn about Defining the AdonisJS Events and Listeners Module, how Adonis supports these Events and Listeners Module, and how to define these Events and Listeners Module. AdonisJS Events and Listeners The events module differs from the Node.js native Events module and the AdonisJS event

3 min read
CentOS 7

How to install cPanel WHM on a CentOS VPS

In this article, we will try to show you how to install cPanel WHM on a CentOS VPS. Nowadays, cPanel is a popular Linux Based web hosting control panel in the world. cPanel provides a graphical user interface for managing and hosting multiple websites on a single Virtual Private Server

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
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