Linux VM on FreeBSD bhyve

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 […]

Read More… from Linux VM on FreeBSD bhyve

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

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 […]

Read More… from Write a rc.d script in FreeBSD for a go program

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

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 […]

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

Headless torrent on FreeBSD box with Transmission

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 […]

Read More… from Headless torrent on FreeBSD box with Transmission

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

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