Fri 23 March 2018 Tech Java REST API with Jackson Annotations and Jackson JSON In extension to the previous post about Java RESTful APIs with JAX-RS, Jetty, and Jersey two additional libraries provide critically …
Thu 22 March 2018 Tech Java REST API with JAX-RS, Jetty, and Jersey Utalizing JAX-RS, Jetty, and Jersey it's possible to create a lightweight RESTful server in no time. This code produces a …
Sun 10 December 2017 Tech Arcanum on Windows 10 (Windowed or Fullscreen) Arcanum is a sixteen year old game and has some difficulties running on the modern day Windows 10. This piece …
Sat 25 November 2017 Debug Unexplained TLS Handshake Failure This was a multifunction copier (MFC) failing scan to email. A packet capture shows a fatal error in the early …
Wed 22 November 2017 Tech Multihoming with source based routing. In a situation with two seperate LANs each with thier own WAN connections, a host wanting to provide services to …
Tue 17 October 2017 Debug WordPress Multisite Network Redirect Loop tl;dr: WordPress multisite has misconfiguration resulting in logic bug causing infinite redirect loop. The Problem In a wordpress network …
Mon 16 October 2017 Excerpt r/Sysadmin - "...Waiting for XYZ routine to complete." A well explained and objective position from someone non-technical, and a clear response from a system administrator. An example of …
Mon 11 September 2017 Debug Failing authorization to an SMTP Relay: An Implication of Innocent Web Design tl;dr: Maximum character limits in Konica Minolta BizHub c284 configuration web gui results in API key being unknowingly truncated …
Sun 03 September 2017 Debug Windows Server 2012 R2 manual reparation of UEFI system bootloaders. tl;dr: ShadowProtect Recovery restore does not restore partition tables automatically. Recently, I reconfigured a RAID array on a server …
Sat 01 July 2017 Tech Converting MKV to MP4 with Windows Subsystem for Linux and FFMPEG Had the often need to convert MKV to MP4, found this pretty cool method taking advantage of WSL and FFMPEG …