Skip to content

Instantly share code, notes, and snippets.

View abraha2d's full-sized avatar

Kevin Abraham abraha2d

View GitHub Profile
@darconeous
darconeous / engenius-eap600-enable-ssh.md
Last active March 24, 2023 20:02
Enabling SSH on Engenius EAP600

Enabling SSH on Engenius EAP600 (and maybe other models)

This tutorial will walk you through the steps needed to get root SSH access on an Engenius EAP600 dual-band WiFi access point. SSH doesn't come enabled out of the box on these things, so if you want to SSH into the device (which is running an old version of OpenWRT), keep reading.

@spali
spali / 10-wancarp
Last active June 8, 2024 07:38
Disable WAN Interface on CARP Backup
#!/usr/local/bin/php
<?php
require_once("config.inc");
require_once("interfaces.inc");
require_once("util.inc");
$subsystem = !empty($argv[1]) ? $argv[1] : '';
$type = !empty($argv[2]) ? $argv[2] : '';
@joanbm
joanbm / nvidia-470xx-fix-linux-6.4.patch
Created May 7, 2023 21:14
Tentative fix for NVIDIA 470.182.03 driver for Linux 6.4-rc1
From 4981428cda825b415eea60313f71bf386cc9f7e1 Mon Sep 17 00:00:00 2001
From: Joan Bruguera <joanbrugueram@gmail.com>
Date: Sat, 25 Feb 2023 10:57:26 +0000
Subject: [PATCH] Tentative fix for NVIDIA 470.182.03 driver for Linux 6.4-rc1
---
nvidia-drm/nvidia-drm-drv.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nvidia-drm/nvidia-drm-drv.c b/nvidia-drm/nvidia-drm-drv.c
@Fjodor42
Fjodor42 / nvidia-535xx-fix-linux-6.5.patch
Created July 17, 2023 10:41
Tentative fix for NVIDIA 535.54.03 driver for Linux 6.5-rc1
diff -Naurp nvidia-535.54.03.orig/common/inc/nv-mm.h nvidia-535.54.03/common/inc/nv-mm.h
--- nvidia-535.54.03.orig/common/inc/nv-mm.h 2023-06-07 01:06:49.000000000 +0200
+++ nvidia-535.54.03/common/inc/nv-mm.h 2023-07-17 12:35:45.635270852 +0200
@@ -23,6 +23,7 @@
#ifndef __NV_MM_H__
#define __NV_MM_H__
+#include <linux/version.h>
#include "conftest.h"