Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
freebsd_install [2025/07/21 07:47] stevefreebsd_install [2025/07/21 07:48] (current) steve
Line 85: Line 85:
 pkg install htop pkg install htop
 </code> </code>
- 
-==== VMWare Guest Tools Install ==== 
- 
-Since this is probably a VMWare guest, install the tools so the server runs more smoothly. 
- 
-<code> 
-cd /usr/ports/lang/perl5.16 && make install 
-cd /usr/ports/misc/compat6x && make install 
-cd && ftp http://beandog.org/vmware/guest-tools/vmware-freebsd-tools.tar.gz 
-tar -ozxf vmware-freebsd-tools.tar.gz && cd vmware-tools-distrib 
-perl vmware-install.pl 
-</code> 
- 
-==== Disable Sendmail ==== 
- 
-  * Remove sendmail from startup 
- 
-Add to ''/etc/rc.conf'': 
- 
-<code> 
-sendmail_enable="NO" 
-sendmail_submit_enable="NO" 
-sendmail_outbound_enable="NO" 
-sendmail_msp_queue_enable="NO" 
-</code> 
- 
-And you can disable some sendmail specific daily maintenance routines in your 
-''/etc/periodic.conf'' file: 
- 
-<code> 
-daily_clean_hoststat_enable="NO" 
-daily_status_mail_rejects_enable="NO" 
-daily_status_include_submit_mailq="NO" 
-daily_submit_queuerun="NO" 
-</code> 
- 
-If ''/etc/periodic.conf'' does not exist please create it and add those values. 

Navigation
QR Code
QR Code freebsd_install (generated for current page)