avatar

Andres Jaimes

Create a bootable FreeBSD or Ubuntu USB flash drive on Mac/OS-X

This article provides step-by-step instructions on how to create a bootable USB flash drive for either FreeBSD or Ubuntu operating systems. The post includes the necessary commands to download and transfer the installation files onto the USB drive using the terminal on a macOS system. The author also includes a reference link for creating a FreeBSD installation memstick on macOS. Download the files Start by downloading the installation file for the operating system you want to install.

Installing git and connecting to GitHub on FreeBSD

Git is a popular version control system that allows developers to manage their code repositories efficiently. If you are a developer using FreeBSD, you will need to set up Git and an authentication method to start collaborating on projects with other developers. In this post, we will walk you through the process of installing Git, creating SSH keys, and cloning a project from GitHub on FreeBSD. Does this work in Linux or Mac?