All posts by 17% Mister Wizard

Tera Term Terminal Emulator

Tera Term is the terminal emulator for Microsoft Windows, that supports serial port, telnet and SSH connections. Among many other features it also has built in Macro scripting language. Tera Term is often used to automate tasks related to remote connections initiated from PC. Tera Term, pronounced as ‘tera ta-mu’ and also known by the…  Read More 

MySQL Open Source Database

MySQL is the world’s most popular open source database software, with over 100 million copies of its software downloaded or distributed throughout it’s history. With its superior speed, reliability, and ease of use, MySQL has become the preferred choice for Web, Web 2.0, SaaS, ISV, Telecom companies and forward-thinking corporate IT Managers because it eliminates…  Read More 

ESXi 5.5 Firewall Commands

ESXi Firewall Commands Command Description esxcli network firewall get Returns the enabled or disabled status of the firewall and lists default actions. esxcli network firewall set –defaultaction Update default actions. esxcli network firewall set –enabled Set to true to enable the firewall, set to false to disable the firewall. esxcli network firewall load Load the…  Read More 

Custom OpenVPN Installer XP (NSIS)

In this tutorial I will show you how to roll your own custom OpenVPN client installer using NSIS. The installer will include the Better OpenVPN GUI Client that I have previously written about. This tutorial is a modified version of Mathias Sundman’s original tutorial which can be found here. Required software NSIS 3.0b3 – Nullsoft…  Read More 

Nullsoft Scriptable Install System

NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution. Being a user’s first experience with your product, a stable and reliable installer is an important component of succesful software. With…  Read More