Linux by example – Mount devices and enter our new system
We talk about mount points to mount and then we enter our new system for the first time.
We try to create a intro for my videos using css.
Welcome to our enlightening video on Font Type 1! Join us as we delve into the intricacies of constructing and writing font files with characters. In this tutorial, we explore the Font Type 1 specification, decode its components, and develop code to encode various parts. Discover how to write character strings, handle EExec private data,…
We look into how to configure your Proxmox installation to use an external Ceph cluster for your data needs.
We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download…
We look into how a Ceph filesystem works and how to add a filesystem to your Ceph cluster. Configuration, authentication and other important topics you need to know in order to run a cluster with a filesystem. Setup MDS services First, we need to add the MDS (MetaData Service) to each of the nodes. The…
We look at how to use web components in Angular, React or VanillaJS.