Author: tkrn

Run PtokaX Under systemd

Here is the example to run PtokaX Direct Connect Hub software as a daemon under systemd. Tested and used on Debian 9 Stretch. This also assumes you’re using a non-privileged user and your binary is at /usr/local/bin/PtokaX.

Quanta LB4M Quick Configuration Examples

The Quanta switches are not well documented nor is it very good. We will cover the basics of configuring the LB4M switch which includes management IP address, SSH, firmware and LACP port channeling. Configure a Management IP Address + Enable SSH: Upgrade LB4M Firmware: You can download the latest known Layer2 version of the firmware […]

Custom SSL Certificate Installation for UniFi Video

This article assumes that you have already have a certificate, a corresponding private key and the certificate authority certificate. This guide will not guide you on making a CA, certificates or singing a certificate. I would recommend using a OpenSSL wrapper tool such as EasyRSA for certificate management. The following steps assumes the following: You’re […]

Deluge Client in a FreeNAS 11 iocage Jail Easy Tutorial

FreeNAS 11 introduces a new way to manage jails, iocage. As FreeNAS transitions there is a gap for users that leveraged precreated plugins in previous versions of FreeNAS. This guide will help you create a jail in, assign users, permissions and installing Deluge the BitTorrent client in an iocage managed jail. SSH into FreeNAS as […]

Silicone Image Sil680 Controller in Windows 7 x64

The Adaptec ASH-1233 is a dual port IDE RAID controller card that features a Silicone Image Sil680 Sil0680 chipset. Drivers for it were never officially released for Windows 7 but this guide and drivers will help you enable your Sil680 chipset in Windows 7 (x64 or Itanium). The driver was released by Silicone Image but […]

Oracle Database Queries in PowerShell, Script Examples

Below are some code examples to help get your data out of an Oracle database into a PowerShell object quickly! The logic to manipulate data is the same regardless of vendor: load any required libraries, define the connection string, setup the connection object, use that connection object for subsequent queries and finally close the connection. […]

YaBB SE 1.5.5 MySQL Unknown Column Fix

For retro purposes, I wanted to make anĀ old instance of YaBB SE 1.5.4 a read-only version to look back with friends to get some kicks and laughs. I first upgraded from YaBB SE 1.5.4 to YaBB SE 1.5.5c. This was a small project try bring this up on a modern operating system, primarily around the […]

Failed to Start Migration Pre-copy Error 0xbad003f vMotion Migration Fix

“A general system error occurred: Failed to start migration pre-copy. Error 0xbad003f. Connection closed by remote host, possibly due to timeout.” “A general system error occurred: Failed to start migration pre-copy. Error 0xbad004b. Connection reset by peer.” Another issue, that I recently came across was a live vMotion issue where the vMotion migration would fail […]