Skip to content

Instantly share code, notes, and snippets.

View Bishop-trevorstuart's full-sized avatar

TimeBish0p Bishop-trevorstuart

View GitHub Profile
@spali
spali / 10-wancarp
Last active November 11, 2025 17:07
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] : '';
@solaris9000
solaris9000 / ANSI_Colours.txt
Last active August 16, 2025 17:31
Default ANSI Colours for MobaXterm and Putty
The default ANSI colours are much nicer in MobaXterm (imho) as I find the putty colours a little too dark.
To replicate MobaXterm colours in putty here are the RGB settings.
The default putty ANSI colours are here in case you want to revert back ;)
My preferred font is consolas 9pt cleartype.
MobaXterm Default ANSI Colours
------------------------------
Black 0 0 0
Bold Black 54 54 54