Mua hàng bằng cách gọi Hotline 0345-148-136.

Tác giả: PICO

  • Appjail and podman together on FreeBSD

    bởi

    trong

    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…

  • 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…

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

    bởi

    trong

    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ị…

  • Simple self-hosted monitoring tools

    bởi

    trong

    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…

  • Podman Linux images on FreeBSD 14.0

    bởi

    trong

    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…

  • ZFS autobackup and restore

    bởi

    trong

    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…

  • Small self-hosted mail server on FreeBSD

    bởi

    trong

    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…

  • Rust cross-compilation on Void Linux

    bởi

    trong

    It’s for x86_64-unknown-linux-musl, other platforms should be the same. Add rust target platform Install musl-gcc add musl-gcc to cargo, edit .cargo/config (add bellow lines) then build Platform support can be found here. To see a list of available targets

  • Alpine Linux jail on FreeBSD

    bởi

    trong

    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…

  • 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…