Skip to content

Instantly share code, notes, and snippets.

View jdillard's full-sized avatar
🏔️
Dreaming big

Jared Dillard jdillard

🏔️
Dreaming big
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jdillard on github.
  • I am logicwon (https://keybase.io/logicwon) on keybase.
  • I have a public key whose fingerprint is B38F 61B9 84FB 6FD0 A305 0A78 845D 9FE5 8D12 AF46

To claim this, I am signing this object:

@jdillard
jdillard / layout.html
Last active July 19, 2018 05:25
Wiktionary article preview on link hover
<html>
<head>
<script src="https://unpkg.com/tippy.js@2.5.3/dist/tippy.all.min.js"></script>
</head>
<body>
<div id="wiki-template" style="display: none;">
Loading wikipedia summary...
</div>
</body>
</html>
@jdillard
jdillard / layout.html
Last active April 13, 2022 10:36
Wikipedia article preview on link hover
<html>
<head>
<script src="https://unpkg.com/tippy.js@2.5.3/dist/tippy.all.min.js"></script>
</head>
<body>
<div id="wiki-template" style="display: none;">
Loading wikipedia summary...
</div>
</body>
</html>

Making a package for pfSense 2.3

This a short set of notes from my experience making my first pfSense package.

This sort of thing is not my forte so there might be a better way to do certain parts and there certainly many different ways.

Setting up a FreeBSD (build) server

Download and Install FreeBSD