Skip to content

Instantly share code, notes, and snippets.

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:

@engin
engin / gitlab-backup-to-minio.md
Created January 30, 2024 21:20 — forked from ansemjo/gitlab-backup-to-minio.md
upload gitlab omnibus backups to minio

setup Minio somewhere

Minio is an object storage server compatible with the S3 protocol. Head to https://minio.io/ to learn more.

Hint: You might want to use MINIO_WORM=on to pretect against accidental or malicious deletion of your backups.

seperate users with iam policies

Since RELEASE.2018-10-18T00-28-58Z minio supports seperate users with attached IAM policies. Instead of (or additionally to) using MINIO_WORM=on you could create a new user and attach a writeonly policy:

@engin
engin / jq-cheetsheet.md
Created December 6, 2020 22:04 — forked from olih/jq-cheetsheet.md
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq

@engin
engin / foo.yml
Created October 15, 2020 08:28
turkcell-net
network:
version: 2
renderer: networkd
ethernets:
ens18:
addresses: [ 172.20.3.1/24 ]
gateway4: 172.20.1.1
nameservers:
#search: [ tobb.org.tr ]
addresses:
@engin
engin / keybase.md
Created November 30, 2019 10:47
Keybase proof

Keybase proof

I hereby claim:

  • I am engin on github.
  • I am engin (https://keybase.io/engin) on keybase.
  • I have a public key ASAjPQ_Kh06wfLV7psc5Yqe5J03uDlcQtBDW1G7zwFt3zQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am engin on github.
  • I am engin (https://keybase.io/engin) on keybase.
  • I have a public key ASAjPQ_Kh06wfLV7psc5Yqe5J03uDlcQtBDW1G7zwFt3zQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am engin on github.
  • I am engin (https://keybase.io/engin) on keybase.
  • I have a public key ASAjPQ_Kh06wfLV7psc5Yqe5J03uDlcQtBDW1G7zwFt3zQo

To claim this, I am signing this object:

@engin
engin / k8s-pi.md
Created March 29, 2019 21:22 — forked from alexellis/k8s-pi.md
K8s on Raspbian