Linux by example – Building glibc and configure time and locale
We build Glibc in our new system, configure the timezone variables, set the correct time and look into the installation and configuration of locales.
I’m trying to solve all the Advent of Code puzzles in this video series.
I’m trying to solve all the Advent of Code puzzles in this video series.
We are in our new Linux environment and create Binutils, some math libraries and the shadow system for user and password management.
We talk about the partition types and create the most essential partitions. Root and swap partition.
We talk about logging in general and the different levels used in java and then we talk about the log4j logging API and how to set it up for writing files, logging to console, or doing a custom setup. We also talk about different frameworks and best practices.
In this video, we look into running rados gateway on backends other than Ceph, particularly in SQLite. This could be useful for testing workloads or running a proxy service with user management. First a good start is to upgrade / update your system so you have the latest packages. sudo apt update sudo apt full-upgrade…