Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe

Abhinav Gyawali

3 posts published

Install Kali Linux with PowerShell on Windows without Virtual Machine (WSL)

Start PowerShell as an administrator. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux And then, you need to restart your machine, so hit y Start PowerShell as an administrator again. Now, that you have WSL enabled, you can install Kali Linux just by going to the Microsoft Store. Or, you can install it via

Abhinav Gyawali May 17, 2020 • 1 min read

Local Certificate Authority for Private Networks

First, we will need to create a Certificate Authority in our home network so that we can sign the certificates. To do that, you can find two scripts in my GitHub repository. We will start by cloning it. Link to the repo: https://github.com/amitn322/localca git clone https:

Abhinav Gyawali May 16, 2020 • 2 min read

Upgrade ProxmoxVE 6.1 to 6.2 without Subscription

Once you have SSHed into your Proxmox: cd /etc/apt/sources.list.d/ There, you should find two files, pve-enterprise.list and pve-no-subscription.list. To make sure that you don't pull anything off the enterprise version, comment out the text in pve.enterpirse.list . Now, in pve-no-subscription.list

Abhinav Gyawali May 16, 2020 • 1 min read
Amit's Blog © 2025
Powered by Ghost