Skip to content

Instantly share code, notes, and snippets.

View whudn's full-sized avatar
:shipit:
I may be slow to respond.

Wahyu whudn

:shipit:
I may be slow to respond.
View GitHub Profile
@whudn
whudn / windows_and_office_kms_setup.adoc
Created May 4, 2024 12:44 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@whudn
whudn / kms.md
Last active May 4, 2024 12:39
KMS

HOW TO

  • slmgr /ipk yourlicensekey
  • slmgr /skms kms8.msguides.com
  • slmgr /ato

LICENSE

WINDOWS 10

  • Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
  • Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM
@whudn
whudn / deploy.sh
Created April 14, 2023 07:02
generated auto deploy
#!/bin/bash
echo -e "\033[0;32mDeploying updates to GitHub...\033[0m"
# Build the project.
hugo -t Papermod # if using a theme, replace with `hugo -t <YOURTHEME>`
# Go To Public folder
cd public
# Add changes to git.
git add .
@whudn
whudn / onedrive.sh
Created March 28, 2023 21:27
add onedrive on fedora
sudo dnf copr enable jstaf/onedriver
sudo dnf install onedriver
@whudn
whudn / clear-error-reporting.sh
Last active April 14, 2023 06:38
Delete all errors in error reporter
abrt-cli rm -f /var/spool/abrt/*
@whudn
whudn / fixupdate-redhat-vm.sh
Last active March 28, 2023 21:29
azure redHat vm yum update fails with SSL peer rejected your certificate as expired
sudo yum update -y --disablerepo='*' --enablerepo='*microsoft*'