FreeBSD Jail Quick Setup with Networking (2022)
What is a FreeBSD Jail? The FreeBSD Jail is OS-level virtualization, AKA container in FreeBSD. FreeBSD Jails have been available since 2000. Earlier than Docker (2013), Linux' LXC (2008), and…
What is a FreeBSD Jail? The FreeBSD Jail is OS-level virtualization, AKA container in FreeBSD. FreeBSD Jails have been available since 2000. Earlier than Docker (2013), Linux' LXC (2008), and…
Here I'm proposing Model-Feature-Sensible software architectural pattern. At the same time, I'm refactoring my individual project Ackfock.com according to this pattern. The Model of the application contains object modeling, object…
A software programming tool is easy as long as it's close to our daily life commonsense. However, our daily life languages and commonsense shift rapidly. If programmers want to keep…
Study: 68 percent of IT projects fail On average, large IT projects run 45 percent over budget and 7 percent over time, while delivering 56 percent less value than predicted. …
Recently I need a low cost and stable (I choose FreeBSD for the stability) cloud server instance. Vultr's $2.5/mo plan is the one I found the cheapest with one click…
Link to Quickref. About 25% of a developer's time is spend searching for information. It's well spent, though -- finding reusable code can get a project done on time and…