This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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] : ''; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |