Life!
  • home
  • [matrix]
  • slack
  • {photos}
  • cloud
  • webmail
  • git
  • [Estate]
  • stats
  • archive
Sign in Subscribe

FreeBSD

A collection of 28 posts
FreeBSD

How To Secure HAProxy with Let's Encrypt

Combine fullchain.pem and privkey.pem > DOMAIN='example.com' ; sudo -E bash -c 'cat /usr/local/etc/letsencrypt/live/$DOMAIN/fullchain.pem /usr/local/etc/letsencrypt/live/$DOMAIN/privkey.pem > /usr/local/etc/haproxy/$DOMAIN.pem' The first thing we want to add is
27 Jan 2021 1 min read
Procedure to replace a zfs on root disk (zroot)
FreeBSD

Procedure to replace a zfs on root disk (zroot)

Редактиране на публикация Switch to draftПрегледОбновяванеДобавяне на заглавие The procedure, as typed, for replacing ada2 with ada8: # gpart backup ada2 | gpart restore -F ada8 # zpool replace zroot /dev/ada2p3 /dev/ada8p3 (wait for resilver checking via "zpool status") # swapoff /dev/ada2p2 # swapon /dev/ada8p2 ( verify via swapinfo ) If
27 Jan 2021 1 min read
FreeBSD

Enable WDDX extension in PHP 7.4 or 8.0

This extension is DEPRECATED and REMOVED as of PHP 7.4 or 8.x. What is WDDX – WDDX (Web Distributed Data eXchange) is a programming language, platform and transport-neutral data interchange mechanism designed to pass data between different environments and different computers. #cd ~<some_user_home> #git clone
15 Dec 2020
← Newer Posts Page 2 of 2
Life! © 2025
  • NewsLetter
Powered by Ghost