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

Next revision
Previous revision
bsd:server:vps:freebsd_15.1 [2026/08/07 23:55] – created Sean Rhonebsd:server:vps:freebsd_15.1 [2026/08/08 00:17] (current) – [General] Sean Rhone
Line 60: Line 60:
 ===== Network ===== ===== Network =====
  
-  * Manual Ethernet (''bge0'')+  * Manual Ethernet (''vtnet0'')
   * Static IPv4   * Static IPv4
   * No IPv6   * No IPv6
Line 81: Line 81:
  
   pkg upgrade   pkg upgrade
- 
-  sync && shutdown -r 'now' 
  
 ====== Software ====== ====== Software ======
Line 90: Line 88:
   su -   su -
  
-  pkg install en-freebsd-doc htop libressl +  pkg install htop libressl
- +
-===== Specs ===== +
- +
-  * [[bsd:notes:misc#hw-probe]] +
- +
-  clear && fastfetch -l 'freebsd_small' && uname -aKU && date +
- +
-==== pkgs ==== +
- +
-  su - +
- +
-  pkg install fastfetch lsblk +
- +
-===== Non-Debug Kernel ===== +
- +
-  * [[https://man.freebsd.org/cgi/man.cgi?query=malloc.conf&apropos=0&sektion=0&manpath=FreeBSD+16.0-CURRENT&format=html|malloc.conf]] +
- +
-  su - +
- +
-  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'+
  
 ====== Settings ====== ====== Settings ======
Line 123: Line 101:
  
 <code> <code>
 +security.bsd.allow_destructive_dtrace="0"
 console="nullconsole" console="nullconsole"
 autoboot_delay="1"</code> autoboot_delay="1"</code>
- 
-==== Default ==== 
- 
-<code> 
-security.bsd.allow_destructive_dtrace=0</code> 
  
 ===== rc.conf ===== ===== rc.conf =====
Line 143: Line 117:
 syslogd_flags="-ss" syslogd_flags="-ss"
 hostname="Alira" hostname="Alira"
-ifconfig_bge0="inet 192.168.1.152 netmask 255.255.255.0+ifconfig_vtnet0="x
-defaultrouter="192.168.1.1"+defaultrouter="x"
 sshd_enable="YES" sshd_enable="YES"
-powerd_enable="YES" 
 moused_nondefault_enable="NO" moused_nondefault_enable="NO"
 # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
 dumpdev="NO" dumpdev="NO"
 nginx_enable="YES" nginx_enable="YES"
-php_fpm_enable="YES"</code> +php_fpm_enable="YES" 
- +moused_enable="NO" 
-<code> +moused_type="NO
-vsftpd_enable="YES+mixer_enable="NO"</code>
-mysql_enable="YES"</code>+
  
 ===== Drive Maintenance ===== ===== Drive Maintenance =====
Line 162: Line 134:
  
   * TODO   * TODO
 +
 +====== 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 =====
 +
 +  * [[https://man.freebsd.org/cgi/man.cgi?query=malloc.conf&apropos=0&sektion=0&manpath=FreeBSD+15.1-RELEASE&format=html|malloc.conf]]
 +
 +  su -
 +
 +  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.1786161349.txt.gz · Last modified: by Sean Rhone