Skip to content

Instantly share code, notes, and snippets.

@Hanif-Ibadurrahman
Hanif-Ibadurrahman / windows-keys.md
Created May 2, 2025 07:03 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@Hanif-Ibadurrahman
Hanif-Ibadurrahman / fix-permission-docker-kill.sh
Created April 11, 2022 12:52 — forked from zenthangplus/fix-permission-docker-kill.sh
Fix permission denied when execute stop or kill docker containers on Ubuntu
#!/usr/bin/env bash
# Error example:
# ERROR: for redis cannot stop container: 16028f9:
# Cannot kill container 16028f9: unknown error after kill: docker-runc did not terminate sucessfully:
# container_linux.go:393: signaling init process caused "permission denied"
#
# This error was caused by AppArmor service in Ubuntu
# It was not working normally due to some unknown issues.
# Run following commands to fix it.