VPS

VPSHosting

I offers professional hosting solutions for all your needs - whether for business or private applications, for Internet beginners or experts with top web hosting requirements. We bring our customers online: Our product range includes classic web hosting solutions at discount prices.

How to use Google Cloud PubSub with a Node.js Application

How to use Google Cloud PubSub with a Node.js ApplicationGoogle Cloud Pub/Sub is a messaging service that allows applications to communicate with each other asynchronously. In this article, we will integrate Google...

How to create PDF using puppeteer on Azure Functions.

How to create PDF using puppeteer on Azure Functions. One of the most popular tools for creating PDFs is Puppeteer, which is also required by many Node.js modules. It runs as a "headless...

How to prevent 404 attacks in Apache Web server using fail2ban?

How to prevent 404 attacks in Apache Web server using fail2ban?404 attacks are a good option for hackers. they use this as a DDoS tool. Fail2ban helps to prevent that attacks. Fail2ban frequently...

How to change Open file limit ( ulimit -n ) on ubuntu 18.04

How to change Open file limit ( ulimit -n ) on ubuntu 18.04So, let's start the article for How to change Open file limit ( ulimit -n ) on ubuntu 18.04 Prerequisites - Ubuntu...

How to install Nginx on ubuntu 18.04

How to install Nginx on ubuntu 18.04So, let's start the article for how to install Nginx on ubuntu 18.04 Prerequisites - Ubuntu 18.04 with SSH access.NOTE: I'm not responsible for any type of data...

Set default timezone in NodeJS

NodeJS return time in UTC. (0.00) as I understand there are two ways to store/set default timezone for NodeJS. First set in code using process.env.tz. another one is set date default timezone while...

Sync your AWS S3 to VPS using awscli on UBUNTU 18.04

Sync your AWS S3 to VPS using awscli on UBUNTU 18.04Do you need to take backup of all of your file from Amazone AWS S3 bucket? You can take backup in local machine...

Install Redis on Ubuntu 18.04

Install Redis on Ubuntu 18.04Redis is an in-memory key-esteem store known for its adaptability, execution, and wide language support. This instructional exercise exhibits how to introduce, design, and secure Redis on a...