User Tools

Site Tools


bsd:server:vps:freebsd_15.1

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:vps:freebsd_15.1 [2026/08/08 00:10] Sean Rhonebsd:server:vps:freebsd_15.1 [2026/08/08 00:17] (current) – [General] Sean Rhone
Line 88: Line 88:
   su -   su -
  
-  pkg install en-freebsd-doc htop libressl+  pkg install htop libressl
  
 ====== Settings ====== ====== Settings ======
Line 136: Line 136:
  
 ====== Tweaks ====== ====== Tweaks ======
 +
 +===== General =====
 +
 +  su -
 +
 +  mkdir -p '/usr/local/etc/profile.d' && echo "export LD_BIND_NOW='1'" | tee '/usr/local/etc/profile.d/general-tweaks.sh' > '/dev/null'
  
 ===== jemalloc ===== ===== jemalloc =====
Line 144: Line 150:
  
   echo 'abort:false,confirm_conf:false,abort_conf:false,percpu_arena:phycpu,dirty_decay_ms:-1,muzzy_decay_ms:-1,stats_print:false,junk:false,zero:false,utrace:false,xmalloc:false,zero_realloc:free,trust_madvise:true,retain:true' | tee '/etc/malloc.conf' > '/dev/null'   echo 'abort:false,confirm_conf:false,abort_conf:false,percpu_arena:phycpu,dirty_decay_ms:-1,muzzy_decay_ms:-1,stats_print:false,junk:false,zero:false,utrace:false,xmalloc:false,zero_realloc:free,trust_madvise:true,retain:true' | tee '/etc/malloc.conf' > '/dev/null'
 +
 +===== fstab =====
 +
 +  su -
 +
 +  ee '/etc/fstab'
 +
 +==== UFS ====
 +
 +  ,noatime
  
 ====== Scripts ====== ====== Scripts ======
/usr/local/www/wiki/data/attic/bsd/server/vps/freebsd_15.1.1786162233.txt.gz · Last modified: by Sean Rhone