NodeJS Node JS Windows Server 

how to add SSL certificate in node server for webRTC app

I have gone through this problem when I was implementing webRTC signaling server in node.js using muaz khan webRTC experiments. I was running trying to run node on windows server 2012 R2 platform where I already hade a wildcard SSL certificate  (Wildcard SSL Certificate saves you money and time by securing your domain and unlimited sub-domains on a single certificate.) with my main domain so I was trying to implement using that certificate only, here is what I did to solve it. This process is for windows server: First, get .crt(certificate…

Read More
MS SQL Server MS SQL Server SQL 

How to set SQL Server Error Log File size

In my situation, SQL Server Error log file started overflowing after I enabled the Broker interface to my one of the Database, in this situation to solve log file growing in GBs I searched the web and me got many results in chunks, so by combining all the things solved my problem and same is listed below. How to Recycle SQL Server Error Log file without restarting SQL Server Service Recycle SQL Server ErrorLog File using DBCC ERRORLOG Command Recycle SQL Server Error Log File using SP_CYCLE_ERRORLOG System Stored Procedure…

Read More
selenium Testing 

File Upload in Selenium 2/Webdriver

While testing in selenium you may enter a situation where you might have to upload a file for testing. for example, if we consider uploading a file for Olx.in testing there is a file upload required a place where you have to upload a file to test. please find the below snippet for file uploading in selenium. If you have any doubt comment down  below How to upload file to ftp using C#(C-Sharp) – aspx,ashx and ajax Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur,…

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

All you need to know about big windows-10 update April 2018

After Microsoft decided not to change the future windows operating system names, here in 2018 on April 3oth they are coming up with a big update to their Windows 10 in the name of “The Windows 10 April 2018 update/Fall update”. Let’s check all the Major updates it got. Note: The April 2018 Update will be available as a free download beginning Monday, April 30. Timeline helps you easily find what matters to you across your devices The proliferation of devices, combined with the explosion of information, has led to an influx of…

Read More
crystal-reports C#(cSharp) Crystal Reports 

How to pass multiple values to single SetParameterValue() in C# Crystal Reports

Passing multiple values to single SetParameterValue() in C# Crystal Reports We faced this problem in Crystal Reports while filtering data based on multiple values for a single parameter in c#example: if you are using listitems and you are selecting multiple values to be passed to crystal report for filtering then you can use like this as below code snippet. First, add using system collections then create one arraylist object and read listitem and add to arrayList as below (this below code is for listitems) and (This below is code 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
News 

List of Free online pdf document converts and compressor

PDF Converters and compressor PDF to DOC is a converter allows you to save a PDF file as an editable document in Microsoft Word DOC format, ensuring better quality than many other converters. click here  PDF to DOCX converter allows you to convert PDF documents to Office Open XML files, compatible will all major office software, providing the best possible quality of conversion. click here PDF to TEXT Free and easy to use online PDF to text converter to extract text data from PDF files without having to install any software.…

Read More