Skip to content

Instantly share code, notes, and snippets.

View mr-anxo's full-sized avatar

Axel Ahin mr-anxo

View GitHub Profile
@jerodg
jerodg / windows_and_office_kms_setup.adoc
Last active May 8, 2025 13:33
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@projected1
projected1 / gitlab-ssh-config.md
Last active April 4, 2025 07:30
GitLab SSH Configuration.

GitLab SSH Config

This tutorial will help you to configure your GitLab SSH keys. Once configured, you should be able to clone repositories, push your changes and submit your pull requests to GitLab repositories via SSH.

Unless otherwise noted, all instructions are for the Window environment. If you are looking for instructions for Linux or MAC OS, please consult the official documentation instead.

Generating a New SSH Key

If not already installed, install Git for Windows.

@ECiurleo
ECiurleo / install_vmware_workstation_pro_17.sh
Created February 20, 2024 12:16
Install VMware Workstation Pro 17 on Ubuntu
#!/bin/bash
# Update package lists
echo "Updating package lists..."
sudo apt update
# Install build-essential, kernel headers, and dkms
echo "Installing build-essential, kernel headers, and dkms..."
sudo apt install -y build-essential linux-headers-$(uname -r) dkms