Jenkins Windows 

How to install Jenkins on Windows Server

Installing Jenkins on a Windows server is straightforward. Here are the step-by-step instructions: Prerequisites: Steps: 1. Download Jenkins: 2. Run the Installer: 3. Install Jenkins: 4. Start Jenkins: 5. Unlock Jenkins: 6. Customize and Use Jenkins: 7. Start Using Jenkins: That’s it! You’ve successfully installed Jenkins on your Windows Server machine. You can now use Jenkins to automate your software development processes. Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
Operating System Windows 

How to Use Microsoft PC Manager in Windows 10 and Windows 11

Microsoft keeps upping the performance of Windows 11 and tweaking Windows 10 a little bit as well. However, not many users believe that’s sufficient. In order to improve the performance of Windows 11 and 10 PCs, the business is currently developing a new application called PC Manager. The utility, which was first developed for the Chinese PC market, seeks to rapidly enhance performance and disable programs that are detrimental to the usage and health of your PC. Therefore, you have arrived at the appropriate location if you want to learn…

Read More
power toys Windows 

PowerToys – Windows hidden app for Power users

What is Microsoft PowerToys? Microsoft PowerToys is a collection of free system utilities created by Microsoft for use with the Windows operating system and targeted at power users. To increase efficiency or provide additional customization, these apps modify or add functionality. Windows 95, Windows XP, Windows 10, and Windows 11 all support PowerToys. How to Get/Install Microsoft PowerToys? You can obtain an installer for PowerToys from GitHub or the Microsoft Store, and then enable the functionality you desire via the PowerToys Settings program. It is open-source and free. Download the…

Read More
Azure Windows 

Powershell: How to connect to Microsoft Cloud Services like Az, AzureAD, Exchange, Teams

When I was working with Microsoft Azure Services, I started listing important commands which can be handy using PowerShell, so here I am publishing in my blog article below. Prerequisites before starting: Tools needed: Run the below commands in PowerShell to install the tool. Az: Install-Module Az -Force -AllowClobber AzureAD: Install-Module AzureAD -Force -AllowClobber ExchangeOnlineManagement: Install-Module ExchangeOnlineManagement -Force -AllowClobber Microsoft Teams: Install-Module MSTeams -Force -AllowClobber step #1: Before proceeding further Check weather required modules are installed using below command: Step #2: Store account credentials in a variable Below are the…

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