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 13:24] – [Specs] Sean Rhonebsd:server:freebsd_15.0 [2025/10/31 02:16] (current) – [Updater] Sean Rhone
Line 8: Line 8:
  
   FreeBSD 15.0-STABLE   FreeBSD 15.0-STABLE
- 
-====== TODOs ====== 
- 
-  * [[bsd;notes;freebsd]] 
-  * PC speaker beep at log-in ([[https://forums.freebsd.org/threads/how-to-have-pc-speaker-beep-when-log-in-is-ready.94934/|thread]]) 
  
 ====== Download ====== ====== Download ======
Line 29: 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 90: Line 88:
   su -   su -
  
-  pkg install en-freebsd-doc libressl +  pkg install en-freebsd-doc htop libressl 
  
 ===== Specs ===== ===== Specs =====
Line 141: 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 170: Line 170:
  
 # End</code> # End</code>
 +
 +  ~/'.local/scripts/freebsd-updater.sh'
  
   su 'root' -c ~/'.local/scripts/freebsd-updater.sh'   su 'root' -c ~/'.local/scripts/freebsd-updater.sh'
  
   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.1761845088.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