Skip to content

Instantly share code, notes, and snippets.

View OlyMahmudMugdho's full-sized avatar
🎯
Focusing on Software Design & Architecture

M. Oly Mahmud OlyMahmudMugdho

🎯
Focusing on Software Design & Architecture
View GitHub Profile
#!/bin/bash
cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy/
openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt
@OlyMahmudMugdho
OlyMahmudMugdho / k3s_helm_install.sh
Last active November 27, 2024 14:39 — forked from icebob/k3s_helm_install.sh
K3S + Helm installing
# Install K3S
curl -sfL https://get.k3s.io | sh -
# Copy k3s config
mkdir $HOME/.kube
sudo cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config
# sudo chmod 644 $HOME/.kube/config
chmod 600 ~/.kube/config
# Check K3S

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key: