User Tools

Site Tools


bsd:server:freebsd_16.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_16.0 [2026/01/07 00:52] Sean Rhonebsd:server:freebsd_16.0 [2026/01/11 00:56] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * FreeBSD +  * FreeBSD ((https://www.freebsd.org/)) 
-  * 16.0-CURRENT+  * CURRENT ((https://www.freebsd.org/snapshots/)) ((https://docs.freebsd.org/en/books/handbook/cutting-edge/#current)) 
 +  * 16.0
  
   * Alira = Dell Precision M6500 ((Legacy/MBR))   * Alira = Dell Precision M6500 ((Legacy/MBR))
 +  * 2026/01/07: [[https://bsd-hardware.info/?probe=6f331ebac9|hw-probe]]
  
   FreeBSD 16.0-CURRENT   FreeBSD 16.0-CURRENT
Line 22: Line 24:
   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning
   * Auto (UFS)   * Auto (UFS)
-  * MBR+  * MBR ((TODO: Test GPT))
  
 <code> <code>
Line 77: Line 79:
  
 ===== Update ===== ===== Update =====
- 
-  * https://docs.freebsd.org/en/books/handbook/cutting-edge/#freebsdupdate-security-patches 
  
   * Continue from ''ssh''   * Continue from ''ssh''
Line 106: Line 106:
 ===== Non-Debug Kernel ===== ===== Non-Debug Kernel =====
  
-****+  su - 
 + 
 +  pkg install 'FreeBSD-kernel-generic-nodebug'
  
-  FreeBSD-kernel-generic-nodebug+  pkg remove 'FreeBSD-kernel-generic'
  
 ==== Boot Default ==== ==== Boot Default ====
Line 175: Line 177:
 ===== Updater ===== ===== Updater =====
  
-  * [[servers:bsd:vsftpd]]+  * [[servers:bsd:vsftpd]] ((''service'' can be included and ran in script before install))
  
   mkdir -p ~/'.local/scripts' && ee ~/'.local/scripts/freebsd-updater.sh' && chmod +x ~/'.local/scripts/freebsd-updater.sh'   mkdir -p ~/'.local/scripts' && ee ~/'.local/scripts/freebsd-updater.sh' && chmod +x ~/'.local/scripts/freebsd-updater.sh'
Line 182: Line 184:
 #!/bin/sh #!/bin/sh
  
-ntpd -g -q > '/dev/null'+'/usr/sbin/ntpd-g -q > '/dev/null'
  
-pkg update -f +'/usr/sbin/pkgupdate -f 
-pkg upgrade +'/usr/sbin/pkgupgrade -y 
-pkg autoremove+'/usr/sbin/pkgautoremove -y
  
-service 'vsftpd' stop+'/usr/sbin/service'vsftpd' stop
  
-sync +'/bin/sync' 
-shutdown -r 'now' 'FreeBSD OS Updater'+'/sbin/shutdown-r 'now' 'FreeBSD OS Updater'
  
 # End</code> # End</code>
Line 205: Line 207:
 ===== Updater ===== ===== Updater =====
  
-  * 06:00AM Every day+  * Daily ''06:00:00 AM'' (Alira)
  
   su -   su -
/usr/local/www/wiki/data/attic/bsd/server/freebsd_16.0.1767765131.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