Hi there 👋

Welcome to my blog! I’m Nahil, and I enjoy writing about topics that pique my interest, especially those related to technology. Feel free to explore my articles at your convenience

How to Powerup Industrial Network Switch

I decided to challange myself and tried to power up an FS IES3110-8TFP-R Industrial Network Switch. This post will only show how to connect the wires to the power supply and from the power supply to the switch. I will be making a basic configuration guide soon! The cable I am using is a normal C13 computer power cable with the C13 head cut off. First I am going to take an appropriate size of cable from the plug head to the power supply and then cut the cable....

February 9, 2024 · 2 min · 296 words · Nahil

Windows Installation Network Requirement Bypass

I was asked to format a laptop at work a few days ago due to the laptop having some issues. So after formatting I found myself at this very annoying part of the installation process where I need to connect to the internet to continue the setup and it doesn’t have any skip buttons. After a few searches I found an easy way to bypass this screen and install windows without connecting to the internet....

February 9, 2024 · 2 min · 372 words · Nahil

Ad Free Spotify on Desktop

This only works for windows 🚨 This method is completely safe as it is coming from an open-source project BlockTheSpot. Step 1: Search for PowerShell on the windows search bar. Right click and select “Run as administrator” In the PowerShell terminal paste the following codes: Set-ExecutionPolicy Unrestricted Type “A” when prompted and press enter. This is so that we can run the below code in the terminal without any errors. Since this is a 3rd party script PowerShell is set to restricted mode by default to not allow any execution of 3rd party scripts to run....

December 2, 2023 · 1 min · 185 words · Nahil

Windows Server 2022 setup using Virtual Box

Recently, I’ve been trying to learn more about system administration. I did a small course on powershell and at work I’ve always been curious on how Active Directory works since first time I ever heard of that feature or ever seen it was when I joined my current work place. Pre requisites: Windows Server 2022 iso Virtual Machine software. (I am using VirtualBox) How to setup Windows server 2022 in Virtual Box...

December 1, 2023 · 2 min · 356 words · Nahil

Hello World

print("Hello World") console.log("Hello World") fn main() { println!("Hello, World!"); } >++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>++++++[<+++++++>-]<+ +.------------.>++++++[<+++++++++>-]<+.<.+++.------.--------.>>>++++[<++++++++>- ]<+.

November 27, 2023 · 1 min · 13 words · Nahil