Skip to content

Instantly share code, notes, and snippets.

@Kibur
Kibur / 0-INDEX
Last active January 14, 2017 12:09
My experience towards CentOS
@Kibur
Kibur / office2016_activation.bat
Last active March 11, 2025 06:13
Microsoft Office 2016 activation script for all versions
@echo off
title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&ech
@Kibur
Kibur / Setting Yubikey 5 on Linux
Created June 5, 2021 10:19
Getting Yubikey working on Ubuntu and derived distros
Ability to communicate with the Yubikey:
sudo apt-get install pcscd (https://docs.yubico.com/software/yubikey/tools/ykman/Introduction.html#linux)
Yubico Authenticator:
Set PPA for Yubico (https://support.yubico.com/hc/en-us/articles/360016649039-Enabling-the-Yubico-PPA-on-Ubuntu)
sudo add-apt-repository ppa:yubico/stable && sudo apt-get update
Just download and run the official AppImage.
If still having issues consider setting following up: