<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://heins.one/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Wissen - freebsd</title>
        <description></description>
        <link>https://heins.one/wiki/</link>
        <lastBuildDate>Sat, 11 Apr 2026 17:37:09 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://heins.one/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>Wissen</title>
            <link>https://heins.one/wiki/</link>
        </image>
        <item>
            <title>acls</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:acls&amp;rev=1523556489&amp;do=diff</link>
            <description>ACLs

Für UFS &amp; ZFS:

	*  &lt;http://wiki.freebsd.org/NFSv4_ACLs&gt;
# getfacl datei.txt
# getfacl -v datei.txt</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:08:09 +0000</pubDate>
        </item>
        <item>
            <title>benutzer_anlegen</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:benutzer_anlegen&amp;rev=1716832958&amp;do=diff</link>
            <description>Benutzer / User

FreeBSD

	*  &lt;http://www.cyberciti.biz/tips/freebsd-becoming-super-user-su-or-enabling-su-access-to-user.html&gt;
	*  SFTP-only mit Change Root

einen unprivilegierten Benutzer &quot;fritz&quot; anlegen:
&gt; pw useradd -m -M 0700 -n fritz
soll der Benutzer &quot;fritz&quot; als SHELL die BASH bekommen (sie muss natürlich installiert sein), dann brauchen wir die Option &quot;-s&quot; (alle nutzbaren/installierten Shells stehen in der der Datei</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 27 May 2024 18:02:38 +0000</pubDate>
        </item>
        <item>
            <title>cds_brennen</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:cds_brennen&amp;rev=1710019121&amp;do=diff</link>
            <description>CD&#039;s brennen

Unter FreeBSD kann man out of the Box mit BurnCD CD&#039;s auf IDE-Brennern brennen.
Für SCSI- oder USB-Brenner braucht man CDRecord.

siehe auch: Wie brenne ich ein iso-Image unter Linux/Unix? (Debian)

1. Schritt

Erstellen einer &quot;Image-Datei&quot; mit mkisofs.

2. Schritt

Image-Datei mounten und kontrollieren, wenn alles klar ist kann gebrannt werden.
Wie eine Image-Datei als &quot;Pseudolaufwerke&quot; angesprochen werden kann
ist ebenfalls unter &quot;Software&quot; beschrieben.
(Die meisten User lassen d…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Mar 2024 21:18:41 +0000</pubDate>
        </item>
        <item>
            <title>cpuset</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:cpuset&amp;rev=1645609770&amp;do=diff</link>
            <description>cpuset

Die Nutzung der CPU-Kerne begrenzen in FreeBSD begrenzen.

so limitiert man die CPU-Nutzung des Prozesses 94035 auf die CPU-Kerne 0, 1, 2, 6:
&gt; cpuset -g -p 94035
pid 94035 mask: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
pid 94035 domain policy: first-touch mask: 0

&gt; cpuset -p 94035 -l 0-2,6

&gt; cpuset -g -p 94035
pid 94035 mask: 0, 1, 2, 6
pid 94035 domain policy: first-touch mask: 0</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 23 Feb 2022 09:49:30 +0000</pubDate>
        </item>
        <item>
            <title>das_ganze_freebsd-system_bauen</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:das_ganze_freebsd-system_bauen&amp;rev=1618101851&amp;do=diff</link>
            <description>das ganze FreeBSD-System bauen

Bevor wir das neue System installieren ist es zwingend erforderlich die Dateien
/usr/src/README und /usr/src/UPDATING zu lesen!
Jedenfalls die für uns wichtigen Abschnitte.
Denn hier stehen Wichtige Hinweise, die beachtet werden müssen!</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 11 Apr 2021 00:44:11 +0000</pubDate>
        </item>
        <item>
            <title>date_freebsd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:date_freebsd&amp;rev=1683460095&amp;do=diff</link>
            <description>date

siehe auch: international genormte Zeitangabe - ISO-8601

Datum und Uhrzeit anzeigen:
&gt; date
Fr 27. Nov 21:24:16 CET 2020
Datum und Uhrzeit im Europäischen Format anzeigen:
&gt; date +&quot;%Y-%m-%d %H:%M:%S&quot;
&gt; date +&#039;%F %T&#039;
2017-10-11 15:39:24
Datumsformat umwandeln mit FreeBSD oder Darwin, hier soll ein normales Datum+Uhrzeit (&quot;2020-08-07 17:36:21&quot;) in Sekunden Unix-Zeit umgerechnet werden:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 07 May 2023 11:48:15 +0000</pubDate>
        </item>
        <item>
            <title>devd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:devd&amp;rev=1523556744&amp;do=diff</link>
            <description>devd

Das was bei Linux udev ist, ist bei FreeBSD devd.

devd reagiert (unter anderem) auf die event&#039;s von devfs, wie unter Linux udev auf Kernel-event&#039;s reagiert.
# vi /etc/devd.conf
# /etc/rc.d/devd restart
Die Standardeinstellungen stehen in der Datei /etc/defaults/devfs.rules</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:12:24 +0000</pubDate>
        </item>
        <item>
            <title>die_freebsd-quelle_aktualisieren</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:die_freebsd-quelle_aktualisieren&amp;rev=1682896447&amp;do=diff</link>
            <description>die FreeBSD-Quelle aktualisieren

	*  FreeBSD Git repositories
		*  index : src - about
		*  index : src - summary

	*  &lt;https://www.freebsd.org/releng/&gt; - Release Engineering

	*  die FreeBSD-Quelle aktualisieren
	*  das ganze FreeBSD-System bauen
	*  nur den FreeBSD-Kernel bauen

ab FreeBSD 13 werden die Quellen mit GIT gesaugt

Nachricht vom 13. April 2021: FreeBSD 13.0-RELEASE Now Available

	*  FreeBSD and Git
	*  24.5. Updating FreeBSD from Source
	*  git ready - Pull mit Rebase

Vorbereit…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 30 Apr 2023 23:14:07 +0000</pubDate>
        </item>
        <item>
            <title>festplatten_partitionen_mounten</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:festplatten_partitionen_mounten&amp;rev=1726526659&amp;do=diff</link>
            <description>Festplatten/Partitionen mounten

siehe auch:

	*  bootfähige Volumen
	*  mount ISO
	*  Festplatten/Partitionen mounten

FreeBSD

Mount, ntfs, uuid und fstab

FreeBSD - Partition

ganze Platte einbinden

initialisieren:
# fdisk -I /dev/da2
# ls -la /dev/da2*
formatieren:
# newfs /dev/da2a 
einbinden:
# mount /dev/da2a /mnt/
DOS/Windoofs - Partition mounten</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Sep 2024 22:44:19 +0000</pubDate>
        </item>
        <item>
            <title>freebsd-14.0-stable-image</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd-14.0-stable-image&amp;rev=1708189025&amp;do=diff</link>
            <description>FreeBSD-14.0-STABLE-Image

FreeBSD-14.0-STABLE Downlad &amp; Start


#!/bin/sh

#------------------------------------------------------------------------------#
#
# Dieses Skript hilt sich das neueste FreeBSD-RAW-Image und startet es mit Bhyve.
# Zu diesem Zweck wird auch ein TAP angelegt, wenn es nicht schon da ist und
# zur Brücke hinzugefügt.
#
#------------------------------------------------------------------------------#

VERSIN=&quot;2024021700&quot;

RAM=&quot;1G&quot;
NIC=&quot;tap10&quot;

### wenn das NIC bereits in N…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 Feb 2024 16:57:05 +0000</pubDate>
        </item>
        <item>
            <title>freebsd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd&amp;rev=1754783699&amp;do=diff</link>
            <description>FreeBSD
&gt; pw groupadd -n schlauberger
&gt; pw useradd -n fritz -m -M 0700 -g schlauberger -s /usr/local/bin/bash

&gt; pw userdel fritz -r
&gt; pw group del schlauberger

&gt; sysctl machdep.bootmethod
machdep.bootmethod: BIOS
FreeBSD Mall

	*  FreeBSD Anleitung für Linux-Benutzer
	*  FreeBSD Anleitung für Linux®-Benutzer

	*  Free BSD ist in manchen Punkten besser als Linux, wir zeigen Ihnen wo (2016-07-28)
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 23:54:59 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_auf_einen_usb-stick_installieren</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_auf_einen_usb-stick_installieren&amp;rev=1523557153&amp;do=diff</link>
            <description>FreeBSD (6.1-RC1-i386) - auf einen USB-Stick installieren

	*  &lt;http://typo.submonkey.net/articles/2006/03/20/installing-freebsd-onto-a-usb-stick&gt;
	*  &lt;http://typo.submonkey.net/articles/2006/04/13/installing-freebsd-on-usb-stick-episode-2&gt;

----------

der einfache Weg

Einfach von der Installations-CD booten und dann auf den USB-Stick installieren...

Allerdings gibt es bei einer solchen Installation eine Menge zu optimieren.
Zum Beispiel sollte man kein Swap auf den Stick legen und auch das &quot;…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:19:13 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_aus_den_cvs-quellen_aktuallisieren</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_aus_den_cvs-quellen_aktuallisieren&amp;rev=1523557055&amp;do=diff</link>
            <description>FreeBSD - aus den CVS-Quellen aktuallisieren

Am 10. Januar 2013 erschien auf FreeBSD News Flash die Mitteilung, daß der Ports-Tree ab dem 28. Februar 2013 nicht mehr per CVS bereitgestellt wird. Wer bis dato CVS, CVSup oder csup einsetzte soll in Zukunft PortSnap oder direkt</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:17:35 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_automatischer_fsck</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_automatischer_fsck&amp;rev=1619031144&amp;do=diff</link>
            <description>FreeBSD - automatischer fsck

FreeBSD 13.0

Um einen vollständigen fsck durchführen zu lassen, muss man den Hintergrund-fsck abschalten.
Weil der Hintergrund-fsck Dateisysteme nur unzureichend überprüfen kann, denn die Dateisysteme sind ja dann gemountet bzw. im Zugriff.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 21 Apr 2021 18:52:24 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_bhyve</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_bhyve&amp;rev=1720290005&amp;do=diff</link>
            <description>FreeBSD - Bhyve

	*  FreeBSD-Wiki: Bhyve
	*  FreeBSD als Host mit bhyve
		*  VirtFS/9p filesystem passthrough support (virtio-9p)

	*  Bhyve driver
		*  Virtio-9p filesystem


Bhyve ist ein Hypervisor, auf dem Gastbetriebssysteme in einer virtuellen Maschine ausgeführt werden.

Bhyve installieren

das Virtualisierungsmodul laden:
&gt; kldload vmm
&gt; echo &#039;vmm_load=&quot;YES&quot;&#039; &gt;&gt; /boot/loader.conf</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 06 Jul 2024 18:20:05 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_bridge</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_bridge&amp;rev=1708162545&amp;do=diff</link>
            <description>FreeBSD - Bridge

siehe: Understanding TUN TAP Interfaces

Nur TAP (OSI/ISO-Layer 2) kann in einer Bridge verwendet werden, nicht TUN (OSI/ISO-Layer 3)!

CLI

&lt;https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bridging.html&gt;

Brücke anlegen:
&gt; ifconfig bridge create
bridge0

&gt; ifconfig bridge0
bridge0: flags=8802&lt;BROADCAST,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500
        ether 96:3d:4b:f1:79:7a
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
        maxage 20 hol…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 Feb 2024 09:35:45 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_cpu</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_cpu&amp;rev=1643057856&amp;do=diff</link>
            <description>FreeBSD - CPU

CPU Auslastung anzeigen

Quelle: &lt;http://www.chruetertee.ch/blog/archive/2010/09/18/cpu-auslastung-anzeigen.html&gt;

Installation:
&gt; pkg install sysutils/pcpustat
Handhabung:
&gt; pcpustat -w 1
&gt; top -P
Die Anzahl der CPU-Threads insgesamt (Kerne + HT) mit FreeBSD ermitteln:
&gt; sysctl -n hw.ncpu
4

&gt; sysctl -n kern.smp.cpus
4</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 Jan 2022 20:57:36 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_festplatten</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_festplatten&amp;rev=1754261990&amp;do=diff</link>
            <description>FreeBSD - Festplatten

siehe auch:

	*  Festplatten
	*  Festplatten partitionieren
	*  FreeBSD - Festplatten
	*  ZFS
		*  Boot-Pool
		*  zusätzliches Laufwerk für FreeBSD 12 einrichten
		*  Boot-Laufwerk für FreeBSD 12 partitionieren


Seit FreeBSD 6.3 wurde das menügeführte Plattenpartitionsprogramm sade (sysadmins disk editor) eingeführt.

ACHTUNG:
Mit FreeBSD 9.0 wurde sysinstall entfernt und als Ersatz wurde in FreeBSD 9.0</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 03 Aug 2025 22:59:50 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_firefox</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_firefox&amp;rev=1523557193&amp;do=diff</link>
            <description>FreeBSD - Firefox

(FreeBSD 9.0)

Installation mit Plugins

	*  FreeBSD - Desktop-Browser - Firefox und andere, sowie die Installation vom Java-Plugin und Flash-Plugin
		*  Firefox installieren: &gt; portmaster www/firefox
			*  &gt; echo &#039;sem_load=&quot;YES&quot;&#039; &gt;&gt; /boot/loader.conf
			*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:19:53 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_firewall</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_firewall&amp;rev=1523557217&amp;do=diff</link>
            <description>FreeBSD - Firewall

/etc/rc.firewall
#!/bin/sh
# 
######## Variablen werden definiert ########################################### 
NETDEV=&quot;fxp0&quot;         # Netzwerk-Device
LIP=&quot;192.168.0.100&quot;   # locale IP
############################################################################### 
#
######## Alle Rgeln werden geloescht (RESET) ################################## 
ipfw -f flush 
############################################################################### 
# 
######## Nicht-Routingfaehige IP…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:20:17 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_formatieren_mit_ufs</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_formatieren_mit_ufs&amp;rev=1708168158&amp;do=diff</link>
            <description>FreeBSD - formatieren mit UFS

Hier zeige ich wie man einen Datenträger für das formatieren mit UFS vorbereitet und dann formatiert,
allerdings bevorzuge ich seit FreeBSD 8.0 das Dateisystem ZFS.   ;-)

Disketten mit UFS formatieren
# fdformat -f 1440 fd0
# disklabel -w fd0 floppy3
# newfs -i 65536 /dev/fd0</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 Feb 2024 11:09:18 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_installation</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_installation&amp;rev=1708523544&amp;do=diff</link>
            <description>FreeBSD - Installation

	*  FreeBSD - Installationsanleitung für FreeBSD 4.5

automatisierte PXE-Installation (wie Redhat&#039;s Kickstart)

ACHTUNG:
Mit FreeBSD 9.0 wurde sysinstall entfernt und als Ersatz wurde in FreeBSD 9.0 bsdinstall eingeführt.

Mit sysinstall war es möglich eine automatisierte PXE-Installation durchzuführen (wie Redhat&#039;s Kickstart), jetzt nutzt man für diese Zwecke</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 21 Feb 2024 13:52:24 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_installationsanleitung_fuer_freebsd_4.5</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_installationsanleitung_fuer_freebsd_4.5&amp;rev=1523557706&amp;do=diff</link>
            <description>FreeBSD - Installationsanleitung für FreeBSD 4.5

Basis
Installationsanleitung FreeBSD 4.5 (Basis)
------------------------------------------

1) Partitionierung

/               1024               MB
SWAP            2048               MB
/usr            4096               MB

je nach Bedarf:

/var    &gt;       3072 (oder REST)   MB

Softupdates ist auf allen Partitionen zu aktivieren!




2) Konfiguration

Es ist - je nach Verwendungszweck - auf folgende Details zu achten:

* /etc/rc.conf (allgem…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:28:26 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_localtime</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_localtime&amp;rev=1523557799&amp;do=diff</link>
            <description>FreeBSD - localtime

locale Zeitzone einstellen (MET)
&gt; rm -f /etc/localtime
&gt; ln -s /usr/share/zoneinfo/MET /etc/localtime
für weitere Zeitbezogene Einstellungen siehe Zeitserver NTP</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:29:59 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_memory-disk</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_memory-disk&amp;rev=1523557877&amp;do=diff</link>
            <description>FreeBSD - Memory-Disk

FreeBSD 4.x

Das &quot;/tmp&quot; mit mfs (Memory-File-System) im RAM/Swap betreiben:

Wenn das Swap-Device in der &quot;/etc/fstab&quot; wie folgt drin steht,
/dev/ad0s1b    none    swap    sw    0    0
dann muss diese Zeile hinzugefühgt werden:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:31:17 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_monitoring</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_monitoring&amp;rev=1768563720&amp;do=diff</link>
            <description>FreeBSD - Monitoring

siehe auch: Systemwerkzeuge

Mit System-Werkzeugen
[root@freebsd13 ~]# top[root@freebsd13 ~]# cd /usr/ports/sysutils/freecolor/
[root@freebsd13 /usr/ports/sysutils/freecolor]# make clean
[root@freebsd13 /usr/ports/sysutils/freecolor]# make
[root@freebsd13 /usr/ports/sysutils/freecolor]# make install
[root@freebsd13 /usr/ports/sysutils/freecolor]# make clean
[root@freebsd13 /usr/ports/sysutils/freecolor]# cd

[root@freebsd13 ~]# freecolor -mots 1
             total       use…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 16 Jan 2026 11:42:00 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_multimedia</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_multimedia&amp;rev=1682895957&amp;do=diff</link>
            <description>FreeBSD - Multimedia

ab FreeBSD 11.0-RELEASE

FFmpeg

Weil der FFmpeg aus dem Repository nicht alle Formate und Codecs unterstützt, werden wir ihn lieber aus dem guten alten Ports-Tree bauen:
cd /usr/ports/sysutils/eject  &amp;&amp; make clean ; make &amp;&amp; make install &amp;&amp; make clean
cd /usr/ports/sysutils/dvd+rw-tools &amp;&amp; make clean ; make &amp;&amp; make install &amp;&amp; make clean
cd /usr/ports/multimedia/libdvdread &amp;&amp; make clean ; make &amp;&amp; make install &amp;&amp; make clean
cd /usr/ports/multimedia/x264 &amp;&amp; make clean ; make &amp;…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 30 Apr 2023 23:05:57 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_netzwerkkonfiguration</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_netzwerkkonfiguration&amp;rev=1669477721&amp;do=diff</link>
            <description>FreeBSD - Netzwerkkonfiguration

Netzwerk konfigurieren

Quelle: &lt;http://www.cyberciti.biz/tips/freebsd-how-to-setup-2-ip-address-on-one-nic.html&gt;

	*  FreeBSD - Bridge
	*  FreeBSD - TAP
&gt; arp -an
Netzwerk neu starten
&gt; /etc/rc.d/netif restart
eine IP auf eine Netzwerkkarte legen:
&gt; ifconfig em0 10.20.110.2 netmask 255.255.255.192
eine Alias-IP (zweite, dritte,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 26 Nov 2022 15:48:41 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_nvidia</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_nvidia&amp;rev=1523557967&amp;do=diff</link>
            <description>FreeBSD - NVIDIA

NVIDIA GeForce 7050 - C68

Leider unterstützt z.Z. der nv-Treiber die &#039;GeForce 7050 - C68&#039; nicht.

	*  &lt;http://www.x.org/releases/current/doc/man/man4/nv.4.xhtml&gt;

Deshalb kann man nur den vesa oder den NVIDIAProprietaryDriver verwenden.

Installation von Hand

	*  &lt;http://wiki.x.org/wiki/NVIDIAProprietaryDriver&gt;
		*  &lt;http://www.nvidia.com/object/unix.html&gt;
			*  &lt;http://www.nvidia.com/object/freebsd-x64-304.43-driver.html&gt;
			*  &lt;http://www.nvidia.de/object/freebsd-x64-304.43…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:32:47 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_paket-management</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_paket-management&amp;rev=1683242959&amp;do=diff</link>
            <description>FreeBSD - Paket-Management

Das neue Paketmanagement in FreeBSD - aus ADMIN 01/2013

pkgng (ab FreeBSD 10)

FreeBSD - PKG

pkg_xxx (bis FreeBSD 9)

&quot;pkg_*&quot; ist veraltet und wird seit &quot;FreeBSD 10&quot; nicht mehr unterstützt! Seit &quot;FreeBSD 10&quot; wird das Kommando pkg (Paket: pkgng) für die Paketverwaltung verwendet!</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 04 May 2023 23:29:19 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_pkg</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_pkg&amp;rev=1754780572&amp;do=diff</link>
            <description>FreeBSD - PKG

	*  pkgng
	*  &lt;https://wiki.freebsd.org/PkgPrimer&gt;
	*  &lt;https://docs.freebsd.org/en/books/handbook/ports/#ports-using&gt;
	*  &lt;https://www.youtube.com/watch?v=4Hxq7AHZ27I&gt;
	*  4.4. Benutzen von pkg zur Verwaltung von Binärpaketen
	*  [FreeBSD] pkgng: Tester gesucht!
	*  So verwalten Sie Pakete unter FreeBSD 10.1 mit Pkg
	*  FreeBSD - Update
	*  FreeBSD - Upgrade
	*  FreeBSD - Ports-Tree
	*  FreeBSD - PortMaster verwendet nur Werkzeuge, die bereits im Basissystem vorhanden sind
	*  Fr…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 23:02:52 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_port-weiterleitung</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_port-weiterleitung&amp;rev=1711642434&amp;do=diff</link>
            <description>FreeBSD - Port-Weiterleitung

In diesem Beispiel wird der Port 192.168.1.1:24 (Host) auf den Port 192.168.1.200:22 (VM) weitergeleitet.

VM als Ziel für die Port-Weiterleitung

Bhyve mit FreeBSD 13.0-RELEASE-p9

siehe auch: FreeBSD - Bhyve

Die Linux-VM mit der IP</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Mar 2024 16:13:54 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_portmaster</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_portmaster&amp;rev=1754780654&amp;do=diff</link>
            <description>FreeBSD - PortMaster

&lt;https://docs.freebsd.org/de/books/handbook/ports/&gt;

Vorbereitungen

	*  &lt;https://docs.freebsd.org/en/books/handbook/ports/&gt;
	*  FreeBSD - PKG
	*  FreeBSD - Update
	*  FreeBSD - Upgrade
	*  FreeBSD - Ports-Tree
	*  FreeBSD - PortUpgrade

Installation

	*  &lt;http://www.freebsd.org/doc/de/books/handbook/ports-using.html&gt;

PortMaster verwendet nur Werkzeuge, die bereits im Basissystem vorhanden sind (ist also nicht von weiteren Ports abhängig). Es verwendet Informationen in /va…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 23:04:14 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_ports-tree</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_ports-tree&amp;rev=1754780626&amp;do=diff</link>
            <description>FreeBSD - Ports-Tree

	*  &lt;https://wiki.freebsd.org/&gt; =&gt; FreeBSD-Ports-Tree-Wiki
	*  siehe auch: NetBSD - Ports-Tree
		*  &lt;http://wiki.netbsd.org/ports/&gt; =&gt; NetBSD-Ports-Tree-Wiki

	*  &lt;https://docs.freebsd.org/en/books/porters-handbook/&gt;
	*  &lt;https://cgit.freebsd.org/ports&gt;
	*  FreeBSD - PKG
	*  FreeBSD - Update
	*  FreeBSD - Upgrade
	*  FreeBSD - PortMaster verwendet nur Werkzeuge, die bereits im Basissystem vorhanden sind
	*  FreeBSD - PortUpgrade

Allgemeines

in das gewünschte Ports-Tree-Ve…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 23:03:46 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_portupgrade</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_portupgrade&amp;rev=1754780685&amp;do=diff</link>
            <description>FreeBSD - PortUpgrade

	*  &lt;https://docs.freebsd.org/de/books/handbook/ports/&gt;

Vorbereitungen

	*  FreeBSD - PKG
	*  FreeBSD - Update
	*  FreeBSD - Upgrade
	*  FreeBSD - Ports-Tree
	*  FreeBSD - PortMaster verwendet nur Werkzeuge, die bereits im Basissystem vorhanden sind

Allgemeines

	*  &lt;https://wiki.freebsd.org/portupgrade&gt;
		*  Hints &amp; Tips
			*  portsclean -D löscht alte Distfiles.
			*  portsclean -C bereinigt alle Arbeitsverzeichnisse.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 23:04:45 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_power-management</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_power-management&amp;rev=1523558505&amp;do=diff</link>
            <description>FreeBSD - Power-Management

FreeBSD 4

APM und ACPI

Die APM- und ACPI-Module schliessen sich gegenseitig aus!
Es kann also entweder das APM-Modul oder das ACPI-Modul geladen werden.
Das bedeutet, es kann nur einen geben...

Advanced Power Management (APM)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:41:45 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_probleme</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_probleme&amp;rev=1705588120&amp;do=diff</link>
            <description>FreeBSD - Probleme

Probleme mit USB

FreeBSD - USB-Probleme

Probleme mit S-ATA

Das system bleibt stehen und ist über das LAN nicht mehr erreichbar,
auf dem Bildschirm sind solche Meldungen zu lesen:
Jan 18 02:44:12 erde kernel: ahcich19: Timeout on slot 6 port 0
Jan 18 02:44:12 erde kernel: ahcich19: is 00000000 cs 00000040 ss 00000000 rs 00000040 tfd 150 serr 00000000 cmd 0015c517
Jan 18 02:44:12 erde kernel: (aprobe0:ahcich19:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
Ja…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Jan 2024 14:28:40 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_proxy_nutzen</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_proxy_nutzen&amp;rev=1523558596&amp;do=diff</link>
            <description>FreeBSD - Proxy nutzen


#!/usr/bin/env bash

PROXY_SERVER=&quot;http://192.168.2.1:3128&quot;

http_proxy=&quot;${PROXY_SERVER}&quot;
export http_proxy
https_proxy=&quot;${PROXY_SERVER}&quot;
export https_proxy
ftp_proxy=&quot;${PROXY_SERVER}&quot;
export ftp_proxy

pkg ${@}


ohne Proxy nach dem Paket &quot;minidlna&quot; suchen:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:43:16 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_prozessor-microcode-update</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_prozessor-microcode-update&amp;rev=1754789642&amp;do=diff</link>
            <description>FreeBSD - Prozessor-Microcode-Update

Intel Microcode unter FreeBSD aktualisieren - Variante 2: Update via cpupdate

FreeBSD 12.1

Installation von cpupdate

cpupdate installieren, Microcodes runterladen und konvertieren
&gt; portsnap auto
...
Building new INDEX files... done.

&gt; cd /usr/ports
&gt; make search name=cpupdate
Port:   cpupdate-g20180513_2
Path:   /usr/ports/sysutils/cpupdate
Info:   CPU microcode update utility for x86
Maint:  eugen@FreeBSD.org
B-deps:
R-deps:
WWW:    https://github.com/…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 Aug 2025 01:34:02 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_rc.conf</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_rc.conf&amp;rev=1523560768&amp;do=diff</link>
            <description>FreeBSD - rc.conf

Die Konfiguration aller Dienste (einzeln startbare Programme) heißt /etc/rc.conf.
Es ist aber möglich Teile, die zu einem einzigen Programm gehören, aus diese globale Konfigurationsdatei, in eine einzelne separate Konfigurationsdatei auszulagern.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 19:19:28 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_smbfs</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_smbfs&amp;rev=1523558623&amp;do=diff</link>
            <description>FreeBSD - smbFS

verschiedene Möglichkeiten von der Kommandozeile aus:
# mount_smbfs -N -I 192.168.1.1 //venus/HDD1 /mnt/
# mount_smbfs -U user -I 192.168.1.1 //venus/HDD1 /mnt/
# mount_smbfs -I 192.168.1.1 //user@venus/HDD1 /mnt/
# mount -t smbfs //user@venus/HDD1/ /mnt/
# mount -t smbfs //user@192.168.1.1/HDD1/ /mnt/
# mount -t smbfs -o &quot;-N,-I=192.168.1.1&quot; //user:@mediabox/HDD1/ /mnt/
# mount -t smbfs //user:geheim@venus/HDD1/ /mnt/</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:43:43 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_swap-bereich</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_swap-bereich&amp;rev=1621449747&amp;do=diff</link>
            <description>FreeBSD - Swap-Bereich

	*  &lt;http://www.freebsd.org/doc/de/books/handbook/configtuning-initial.html&gt;
	*  &lt;http://www.freebsd.org/doc/de/books/handbook/swap-encrypting.html&gt;

FreeBSD 13.0

1GB-Swap-Datei erstellen:
Legen Sie die Swap-Datei /usr/swap0 an:
&gt; dd if=/dev/zero of=/usr/swap0 bs=1024k count=1024
Setzen Sie die richtigen Berechtigungen für /usr/swap0:
&gt; chmod 0600 /usr/swap0
in die</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 19 May 2021 18:42:27 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_tap</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_tap&amp;rev=1651426294&amp;do=diff</link>
            <description>FreeBSD - TAP

Nur TAP (OSI/ISO-Layer 2) kann in einer Bridge verwendet werden, nicht TUN (OSI/ISO-Layer 3)!

&lt;https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/virtualization-host-bhyve.html&gt;

Erstellen Sie ein tap-Gerät, um dieses mit der Netzwerk-Schnittstelle der virtuellen Maschine zu verbinden. Damit sich die Schnittstelle mit dem Netzwerk verbinden kann, müssen Sie zusätzlich eine</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 01 May 2022 17:31:34 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_tastatur-layout</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_tastatur-layout&amp;rev=1523558822&amp;do=diff</link>
            <description>FreeBSD - Tastatur-Layout

	*  &lt;https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/&gt;
		*  &lt;https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/install-start.html#config-keymap&gt;
		*  &lt;https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/using-bsdinstall.html#bsdinstall-keymap-select-default&gt;
		*  &lt;https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/using-bsdinstall.html#bsdinstall-config-keymap&gt;
		*  &lt;https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/x-config.…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:47:02 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_umts</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_umts&amp;rev=1523558991&amp;do=diff</link>
            <description>FreeBSD - UMTS

Meines wissens nach, gibt es für FreeBSD z.Z. keine Möglichkeit UMTS-Hardware direkt anzusprechen.

Man kann es aber über einen Umweg erreichen.

O2 hat den Tarif surf@home im Angebot,
zu dem es eine UMTS-Box gibt, die man scheinbar über</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:49:51 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_update</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_update&amp;rev=1754789374&amp;do=diff</link>
            <description>FreeBSD - Update

	*  FreeBSD - PKG
	*  FreeBSD - Upgrade
	*  FreeBSD - Ports-Tree
	*  FreeBSD - PortMaster verwendet nur Werkzeuge, die bereits im Basissystem vorhanden sind
	*  FreeBSD - PortUpgrade
to update:  modernisieren
to upgrade: aktualisieren
Allgemeines

25.6. Updating FreeBSD from Source
&gt; vi /etc/freebsd-update.conf
aktuelle Hardware-Plattform:
&gt; uname -m
amd64</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 Aug 2025 01:29:34 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_upgrade</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_upgrade&amp;rev=1754792151&amp;do=diff</link>
            <description>FreeBSD - Upgrade

	*  FreeBSD - PKG
	*  FreeBSD - Update
	*  FreeBSD - Ports-Tree
	*  FreeBSD - PortMaster verwendet nur Werkzeuge, die bereits im Basissystem vorhanden sind
	*  FreeBSD - PortUpgrade


/root/bin/FreeBSD_-_Update.sh
reboot
/root/bin/FreeBSD_-_Upgrade_Teil_1.sh
reboot
/root/bin/FreeBSD_-_Upgrade_Teil_2.sh
reboot
/root/bin/FreeBSD_-_Upgrade_Teil_3.sh
reboot
/root/bin/FreeBSD_-_Update.sh</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 Aug 2025 02:15:51 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_usb-probleme</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_usb-probleme&amp;rev=1523559112&amp;do=diff</link>
            <description>FreeBSD - USB-Probleme

umass-Problem (FreeBSD+USB)

Meine USB-Probleme mit FreeBSD 8.

Die sehen in dmesg mit ZFS so aus:
(da2:umass-sim1:1:0:0): SYNCHRONIZE CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0 
(da2:umass-sim1:1:0:0): CAM Status: SCSI Status Error
(da2:umass-sim1:1:0:0): SCSI Status: Check Condition
(da2:umass-sim1:1:0:0): ILLEGAL REQUEST asc:20,0
(da2:umass-sim1:1:0:0): Invalid command operation code
(da2:umass-sim1:1:0:0): Unretryable error
(da2:umass-sim1:1:0:0): SYNCHRONIZE CACHE(10). CDB…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:51:52 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_usb</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_usb&amp;rev=1523559060&amp;do=diff</link>
            <description>FreeBSD - USB

	*  FreeBSD - USB-Probleme
	*  USB 3.0 mit FreeBSD In FreeBSD wird USB 3.0 erst ab der Version 8.2 unterstützt, es muss das Modul &#039;xhci&#039; geladen werden!

so kann man den USB-Bus erneut scannen (rescan USB-Bus):
&gt; camcontrol rescan all
FreeBSD 8

USB4BSD - &quot;neuer&quot; USB Treiber für FreeBSD

Wen USB gelegentlich unter FreeBSD in die Verzweiflung treibt (kann passieren), für den gibts</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:51:00 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_virtualisierung_emu_s</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_virtualisierung_emu_s&amp;rev=1651426318&amp;do=diff</link>
            <description>FreeBSD - Virtualisierung (Emu&#039;s)

Mit FreeBSD funktioniert aktuell leider nur die Prozessvirtualisierung (Jail und Linux) zuverlässig und stabil (mit Einschränkungen auch Wine). Die beiden schnellsten Emulatoren, die es zur Zeit in den FreeBSD-Ports gibt, sind QEmu und VirtualBox. Früher funktionierte QEmu+Kqemu prima, dann kam KVM und seit dem bin ich mit QEmu unter FreeBSD sehr unzufrieden.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 01 May 2022 17:31:58 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_vpn</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_vpn&amp;rev=1712327398&amp;do=diff</link>
            <description>FreeBSD - VPN

Siehe auch openVPN

	*  &lt;https://thebestvpn.com/pptp-l2tp-openvpn-sstp-ikev2-protocols/&gt;
	*  &lt;https://de.vpnmentor.com/blog/vpn-protokollvergleich-pptp-vs-l2tp-vs-openvpn-vs-sstp-vs-ikev2/&gt;
	*  &lt;https://wiki.strongswan.org/projects/strongswan/wiki/FreeBSD&gt;
	*  &lt;https://www.digitalocean.com/community/tutorials/how-to-set-up-an-ikev2-vpn-server-with-strongswan-on-ubuntu-16-04&gt;

Demnach ist IKEv2 am sichersten, strongswan kann das und es ist als vorkompiliertes Binärpaket in FreeBSD …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Apr 2024 14:29:58 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_wlan</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_wlan&amp;rev=1523559422&amp;do=diff</link>
            <description>FreeBSD - WLAN

	*  &lt;http://www.freebsd.org/doc/de/books/handbook/book.html&gt;

PCI-Karte:
# pciconf -lv
ath0@pci0:3:0:0:        class=0x020000 card=0x058a1014 chip=0x1014168c rev=0x01 hdr=0x00
    vendor     = &#039;Atheros Communications Inc.&#039;
    device     = &#039;AR5212 Atheros AR5212 802.11abg wireless&#039;
    class      = network
    subclass   = ethernet</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:57:02 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_-_x11</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_-_x11&amp;rev=1523559460&amp;do=diff</link>
            <description>FreeBSD - X11

X-Display-Manager

Installation von XDM aus den Ports:
# portmaster x11/xdm
Um es beim booten automatisch starten zu lassen, muss nur ein Wort umgestellt werden.

dazu öffnen wir diese Datei:
# vi /etc/ttys
und ändern in dieser Zeile das</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:57:40 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_9</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_9&amp;rev=1708033835&amp;do=diff</link>
            <description>FreeBSD 9

Basis-System

	*  FreeBSD aktualisieren
			*  FreeBSD-Update -&gt; Binär-Update für die FreeBSD-RELEASES


Sicherheitsaktualisierungen einspielen:
&gt; freebsd-update fetch
&gt; freebsd-update install
System-Upgrade auf ein neues RELEASE:
&gt; freebsd-update -r 9.1-RELEASE upgrade
&gt; freebsd-update install
&gt; reboot
&gt; freebsd-update install</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 Feb 2024 21:50:35 +0000</pubDate>
        </item>
        <item>
            <title>freebsd_10</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:freebsd_10&amp;rev=1682895940&amp;do=diff</link>
            <description>FreeBSD 10

Benutzer anlegen:
&gt; pw user mod fritz -G wheel
CDROMs in die /etc/fstab eintragen:
&gt; vi /etc/fstab
# Device              Mountpoint      FStype  Options         Dump    Pass#
/dev/gpt/swap0        none            swap    sw              0       0
/dev/cd0              /cdrom0         cd9660  ro,noauto       0       0
/dev/cd1              /cdrom1         cd9660  ro,noauto       0       0
/dev/cd2              /cdrom2         cd9660  ro,noauto       0       0</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 30 Apr 2023 23:05:40 +0000</pubDate>
        </item>
        <item>
            <title>ftp</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:ftp&amp;rev=1708116497&amp;do=diff</link>
            <description>FTP

SFTP-Server

SFTP-only mit Change Root

FTP-Server

welches ist der sicherste FTP-Server

Antwort: &quot;keiner&quot; -&gt; weil FTP die Daten (auch das Passwort) unverschlüsselt überträgt, solltest Du statt dessen SFTP verwenden; hier wird, wie bei SSH, die komplette Verbindung verschlüsselt (siehe</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 16 Feb 2024 20:48:17 +0000</pubDate>
        </item>
        <item>
            <title>jail</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:jail&amp;rev=1754789445&amp;do=diff</link>
            <description>Jail

&lt;https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-ezjail.html&gt;

Hier wird beispielhaft eine Jail speziell für einen Minecraft-Server eingerichtet (deshalb heißt sie nicht &quot;jail01&quot; sondern &quot;minecraft&quot;).

hilfreiche Links:

	*  &lt;https://docs.freebsd.org/de/books/handbook/book/index.html#jails&gt;
	*  &lt;https://docs.freebsd.org/de/books/handbook/book/index.html#jails-ezjail&gt;
	*  How To Setup FreeBSD Jails With ezjail
	*  &lt;http://scratching.psybermonkey.net/2010/06/freebsd-how-to-s…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 Aug 2025 01:30:45 +0000</pubDate>
        </item>
        <item>
            <title>linux-software_auf_freebsd_betreiben</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:linux-software_auf_freebsd_betreiben&amp;rev=1682182999&amp;do=diff</link>
            <description>Linux-Software auf FreeBSD betreiben

	*  &lt;https://docs.freebsd.org/de/books/handbook/linuxemu/&gt;
	*  &lt;http://www.freebsd.org/doc/de/books/handbook/linuxemu.html&gt;
	*  &lt;http://www.freebsd.org/doc/de/books/handbook/linuxemu-lbc-install.html&gt;

Ich zeige hier wie man ein Linux-Programm unter FreeBSD betreiben kann.

Als Beispiel wollen wir hier mal &quot;mkvmerge&quot; von Linux nach FreeBSD holen.

...und so macht man das...
# echo &#039;linux_enable=&quot;YES&quot;&#039; &gt;&gt; /etc/rc.conf
# kldstat | egrep &#039;kernel|linux&#039;
 1   39 …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 22 Apr 2023 17:03:19 +0000</pubDate>
        </item>
        <item>
            <title>minecraft</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:minecraft&amp;rev=1524672309&amp;do=diff</link>
            <description>Minecraft

	*  &lt;https://github.com/dkhenry/Minecraft-JMX-Plugin&gt; - JMX-Plugin für Minecraft
	*  &lt;https://www.hostinger.com/tutorials/how-to-setup-minecraft-server&gt;
	*  &lt;https://minecraft.net/de-de/download/server&gt;

	*  Minecraft-Server
		*  &lt;https://bukkit.org/&gt; - der ältere
		*  &lt;https://www.spigotmc.org/&gt; - der mit den vielen Einstellungen, alle Plugins von Bukkit funktionieren auch hier</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 25 Apr 2018 16:05:09 +0000</pubDate>
        </item>
        <item>
            <title>nur_den_freebsd-kernel_bauen</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:nur_den_freebsd-kernel_bauen&amp;rev=1619031689&amp;do=diff</link>
            <description>nur den FreeBSD-Kernel bauen

	*  Einen FreeBSD-Kernel bauen und installieren
	*  Wieso einen eigenen Kernel bauen? - Kernel-Module laden

	*  die FreeBSD-Quelle aktualisieren
	*  das ganze FreeBSD-System bauen
	*  nur den FreeBSD-Kernel bauen

ab FreeBSD 13

Einen angepassten Kernel bauen und installieren

Subversion ist bei FreeBSD Geschichte, die 13.0 wird das erste
Release sein, welches nur noch per GIT abrufbar ist (und die älteren sind
auch jetzt schon per GIT abrufbar).
Dann müsste man da…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 21 Apr 2021 19:01:29 +0000</pubDate>
        </item>
        <item>
            <title>partitionen_mit_geom_based_disk_encryption_gbde_verschluesseln</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:partitionen_mit_geom_based_disk_encryption_gbde_verschluesseln&amp;rev=1523559764&amp;do=diff</link>
            <description>Partitionen mit GEOM Based Disk Encryption (gbde) verschlüsseln

[&lt;http://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/]&gt;

12.13. Partitionen verschlüsseln

Diese Funktion ist erst ab FreeBSD 5.0 vorhanden.

Aktivieren Sie gbde(4) in der Kernelkonfiguration
# vi /usr/src/sys/i386/conf/MYKERNEL
options GEOM_BDE</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 19:02:44 +0000</pubDate>
        </item>
        <item>
            <title>serial_console_setup_in_freebsd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:serial_console_setup_in_freebsd&amp;rev=1523559782&amp;do=diff</link>
            <description>Serial Console Setup in FreeBSD

Den Rechner ohne Tastatur, Monitor und Netzwerkkarte unter Kontrolle haben!

	*  &lt;http://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/serialconsole-setup.html&gt;
Es ist moeglich einen oder zwei (so viele COM-Ports der Rechner hat)
FreeBSD-Rechner ueber die serielle Schnittstelle zu steueren.
Dabei wird das &quot;vt100-Protokoll&quot; verwendet und es ist moeglich,
alle Meldungen die erscheinen sobald der Kernel geladen wurde,
auf einen anderen Rechner in einem Terminal…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 19:03:02 +0000</pubDate>
        </item>
        <item>
            <title>sftp-only_mit_change_root</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:sftp-only_mit_change_root&amp;rev=1584450224&amp;do=diff</link>
            <description>SFTP-only mit Change Root

siehe auch Benutzer anlegen
# pw useradd -c &quot;ein SFTP-User&quot; -s /bin/bash -m -h 0 -n fritz# vi /etc/ssh/sshd_config
...
Subsystem       sftp    /usr/libexec/sftp-server

Match User fritz
        ChrootDirectory %h
        X11Forwarding no
        AllowTcpForwarding no
        PermitTTY no
        ForceCommand internal-sftp</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 17 Mar 2020 13:03:44 +0000</pubDate>
        </item>
        <item>
            <title>stat_freebsd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:stat_freebsd&amp;rev=1714854490&amp;do=diff</link>
            <description>stat (FreeBSD)

Dateigröße in Byte ausgeben (ähnlich wie ls -l):
[root@FreeBSD14 ~]# stat -f &#039;%z %N&#039; /etc/rc.conf
5264 /etc/rc.conf[root@FreeBSD14 ~]# ls -l /etc/rc.local
lrwxr-xr-x  1 root wheel 23 May 10  2022 /etc/rc.local -&gt; /home/etc/rc.d/rc_local

[root@FreeBSD14 ~]# stat -f &#039;%z %N %Y&#039; /etc/rc.local
23 /etc/rc.local /home/etc/rc.d/rc_local

[root@FreeBSD14 ~]# stat -f &#039;%z %N %Y&#039; /home/etc/rc.d/rc_local
454 /home/etc/rc.d/rc_local</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 04 May 2024 20:28:10 +0000</pubDate>
        </item>
        <item>
            <title>tail_freebsd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:tail_freebsd&amp;rev=1676641174&amp;do=diff</link>
            <description>tail (FreeBSD)

siehe auch:

	*  tail (Linux)
	*  head

nur die letzten drei Zeilen ausgeben:
&gt; seq 0 12 | tail -3
10
11
12

&gt; seq 0 12 | tail -n-3
10
11
12
alle Zeilen ab der dritten Zeile ausgeben:
&gt; tail -n +3 daten.txt

&gt; seq 0 12 | tail -n+3
2
3
4
5
6
7
8
9
10
11
12

&gt; seq 0 12 | tail +3
2
3
4
5
6
7
8
9
10
11
12</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 17 Feb 2023 13:39:34 +0000</pubDate>
        </item>
        <item>
            <title>upgrade_freebsd_13.2_zu_14.0</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:upgrade_freebsd_13.2_zu_14.0&amp;rev=1708039248&amp;do=diff</link>
            <description>Upgrade FreeBSD 13.2 zu 14.0

&lt;https://www.freebsd.org/releases/14.0R/relnotes/&gt;

GIT installieren
&gt; cd /usr/ports/devel/git &amp;&amp; make clean &amp;&amp; make config &amp;&amp; make &amp;&amp; make install &amp;&amp; make clean
die neuesten SRC saugen
&gt; cd /usr/src &amp;&amp; rm -fr /usr/src/* /usr/src/.* &amp;&amp; time git clone https://git.freebsd.org/src.git .
&gt; less /usr/src/UPDATING</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 Feb 2024 23:20:48 +0000</pubDate>
        </item>
        <item>
            <title>upgrade_ports-tree_ab_freebsd_14.0</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:upgrade_ports-tree_ab_freebsd_14.0&amp;rev=1708036217&amp;do=diff</link>
            <description>Upgrade Ports-Tree ab FreeBSD 14.0

	*  &lt;https://www.freebsd.org/releases/14.0R/relnotes/&gt;
	*  &lt;https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting&gt;
	*  &lt;https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld&gt;
	*  &lt;https://wiki.freebsd.org/Ports/INDEX&gt;
	*  [Guide] Using Git to manage ports, source and documentation.

Git Quick Start Guide

Vorbereitungen

Seit FreeBSD 14.0 wird der Ports-Tree per GIT geholt =&gt; &lt;https://github.com/freebsd/freebsd-ports…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 Feb 2024 22:30:17 +0000</pubDate>
        </item>
        <item>
            <title>usb_3.0_mit_freebsd</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:usb_3.0_mit_freebsd&amp;rev=1523559158&amp;do=diff</link>
            <description>USB 3.0 mit FreeBSD 8.2RC1

Meine erste USB-3.0-Ausrüstung sieht so aus:

	*  PCI-Ex1 - Transcend USB 3.0 Dual Expansion Card PCI Express Interface (TS-PDU3)
	*  USB 2.0/3.0 - Western Digital My Book (3 TB)

Der mitgelieferte Windowstreiber, zur kleinen PCI-E - Karte (einfache Geschwindigkeit, also der ganz kurze Steckplatz),
soll direkt von der Webseite der &quot;Renesas Electronics&quot; sein.
Auf der Karte soll &quot;Transcend&quot; das Referenz-Desing von &quot;Renesas&quot; umgesetzt haben.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Apr 2018 18:52:38 +0000</pubDate>
        </item>
        <item>
            <title>virtualbox</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:virtualbox&amp;rev=1646157210&amp;do=diff</link>
            <description>VirtualBox

	*  &lt;http://wiki.freebsd.org/VirtualBox/&gt;
	*  &lt;http://www.freebsd.org/doc/de/books/handbook/virtualization-host.html&gt;
	*  &lt;http://de.wikipedia.org/wiki/VirtualBox&gt;
	*  &lt;http://www.virtualbox.org/&gt;
	*  &lt;http://www.virtualbox.org/wiki/Downloads&gt;
	*  &lt;http://www.virtualbox.org/manual/ch06.html&gt;

2018-11-07: Zero-Day-Lücke für Virtualbox veröffentlicht =&gt; Ein russischer Hacker hat eine Zero-Day Guest-to-Host-Lücke für Virtualbox veröffentlicht. Er sei frustriert darüber, wie der Herstell…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 01 Mar 2022 17:53:30 +0000</pubDate>
        </item>
        <item>
            <title>zfs-snapshot</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:zfs-snapshot&amp;rev=1712263713&amp;do=diff</link>
            <description>ZFS-Snapshot

SnapShot erstellen und anzeigen

	*  &lt;http://docs.oracle.com/cd/E19253-01/820-2313/gbcya/index.html&gt;
&gt; zfs snapshot tank0/home/Fritz@Montag
&gt; zfs list -t snapshot
&gt; zfs destroy tank0/home/Fritz@Montag
unser Pool &quot;home&quot;:
&gt; zfs list -o space home
NAME  AVAIL   USED  USEDSNAP  USEDDS  USEDREFRESERV  USEDCHILD
home  6,34T  2,44T     2,00G   2,44T              0      6,23M</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 04 Apr 2024 20:48:33 +0000</pubDate>
        </item>
        <item>
            <title>zfs</title>
            <link>https://heins.one/wiki/doku.php?id=freebsd:zfs&amp;rev=1767974833&amp;do=diff</link>
            <description>ZFS

	*  &lt;https://wiki.freebsd.org/ZFS&gt;
		*  &lt;https://wiki.freebsd.org/ZFSQuickStartGuide&gt;
		*  &lt;https://web.archive.org/web/20090206093230/http://opensolaris.org:80/os/community/zfs/docs/zfsadmin.pdf&gt;

	*  Kapitel 19. Das Z-Dateisystem (ZFS)
	*  Festplatten

	*  Kapitel 19. Das Z-Dateisystem (ZFS)
	*  Install and Configure ZFS on FreeBSD 12.0
	*  &lt;https://de.wikipedia.org/wiki/ZFS_(Dateisystem)&gt;
	*  &lt;https://docs.oracle.com/cd/E19253-01/820-2313/gaypw/index.html&gt; - Oracle Solaris ZFS-Administra…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 09 Jan 2026 16:07:13 +0000</pubDate>
        </item>
    </channel>
</rss>
