Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| freebsd [2025/07/21 08:09] – steve | freebsd [2025/07/21 08:15] (current) – steve | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * [[https:// | * [[https:// | ||
| - | * [[http://www.freebsd.org/ | + | * [[https://ports.freebsd.org/ |
| === Installation === | === Installation === | ||
| Line 13: | Line 13: | ||
| * [[UFS]] | * [[UFS]] | ||
| + | * [[pkg]] | ||
| * [[zfs]] | * [[zfs]] | ||
| Line 21: | Line 22: | ||
| * [[cron]] | * [[cron]] | ||
| * [[csh]] | * [[csh]] | ||
| - | * [[dropbear]] | ||
| * [[fetch]] | * [[fetch]] | ||
| * [[ftp]] | * [[ftp]] | ||
| * [[htop]] | * [[htop]] | ||
| * [[monit]] | * [[monit]] | ||
| - | * [[nikto]] | ||
| * [[postfix]] | * [[postfix]] | ||
| * [[pw]] - manage users and groups | * [[pw]] - manage users and groups | ||
| Line 46: | Line 45: | ||
| Then run the binary, or log out and back in. | Then run the binary, or log out and back in. | ||
| - | |||
| - | === FreeBSD System Software === | ||
| - | |||
| - | * [[pkg]] - default package manager in FreeBSD 10.0 | ||
| == Native Apps == | == Native Apps == | ||
| * [[freebsd-update]] | * [[freebsd-update]] | ||
| - | * [[pkg_add]] | ||
| - | * [[pkg_delete]] | ||
| - | * [[pkg_info]] | ||
| == Ports Management == | == Ports Management == | ||
| Line 77: | Line 69: | ||
| make -DBATCH install | make -DBATCH install | ||
| </ | </ | ||
| - | | ||
| - | == Stop logging 'arp moved' messages == | ||
| - | |||
| - | < | ||
| - | echo net.link.ether.inet.log_arp_movements=0 >> / | ||
| - | sysctl -w net.link.ether.inet.log_arp_movements=0 | ||
| - | </ | ||
| - | |||
| - | === Links === | ||
| - | |||