User Tools

Site Tools


bsd:server:vps:freebsd_16.0

Differences

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

Link to this comparison view

Next revision
Previous revision
bsd:server:vps:freebsd_16.0 [2026/09/14 11:13] – created Sean Rhonebsd:server:vps:freebsd_16.0 [2026/09/14 11:37] (current) Sean Rhone
Line 4: Line 4:
   * 16.0   * 16.0
  
-  * Alira = VPS ((1 vCPU, 512MB10GB SSD (''vc2-1c-0.5gb'', [[https://www.vultr.com/?ref=6906013|Vultr]]), Legacy/MBR))+  * Alira = VPS ((1 vCPU, 1024MB25 GB NVMe (:?: ''vhp-1c-1gb-intel'', [[https://www.vultr.com/?ref=6906013|Vultr]]), Legacy/MBR))
  
   uname -aKU   uname -aKU
  
-  FreeBSD Alira 15.1-RELEASE-p2 FreeBSD 15.1-RELEASE-p2 releng/15.1-n283596-aadd58dddcbc GENERIC amd64 1501000 1501000+  FreeBSD Alira 16.0-CURRENT FreeBSD 16.0-CURRENT main-n289153-77535f91f623 GENERIC-NODEBUG amd64 1600025 1600025
  
 ====== Download ====== ====== Download ======
  
-  * https://download.freebsd.org/snapshots/ISO-IMAGES/16.0/+  * https://download.freebsd.org/snapshots/amd64/amd64/ISO-IMAGES/16.0/
  
-  FreeBSD-16.0-CURRENT-amd64-20260831-9bec8a959bd6-288738-bootonly.iso+  FreeBSD-16.0-CURRENT-amd64-20260907-nullhash-nullcount-bootonly.iso
  
 ====== Installation Notes ====== ====== Installation Notes ======
  
   * Packages   * Packages
 +
 +===== Network =====
 +
 +  * Manual (''vtnet0'')
 +  * Static IPv4 ((Dashboard -> Instance -> Settings -> IPv4))
 +  * No IPv6
  
 ===== Partitioning ===== ===== Partitioning =====
Line 30: Line 36:
 <code> <code>
 DEVICE         MAJ:MIN  SIZE TYPE                                    LABEL MOUNT DEVICE         MAJ:MIN  SIZE TYPE                                    LABEL MOUNT
-vtbd0            0:83    10G MBR                                         - -+vtbd0            0:85    25G MBR                                         - -
   <FREE>         -:    512 -                                           - -   <FREE>         -:    512 -                                           - -
-  vtbd0s1        0:84    10G BSD                               gpt/freebsd - +  vtbd0s1        0:86    25G BSD                               gpt/freebsd - 
-    vtbd0s1a     0:86   9.5G freebsd-ufs                                 - / +    vtbd0s1a     0:88    24G freebsd-ufs                                 - / 
-    vtbd0s1b     0:87   512M freebsd-swap                                - SWAP +    vtbd0s1b     0:89  1024M freebsd-swap                                - SWAP</code>
-    <FREE>       -:   992K -                                           - -</code>+
  
 ===== System Components ===== ===== System Components =====
Line 47: Line 52:
   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-sysconf   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-sysconf
   * ''[x]'' sshd   * ''[x]'' sshd
 +  * ''[x]'' ntpd
 +  * ''[x]'' ntpd_sync_on_start
  
 ===== System Hardening ===== ===== System Hardening =====
Line 57: Line 64:
   * Invite to other groups: ''wheel''   * Invite to other groups: ''wheel''
   * Shell: ''sh''   * Shell: ''sh''
- 
-===== Network ===== 
- 
-  * Manual Ethernet (''vtnet0'') 
-  * Static IPv4 
-  * No IPv6 
  
 ====== Initial Set-up ====== ====== Initial Set-up ======
Line 75: Line 76:
  
   pkg upgrade   pkg upgrade
 +
 +===== Non-Debug Kernel =====
 +
 +  su -
 +
 +  pkg install 'FreeBSD-kernel-generic-nodebug'
 +
 +==== Default Boot ====
 +
 +  su -
 +
 +  ee '/boot/loader.conf'
 +
 +  kernel="kernel.GENERIC-NODEBUG"
 +
 +==== Remove Debug ====
 +
 +  su -
 +
 +  pkg remove 'FreeBSD-kernel-generic'
  
 ====== Software ====== ====== Software ======
/usr/local/www/wiki/data/attic/bsd/server/vps/freebsd_16.0.1789398812.txt.gz · Last modified: by Sean Rhone