Skip to content

khubla.com

  • BSD
  • CP/M Sources
  • Hobbies
  • Open source
  • Vax
khubla.com
  • Java

    K-REPL

    Bytom@khubla.com December 4, 2018

    A couple projects I’ve been working on have a need for a REPL style console.  I had written a simple framework for creating REPL’s, which is open-sourced here.  

    Read More K-REPLContinue

  • Java

    A Java TELNET server

    Bytom@khubla.com November 4, 2018

    I recently had a reason to need a TELNET server and couldn’t find a Java library that worked for me.  After a weekend of hacking, I now have kTelnet, an Open-source, BSD-licensed, TELNET server.  

    Read More A Java TELNET serverContinue

  • Java

    Quadrigacx API

    Bytom@khubla.com August 5, 2018

    I’ve recently become very interested in blockchain, and that, naturally led me to Ethereum and Bitcoin.  From there, I got a little interested in online trading, but since I prefer not to have to think about trading, I started thinking about a trading bot.  Part of the work I needed to do was write a…

    Read More Quadrigacx APIContinue

  • FreeBSD

    FreeBSD Jail filesystems

    Bytom@khubla.com June 10, 2018

    I’ve been using FreeBSD jails for a while, and was looking for a simple way to create jail filesystems.   After some reading, I came up with this simple script which creates full FreeBSD filesystems.   The filesystem can then be used via jail.conf. #!/bin/bash JAILNAME=$1 echo “kjail “$1 JAIL_HOME=/tank/kjail/ FTP=http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.1-RELEASE/ # # get packages # if…

    Read More FreeBSD Jail filesystemsContinue

  • Uncategorized

    Cross-Compiler fun

    Bytom@khubla.com April 23, 2018April 23, 2018

    I’ve been interested in OS development for a while, and now have a prototypical ARM OS on my private source tree.  For that I used gcc-arm-embedded, which worked quite well.  However, as time went on, i became interested in building my own tool chains.  I started with this list of requirements An up-to-date C/C++ compiler,…

    Read More Cross-Compiler funContinue

  • FreeBSD

    IPSec VPNs with pfsense

    Bytom@khubla.com January 7, 2017

    I’ve been trying forever to get a mobile IPSec connection up between my OS X laptop and pfsense.   Finally, thanks to this outstanding blog post, it works.  I’m especially excited that it works with the default OS X and Android VPN clients. My pfsense config closely mirrors the one specified by Mike Murray pfsense…

    Read More IPSec VPNs with pfsenseContinue

  • Java

    khubla.com Java code released to Maven Central

    Bytom@khubla.com September 10, 2016

    I was recently asked to release some of my code to Maven Central, and therefore had to figure out how to do it.  I’ve now released these khubla.com libraries: cBean Pragmatach antlr4test-maven-plugin OLMReader simpleIOC ParadoxReader The maven coordinates for each are documented on the github pages.  

    Read More khubla.com Java code released to Maven CentralContinue

  • FreeBSD

    Configuring the FreeBSD automounter

    Bytom@khubla.com July 4, 2016

    I have a number of disks in my FreeBSD box which exist only as backups of data.  I prefer that they not be mounted all the time, but instead mounted on use.  They are 2x internal SATA disks and an external USB3 disk.   This blog post explains how they are set up to auto-mount….

    Read More Configuring the FreeBSD automounterContinue

  • FreeBSD

    Print-to-Folder on FreeBSD

    Bytom@khubla.com July 3, 2016July 3, 2016

    Some printers, like the one I have (HP 8600 Pro), have “Print-to-Folder” capability.   Unfortunately, I have no Windows server, only a FreeBSD box to print to.  I can mount folders from the FreeBSD box on my MacBook.. if I can get files to scan there.   So, to do that, I need a Samba…

    Read More Print-to-Folder on FreeBSDContinue

  • Java

    Outlook for Mac Archives

    Bytom@khubla.com June 25, 2016October 30, 2020

    I recently had a reason to parse a large data set, for another project.  I decided that an ideal “large data set” would be my Outlook mail saved archives.  Sadly, Outlook for Mac doesn’t output PST files, it outputs OLM archives, which are, essentially, giant zip files full of XML.  I was coding this all…

    Read More Outlook for Mac ArchivesContinue

Page navigation

Previous PagePrevious 1 2 3 4 … 9 Next PageNext

© 2026 khubla.com - WordPress Theme by Kadence WP

  • BSD
  • CP/M Sources
  • Hobbies
  • Open source
  • Vax