User Tools

Site Tools


bsd:server:freebsd_15.0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:server:freebsd_15.0 [2025/10/30 14:22] – [Updater] Sean Rhonebsd:server:freebsd_15.0 [2025/10/31 02:16] (current) – [Updater] Sean Rhone
Line 24: Line 24:
   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning
   * Auto (ZFS)   * Auto (ZFS)
 +  * Stripe: 1 disk
 +  * Force 4K Sectors: ''N''
 +  * GPT (BIOS)
  
 <code> <code>
Line 136: Line 139:
 zfs_enable="YES" zfs_enable="YES"
 nginx_enable="YES" nginx_enable="YES"
-php_fpm_enable="YES"</code>+php_fpm_enable="YES" 
 +vsftpd_enable="YES" 
 +mysql_enable="YES"</code>
  
 ===== Drive Maintenance ===== ===== Drive Maintenance =====
Line 171: Line 176:
  
   ssh '192.168.1.152' -t "su 'root' -c ~/'.local/scripts/freebsd-updater.sh'"   ssh '192.168.1.152' -t "su 'root' -c ~/'.local/scripts/freebsd-updater.sh'"
 +
 +====== cron ======
 +
 +===== Updater =====
 +
 +  * 06:00AM Every day
 +
 +  su -
 +
 +  ee '/etc/cron.d/freebsd-updater'
 +
 +<code>
 +#
 +SHELL=/bin/sh
 +
 +0 6 * * * root '/home/espionage724/.local/scripts/freebsd-updater.sh'
 +
 +# End</code>
  
 ====== Notable Folders and Commands ====== ====== Notable Folders and Commands ======
/usr/local/www/wiki/data/attic/bsd/server/freebsd_15.0.1761848540.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki