Linux by example – GCC, Ncurses, attr and bzip2
We are in our new linux environment and create gcc compiler that will be our final compiler. Then we look at some text manipulation libraries, compressors and file attribute tools.
I’m trying to solve all the Advent of Code puzzles in this video series.
I did not have Grafana dashboards that worked in my Ceph installation. Hence, I had to install Prometheus and Grafana manually and then configure the dashboards to show up in my Ceph cluster dashboard screens. NODE Setting up prometheus exporter in ceph. sudo ceph mgr module enable prometheus sudo ceph config set mgr mgr/prometheus/server_addr 0.0.0.0…
In this informative video, join me as I unbox and install the PowerWalker 2200 RLE UPS, a powerful uninterruptible power supply system. Discover the benefits of having a UPS, such as safeguarding your devices during brownouts and power outages, and ensuring uninterrupted operation when the power company is troubleshooting. As I share my own experience,…
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.
We look into lambda functions in java using example code and understand what functions could help you with. Java has many new concepts that could help you, and lambda is just one of them. For example, you could create Suppliers that give you a value, Consumers that use a value, and then functional interfaces.