Mua hàng tại Link Shopee hoặc Hotline 0345-148-136.

Thẻ: freebsd

  • Linux VM on FreeBSD bhyve

    bởi

    trong ,

    I’ve been using FreeBSD on my server for a while and it work very well. Today I want to install memos on this server but I couldn’t build its ui in FreeBSD jail. pnpm is not support FreeBSD yet. So if I want to run memos on this FreeBSD machine then I need to build…

  • Write a rc.d script in FreeBSD for a go program

    bởi

    trong

    I’ve just install MailyGo from source on FreeBSD and this is what I leaned. Build go program from source on FreeBSD was easy. You just need to install golang, build it then copy to /usr/local/bin I wrote some rc.d scripts for FreeBSD before but it was not work for some golang program. The problem is…

  • Tự động tải phim chương-trình-tv nhạc sách với Prowlarr Radarr Sonarr Lidarr Readarr

    bởi

    trong ,

    Các phần mềm cần cài đặt: Danh sách trên có vẻ dài tuy nhiên nhiều trong số chúng khá giống nhau, việc cài đặt và cấu hình tương đối đơn giản. Tùy theo nhu cầu bạn có thể cài đặt tất cả hoặc một trong số chúng. Mình chỉ dùng để tải movies và tv…

  • Headless torrent on FreeBSD box with Transmission

    bởi

    trong

    I’m moving all of my devices from Linux to FreeBSD. This is my second box, which used to run Transmission for my torrent thing. So I install FreeBSD on it, and make an jail to run Transmission. It was simple Edit config file to avoid 403 forbidden error Change rpc-whitelist-enabled to false Then start transmission…

  • WordPress under reverse proxy and real client IP

    bởi

    trong ,

    I have several wordpress websites which is running on my FreeBSD server. This is my stack: The website work well of course but It couldn’t record real IP of the client. It catch my Reverse Proxy (Caddy) in my subnet (something like this 10.0.0.XXX) instead of real client IP. I check my setup by my…

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

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