NodeJS linux Node JS 

How to install node.js in ubuntu

Install node.js in ubuntu. Currently, the node.js is one of the most popular server-side javascript engines with compiles javascript code at the server-side. Pre-requisites before installation: Please do check your ubuntu version and the latest stable release is installed. Steps to install node.js 1# Step: At first please update/ refresh your ubuntu using the apt package manager. 2# Step: Installing node from the ubuntu repository. 3# Step: After node.js installation at most of the cases you might also need to install npm (node package manager) in windows when you install…

Read More
mongodb Amazon(AWS) linux Mongo DB NoSQL 

How to Install MongoDB Server in Ubuntu AWS EC2 updated in 2020

MongoDB is a free and open-source NoSQL database used in modern-day web applications. In this article, we will install and configure security auth features. #1 Step: installing MongoDB server First Update your ubuntu so that all the latest LTS settings can configure. Install Mongo using below command Note: If any error occurred while installing please refer below.Click here for force install solution #2 Step: Verifying and configuring server autostart By now the database server is automatically started after installation. if not you can follow the below step. How to verify whether…

Read More
linux Tech News Windows 

Get faster internet browsing experience with new DNS -1.1.1.1

The 1.1.1.1 DNS has a partnership with Cloudflare and APNIC, is introducing faster internet browsing experience. How much faster is this? AS DNS 1.1.1.1 claim they are 28% faster than current speed. How to setup on my device?   Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
Windows Windows Server 

How to host SignalR with SSL/https or adding new port to SSL

To host SignalR server and client in a secure hosting, you have to bind a port to SSL to run as https. next comes why to bind a new port to SSL when 443 default already available? Why, because if you are self-hosting outside IIS and 443 is already assigned you have to add a new port to SSL. Follow below steps to find a solution. Binding a new port to SSL Self-hosting under HttpListener is good, but one of the negative aspects of not being part of IIS is…

Read More
HardDisk Windows 

western digital (WD) 2tb external hard drive not detected

I faced this problem when I bought the new WD elements 2TB external HDD. Why Does This Happen? One of the reason was my laptop HP Pavillion G6 Was 6 Years old and Some Hardware Requirements of the PC might not be matching HDD requirements. What was Happening in my case was the HDD was being detected by my Laptop but it was not showing the disk volume in My computer (This PC). But when I checked the disk management it was there showing 1.8 TB. Steps to make the…

Read More
Hosting Windows Windows Server 

How to redirect HTTP to HTTPS URL in Windows server

Step1: Goto Windows Server and open IIS(internet information service) and select the site to which you want the HTTP URL to be redirected to HTTPS URL. Step2: Then in Management Section of the Site selected, find “web platform installer” and double click to open, here search for “URL rewrite” keyword after listing that install that to you server IIS. Note: If, after installing URL rewrite didn’t appear under IIS, please close and reopen the IIS, it will list under IIS tab. From here you can implement in to ways, Either you…

Read More
microsoft-logo Tech News Windows 

You have 10 days left to get Windows 10 for free

Microsoft’s Windows 10 upgrade offer is coming to an end next week. Windows 7 and Windows 8/8.1 users have exactly one 10 days to get Windows 10 for free as the offer ends on July 29. If you are yet to upgrade to Windows 10, you should probably upgrade right now, unless you want to pay $119 to upgrade later. So why should you upgrade to Windows 10? Here are 10 reasons why Microsoft thinks you should upgrade to Windows 10 right now: It’s fast and familiar (thanks to the return…

Read More