TG Telegram Group Link
Channel: FreeBSD
Back to Bottom
Media is too big
VIEW IN TELEGRAM
The Computer Chronicles - UNIX (1985)

Special thanks to archive.org for hosting these episodes. Downloads of all these episodes and more can be found at: https://archive.org/details/computerchronicles

yt source
https://github.com/mmatuska/mfsbsd

This is a set of scripts that generates a bootable image, ISO file or boot files only, that create a working minimal installation of FreeBSD. This minimal installation gets completely loaded into memory.
Media is too big
VIEW IN TELEGRAM
50 FreeBSD commands you should know

For most users of FreeBSD, the command line is a normal thing, but for newcomers to FreeBSD or the terminal, here just some of the commands available, there are many more, but here is just a taster...

source: RoboNuggie
Check out https://hottg.com/machinedependent channel to follow up an amazing adventure of RISC-V development boards for FreeBSD
Media is too big
VIEW IN TELEGRAM
FreeBSD Profiling tools, tips and tricks

Kris Kennaway | MeetBSD 2008
Nukde (This project currently only supports FreeBSD)
A Desktop environment brought to life by the Nuklear toolkit and written in C
FreeBSD 14.0 is out now

https://www.freebsd.org/releases/14.0R/announce/

Some of the highlights:

OpenSSH has been updated to version 9.5p1.

OpenSSL has been updated to version 3.0.12, a major upgrade from OpenSSL 1.1.1t in FreeBSD 13.2-RELEASE.

The bhyve hypervisor now supports TPM and GPU passthrough.

FreeBSD supports up to 1024 cores on the amd64 and arm64 platforms.

ZFS has been upgraded to OpenZFS release 2.2, providing significant performance improvements.

It is now possible to perform background filesystem checks on UFS file systems running with journaled soft updates.

Experimental ZFS images are now available for AWS and Azure.

The default congestion control mechanism for TCP is now CUBIC.

And much more…
Media is too big
VIEW IN TELEGRAM
Gunion(8): a new GEOM utility in the FreeBSD Kernel

A talk by Marshall Kirk McKusick

This talk describes the gunion(8) utility that was added to the FreeBSD kernel in February 2022. The talk starts with an introduction to the FreeBSD GEOM kernel layer describing its location and function. The talk then describes how gunion(8) tracks changes to a read-only disk using a writable disk. The talk concludes with examples of problems for which gunion(8) can be effectively used.

source

#bsdcan #talk #gunion
Secure CGI Applications in C on BSD

Equip you with sufficient knowledge to build a (simple) secure web application. In C. On a BSD operating system.

(3 hour tutorial) https://kristaps.bsd.lv/absdcon2016/
Media is too big
VIEW IN TELEGRAM
FreeBSD: using Dtrace to track down started processes and used files

use Dtrace to find out which processes have started in my system, and which files are being used. This neat trick allows to debug some really difficult problems in a very simple and easy way.

source(yt) @BSDJedi
Using the RaspberryPi GPIOs on FreeBSD

Since I often use the RaspberryPi board for some non critical automation that requires more than the computational power of an AVR or where having a full blown operating system is just more convenient I also often want to use the GPIO pins as on any embedded device. Since I usually don’t use a Linux distribution like Raspbian I had to look up how to use the GPIOs on FreeBSD every time again. This article is just a short summary on how to access them so I don’t have to look this up every time.
HTML Embed Code:
2024/06/01 04:34:58
Back to Top