Skip to content

Instantly share code, notes, and snippets.

View mk01's full-sized avatar

Matus Kral mk01

  • Bratislava, SLOVAK REPUBLIC
View GitHub Profile
@joanbm
joanbm / nvidia-fix-linux-5.13.patch
Created May 9, 2021 22:12
Tentative fix for NVIDIA 465.27 driver for Linux 5.13-rc1
From 6c1d401600b76dd7d9c24ca4c6aa8d6e6b54fb05 Mon Sep 17 00:00:00 2001
From: Joan Bruguera <joanbrugueram@gmail.com>
Date: Fri, 16 Apr 2021 09:29:24 +0200
Subject: [PATCH] Tentative fix for NVIDIA 465.27 driver for Linux 5.13-rc1
---
nvidia-drm/nvidia-drm-crtc.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/nvidia-drm/nvidia-drm-crtc.c b/nvidia-drm/nvidia-drm-crtc.c
@daenney
daenney / CIExyIKEA.png
Last active March 20, 2022 00:54
Ikea TRADFRI bulb E27 CWS opal 600lm gamut
CIExyIKEA.png
#!/bin/bash -x
yum -y update --security
##########################
## ENABLE SSH RECORDING ##
##########################
# Create a new folder for the log files
mkdir /var/log/bastion
@heri16
heri16 / bgpd.conf
Last active December 1, 2025 08:16
AWS VPC VPN StrongSwan Virtual Tunnel Interface (VTI)
#@ /etc/quagga/bgpd.conf (Centos & Ubuntu)
hostname <Local OS hostname>
password <Any random phrase>
enable password <Any random phrase>
!
log file /var/log/quagga/bgpd
!debug bgp events
!debug bgp zebra
debug bgp updates
@hhcordero
hhcordero / 1_Dockerised_JMeter.md
Last active February 26, 2026 10:29
Dockerized JMeter - A Distributed Load Testing Workflow