Appjail and podman together on FreeBSD

I’m running my FreeBSD server for a quite of time. I have many jails on this server but then I found that I can run Linux container on FreeBSD too. So I put podman on this box. Appjail and podman are easy to install and maintain, I had no problem with it. It was more […]

Read More… from Appjail and podman together on FreeBSD

Cài đặt AdGuard Home bằng Docker

Hôm nay nhân tiện có khách hỏi Orange Pi Zero3 có chạy được AdGuard Home hay không? Câu trả lời là có! Orange Pi Zero3 có thể chạy Debian 12. Kiến trúc AArch64 (arm64) được hỗ trợ khá phổ biến. Cài trực tiếp (baremetal) chắc chắn được, Armbian / DietPi thậm chí còn có sẵn […]

Read More… from Cài đặt AdGuard Home bằng Docker

Cài đặt NFS để chia sẻ tệp tin trong mạng nội bộ của tui

Tui có viết một bài giới thiệu tổng quan về các phương thức chia sẻ tệp tin tại đây. Các thiết bị trong mạng nội bộ của tui có Linux, FreeBSD, iOS, Android do đó tui lựa chọn NFS. Tài nguyên dùng chung này có thể truy cập được từ tất cả các thiết bị […]

Read More… from Cài đặt NFS để chia sẻ tệp tin trong mạng nội bộ của tui

Simple self-hosted monitoring tools

Recently I need a tool to monitoring my devices, and alert me if some services goes down. I found some softwares on internet. I heard Grafana, Prometheus and Zabbix before but they seems too complicated to me. I have experience with Monit before, the config was simple, it can alert via email. I will have […]

Read More… from Simple self-hosted monitoring tools

Podman Linux images on FreeBSD 14.0

Finally I can run docker / podman Linux container images on FreeBSD. Note that: not every Linux container can run on FreeBSD. I just follow podman docs, install Podman and config pf. 1. podman-run Verify podman can run FreeBSD native image Test Linux container on FreeBSD Test Apache Linux container on FreeBSD List running containers […]

Read More… from Podman Linux images on FreeBSD 14.0

ZFS autobackup and restore

Data backup is important things we need to do. I’m using ZFS because I can do it in easy way. There are many tools to do it: I’m using ZFS-autobackup just because I have experience of it before. I follow the docs. zfs-autobackup cli can be learn by: 1. On source host (pve01) 1.1. Select […]

Read More… from ZFS autobackup and restore

Small self-hosted mail server on FreeBSD

I used to self-host my email server before with stalw.art and it works. I moved my server from Linux to FreeBSD last week then I can’t bring my old email since stalw.art doesn’t support FreeBSD. People usually host their mail with a combine of Postfix and Dovecot but I need a simple solution for my […]

Read More… from Small self-hosted mail server on FreeBSD

Alpine Linux jail on FreeBSD

I’m trying to install mail server on FreeBSD but I don’t want postfix+dovecot which is overkill for me. So I have 2 solutions: Unfortunately, those apps are not available on FreeBSD so I will install them on Alpine Linux jail. To run Alpine Linux jail on FreeBSD: Load required kernel modules. Use loader.conf(5) if you […]

Read More… from Alpine Linux jail on FreeBSD

FreeBSD / OPNsense on NanoPi R2S

My main router still running OPNsense, it is an x86 mini-pc. I have though that I can run FreeBSD / OPNsense on my NanoPi R2S because I’m not a fan of OpenWrt. I want a router / firewall that just works, and no wifi. Since AArch64 (arm64) is well supported by FreeBSD, I think it […]

Read More… from FreeBSD / OPNsense on NanoPi R2S