Skip to content

Instantly share code, notes, and snippets.

@whitehotlogic
whitehotlogic / Microsoft-CLI-Notes.md
Last active August 17, 2018 14:47
Generic Microsoft Server + Desktop CLI Troubleshooting Cheatsheet

Microsoft Troubleshooting -- CLI Notes

(for Windows Workstations & Servers)

1. General

2. Networking

3. Task Management

4. Hard Drive Diagnosis / Repair

5. Windows Corruption Diagnosis / Repair

6. Control Panel Applet & MMC Shortcuts

public int TrailingZerosInNFactorial(int n)
{
var factorialCalulation = calculateFactorial(n);
var trailingZerosInFactorial = getTrailingZeros(factorialCalculation);
return trailingZerosInFactorial;
}
private int calculateFactorial(int n)
{
#!/bin/bash
iwconfig=/sbin/iwconfig
names=()
vals=()
names+=('timestamp')
vals+=(`date -u +"%Y-%m-%dT%H:%M:%SZ"`)
@whitehotlogic
whitehotlogic / moolticute-windows-installation-runbook.md
Last active September 28, 2022 01:00
Install moolticute on Windows 11 (mooltipass gui)