<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kb.unixservertech.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kb.unixservertech.com/feed.php">
        <title>Unix Server Tech Knowledge Base - unix:freebsd</title>
        <description></description>
        <link>https://kb.unixservertech.com/</link>
        <image rdf:resource="https://kb.unixservertech.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-27T18:12:08+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/bootscripts?rev=1771091649&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/install_on_older_computers?rev=1473127413&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/installing_to_usb_thumbdrive?rev=1553749494&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/ipmi_sol?rev=1742586081&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/packetfilter?rev=1530747572&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/quick_tips?rev=1763955938&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/ramdisks?rev=1473311502&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/start?rev=1771091857&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/zfs_backups?rev=1713908230&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/zfs_volume_recover?rev=1756022613&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/unix/freebsd/zfs?rev=1744410259&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kb.unixservertech.com/_media/wiki/dokuwiki.svg">
        <title>Unix Server Tech Knowledge Base</title>
        <link>https://kb.unixservertech.com/</link>
        <url>https://kb.unixservertech.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/bootscripts?rev=1771091649&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-14T17:54:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Boot Time Scripts on FreeBSD</title>
        <link>https://kb.unixservertech.com/unix/freebsd/bootscripts?rev=1771091649&amp;do=diff</link>
        <description>Boot Time Scripts on FreeBSD

Sometimes you need to run a script at a specific point during the FreeBSD boot process. For example:

	*  Synchronizing the system clock: If your system clock drifts too far out of sync, ntpd may not be able to correct it. Running</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/install_on_older_computers?rev=1473127413&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-06T02:03:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installing on older computers</title>
        <link>https://kb.unixservertech.com/unix/freebsd/install_on_older_computers?rev=1473127413&amp;do=diff</link>
        <description>Installing on older computers

FreeBSD installer sets up GPT by default. However, I have some servers which have spent years (decades?) in a NOC. Constant temperature, constant humidity, and very, very clean electricity. Some of these are so old, they don't know what to do with GPT.</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/installing_to_usb_thumbdrive?rev=1553749494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-28T05:04:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installing on USB Thumbdrive</title>
        <link>https://kb.unixservertech.com/unix/freebsd/installing_to_usb_thumbdrive?rev=1553749494&amp;do=diff</link>
        <description>Installing on USB Thumbdrive

The main thing with using a USB thumbdrive is to decrease the number of writes. Compared to SSD and platter based block storage devices (disk drives, called “spinner” in this document), USB has a very limited number of writes available.</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/ipmi_sol?rev=1742586081&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-21T19:41:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Serial Port Console under FreeBSD</title>
        <link>https://kb.unixservertech.com/unix/freebsd/ipmi_sol?rev=1742586081&amp;do=diff</link>
        <description>Serial Port Console under FreeBSD

First, determine what serial port you want to use. For IPMI Serial over Lan (SOL), it is whatever is designated in the firmware (BIOS or UEFI) as the console. For Xen, it is most like the first serial port (ttyu0, aka com1 for Windoze users). You will also need the port address to use (0x3F8 for the first port, 0x2F8 for second port, do a google search for the others).</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/packetfilter?rev=1530747572&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-07-04T23:39:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Using PF for Firewall</title>
        <link>https://kb.unixservertech.com/unix/freebsd/packetfilter?rev=1530747572&amp;do=diff</link>
        <description>Using PF for Firewall

Introduction

Packet Filtering (pf) is one of the many firewalls available with FreeBSD. I believe it originally came from OpenBSD and has been ported to many operating systems since.

To enable pf in FreeBSD, you need to create the file</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/quick_tips?rev=1763955938&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-24T03:45:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Quick FreeBSD Tricks</title>
        <link>https://kb.unixservertech.com/unix/freebsd/quick_tips?rev=1763955938&amp;do=diff</link>
        <description>Quick FreeBSD Tricks

In several places, I have simply inserted the code as a script to be downloaded. I tend to keep things like this around so I can just run a simple command instead of copying/pasting an entire line.

Hardware Devices

To locate all attached drives, scan dmesg.boot</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/ramdisks?rev=1473311502&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-08T05:11:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>RamDisks</title>
        <link>https://kb.unixservertech.com/unix/freebsd/ramdisks?rev=1473311502&amp;do=diff</link>
        <description>RamDisks

Found this nice little script that avoids some of the confusion of creating RamDisks under FreeBSD. Just making my own copy here. It creates md10 only, and frees it when you're done (just change the variables).

This creates it as a RAMDisk on Swap. If you want to use main memory, add -M in the mdmfs command</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/start?rev=1771091857&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-14T17:57:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FreeBSD Unix</title>
        <link>https://kb.unixservertech.com/unix/freebsd/start?rev=1771091857&amp;do=diff</link>
        <description>FreeBSD Unix

BSD Unix is one of the oldest still in existence, dating from 1977. As such, it is rock solid with decades of bug fixes, enhancements and tweaks. See &lt;https://en.wikipedia.org/wiki/Berkeley_Software_Distribution&gt; if you want historical information on this fantastically stable operating system.

In the early 1990's, multiple BSD descendants were made Open Source and manage many of the worlds most stable servers. See</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/zfs_backups?rev=1713908230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-23T21:37:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ZFS replication vs rsync</title>
        <link>https://kb.unixservertech.com/unix/freebsd/zfs_backups?rev=1713908230&amp;do=diff</link>
        <description>ZFS replication vs rsync

First, a disclaimer. While I have decades of experience with rsync, I'm fairly new with zfs, so do take the following with that caveat.

There are two main ways I use to back up a ZFS file system; zfs send/recv (aka 'replication') and rsync, with zfs replication being hands down the best way to do it if backing up a zfs file system to another one. NOTE: send/recv is only available if both systems use ZFS.</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/zfs_volume_recover?rev=1756022613&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-24T08:03:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ZFS Recover files from Volume Snapshot</title>
        <link>https://kb.unixservertech.com/unix/freebsd/zfs_volume_recover?rev=1756022613&amp;do=diff</link>
        <description>ZFS Recover files from Volume Snapshot

If you want to recover an entire volume from a snapshot, the command is simple and fast:

zfs rollback dataset/path@snapshot

. This will take a snapshot and make it the active dataset (removing all intermediaries, I think).</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/unix/freebsd/zfs?rev=1744410259&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-11T22:24:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>The ZFS File System</title>
        <link>https://kb.unixservertech.com/unix/freebsd/zfs?rev=1744410259&amp;do=diff</link>
        <description>The ZFS File System

ZFS is the file system currently owned by Oracle, but available under license to other Unicies. It is an advanced file system with a great advantage to the users.

ZFS is tunable; you can turn flags on and off as you like to support a specific purpose for a mount. By default, ZFS has many flags turned on, resulting in a file system that looks slow compared to other systems you may have used. By turning off the options you do not need, however, you can rapidly speed the syste…</description>
    </item>
</rdf:RDF>
