Looking for HOW TO`s and other things for learning purpose

Im looking for how to`s to learn and all how to`s are welcome as this is how i learn as handbooks, wikis - are a bit complicated to me .
Django inside jail
Postgres inside jail
FreeBSD STABLE command line installation ( trough shell ) and updating it ( build world ? ) with encryption for all drives ( i have multiple mirrored drives so want them to be encrypted as well but use one encryption pass )
Bhyve with Alma Linux ( as i have VPS with Alma Linux )
seting up neovim python lsp ( freebsd specific , im new to nvim and everything what i found could not be used 100% due to FreeBSD unsupported platform for it)
Setting up network shared directory

Some freebsd centric websites, youtube


P.s. more how to`s - the better.
Thank You.
 
I configured neovim with lsp server for other languages, based on some youtube videos. Just search for it.
Google it, read handbook, search freebsd forum, search youtube videos, reddit, other social media, etc ...

But don't expect an answer on how to install freebsd.
Because it all depends.
- bios or uefi boot
- bootloader
- ufs or zfs
- etc ...

Encryption.
- It all depends.
- Many configurations possible.
- UFS encryption / ZFS encryption etc ...
 
I configured neovim with lsp server for other languages, based on some youtube videos. Just search for it.
Google it, read handbook, search freebsd forum, search youtube videos, reddit, other social media, etc ...

But don't expect an answer on how to install freebsd.
Because it all depends.
- bios or uefi boot
- bootloader
- ufs or zfs
- etc ...

Encryption.
- It all depends.
- Many configurations possible.
- UFS encryption / ZFS encryption etc ...
Sorry buddy, i do that but i like to see what others in this place have ... some people have their own or saved as bookmarks etc and can share and not to say go and look for it but i get you :)
 
There is also a book on freebsd,


For configuring neovim vim-plug is interesting,

As is the coc plugin,

The coc python extension,

A tutorial on bhyve,

For jails, "the handbook",

For disk encryption ufs "the handbook",

The create an encrypted zfs dataset issue,
Code:
zfs create -o encryption=on -o keyformat=passphrase -o keylocation=prompt -o mountpoint=/home/x/encrypted ZT2/encrypted
 

Im looking for how to`s to learn and all how to`s are welcome as this is how i learn as handbooks, wikis - are a bit complicated to me .
If i would understand docs/handbooks/wikis - i would not ask :)
Im not that lazy that i would not read FreeBSD docs when i do my research.
Im more interested in other peoples how to`s ...


This is an example of HOW TO

:)
 
Back
Top