Skip to content

Instantly share code, notes, and snippets.

VMWare ESXi Cheat Sheet

These are my notes on how to configure some aspects of VMWare ESXi when operating it on a standalone server with the free license.

Connecting with SSH

ESXi's SSH server must first be enabled via the host client (web interface).

Dealing with a Blue Screen of Death (BSOD)

Actually, on ESXi, it is a Purple Screen of Death (PSOD)

@bp2008
bp2008 / gist:e879f138173eada129291fbe94484216
Last active February 28, 2021 22:41
Lambda Nu NetDAQ ND-100

Lambda Nu NetDAQ ND-100

Default IP: 192.168.1.99

To modify the configuration of a Lambda Nu NetDAQ ND-100, access the device at http://192.168.1.99/1234

IP and configuration information is from an Amazon.com review

screenshot of amazon review

@bp2008
bp2008 / Install_WindowsPhotoViewer.md
Last active August 31, 2021 19:21
Install Windows 7 Photo Viewer in Windows 10

To add a Windows context menu item "Edit With GIMP", download RegEditWithGimp.reg, edit the version number in the exe path to match your actual GIMP exe, and then double-click the reg file to install it into the registry.

Git Help

Deleting Tags

This must currently be done via a command prompt:

git tag -d [tag]
git push origin :[tag]
@bp2008
bp2008 / windows_font_rendering.md
Created May 14, 2022 05:48
How to change Windows font rendering / cleartype / subpixel antialiasing for displays with BGR, WRGB, and other subpixel layouts.

Purpose

Most computer monitors use an "RGB" subpixel layout, so most computer software (including Windows itself) optimizes its text rendering to look good on this kind of display. However this kind of optimization starts to become undesirable in many situations, where it causes color fringing to appear around text.

Changing font rendering settings in Windows

Method 1: ClearType Tuner

Use the ClearType tuner: Windows > Settings > search: Cleartype

@bp2008
bp2008 / winserver2019core.md
Created September 8, 2019 16:39
Windows Server 2019 Core (Hyper-V Server)

Following is a list of GUI-based programs, which are provided with Windows Server 2019 Core:

SOURCE: https://medium.com/@RealNetwork/windows-server-core-2019-gui-management-sysinternals-utilities-datacenter-standard-hyper-v-dashboard-265801412c89

Control.exe intl.cpl — sets up region information
Control.exe timedate.cpl — sets up date & time
Regedit — registry editor
Notepad — hmm.. what would that be?
Msinfo32.exe — displays comprehensive system information
Taskmgr.exe — can also be executed via ctrl-alt-del

Taskbar Dimmer Autohotkey Script

This Autohotkey script is intended to dim the taskbar when it is not needed in order to reduce the burn-in effect on OLED displays.

Source/Credit

This script originally came from: https://superuser.com/a/1691664

Original script from the link above:

Moving Windows Recovery Partition

When cloning a Windows OS disk to a larger disk, it is common for the OS partition to be followed by a recovery partition. If your disk cloning software does not allow moving the recovery partition, or you forget to do it, it is possible to fix it from within Windows later.

It is possible to move a Windows Recovery Partition without third-party software and without shutting down, for the purpose of extending the OS partition before it.

This guide is based on a superuser.com answer:

answered Oct 21, 2020 at 19:04 - VainMan

@bp2008
bp2008 / linux_cheat_sheet.md
Last active August 23, 2023 22:46
Ubuntu Linux / Raspberry Pi Cheat Sheet

Linux Cheat Sheet

nginx

nginx is typically located at /usr/bin/nginx
nginx configuration is at /etc/nginx

Start

nginx