unix:freebsd:system_builds:basic_freebsd_installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
unix:freebsd:system_builds:basic_freebsd_installation [2025/01/06 19:05] – rodolico | unix:freebsd:system_builds:basic_freebsd_installation [2025/01/06 19:15] (current) – rodolico | ||
---|---|---|---|
Line 76: | Line 76: | ||
I generally like some things that are not installed by default for FreeBSD (or Linux, or Microsoft Windows, or Apple OSX, for that matter). For instance, I accept the larger size of bash for the extra functionality, | I generally like some things that are not installed by default for FreeBSD (or Linux, or Microsoft Windows, or Apple OSX, for that matter). For instance, I accept the larger size of bash for the extra functionality, | ||
* joe (because it's my favorite editor) | * joe (because it's my favorite editor) | ||
- | * postfix (because I hate sendmail)(or use msmtp) | ||
* bash (a lot more robust than sh) | * bash (a lot more robust than sh) | ||
* perl5 (I write a lot of perl scripts) | * perl5 (I write a lot of perl scripts) | ||
Line 86: | Line 85: | ||
* pbzip2 and xz (good compression technologies) | * pbzip2 and xz (good compression technologies) | ||
* smartmontools (monitors your hard drive health) | * smartmontools (monitors your hard drive health) | ||
+ | * postfix (if you need a full MTA) | ||
I've label the steps as to indicate what the code is setting up so you can easily not use some packages. | I've label the steps as to indicate what the code is setting up so you can easily not use some packages. | ||
- | - Install the packages | + | - Install the packages< |
pkg install joe perl5 pv pbzip2 sudo screen webmin ipmitool bash smartmontools | pkg install joe perl5 pv pbzip2 sudo screen webmin ipmitool bash smartmontools | ||
</ | </ | ||
- | - Choose a mailer | + | - Choose a mailer |
+ | - dma - small smtp server for send only. Standard install | ||
+ | - edit / | ||
+ | - Create / | ||
- postfix - full e-mail system | - postfix - full e-mail system | ||
- | + | | |
- | | + | |
service sendmail stop | service sendmail stop | ||
sysrc postfix_enable=" | sysrc postfix_enable=" | ||
Line 108: | Line 110: | ||
service postfix start | service postfix start | ||
</ | </ | ||
- | - dma - small smtp server for send only. Standard install | ||
- | - edit / | ||
- Set up bash (optional)< | - Set up bash (optional)< | ||
cp /etc/fstab / | cp /etc/fstab / |
unix/freebsd/system_builds/basic_freebsd_installation.1736211956.txt.gz · Last modified: 2025/01/06 19:05 by rodolico