Linux by example – Building libraries and tools
We build some important tools, the M4 compiler and libraries needed by the system.
Please follow me on twitter
Outro music: Danomate
- http://danomate.com
- https://www.youtube.com/user/danomate1
We build some important tools, the M4 compiler and libraries needed by the system.
Please follow me on twitter
Outro music: Danomate
- http://danomate.com
- https://www.youtube.com/user/danomate1
In this video we will look at abstractions of code and the performance of different programming languages and what different code can impact the performance. But the specific abstractions may give you improvements in readability and structure. Please follow me on twitter Tweets by kalaspuffar Learn the basics of Java programming and software development in…
We look into ceph storage building our own cluster using the ceph storage engine. A cluster usually contains multiple monitors, object storage daemons, managers and metadata servers. We talk about what their role is and how to install machines to handle this. We also cover what requiredments a ceph cluster has. Git repository: https://ift.tt/3o2K8wO Please…
Trying to implement a SQRL login for Websphere Commerce I ran in to the issue of changing the logged in user from another session. To accomplish this I used the persistent sessions in commerce fetching an activity and changing what user ran in that session. If you want to enable this behavior you need to…
I’m trying to solve all the Advent of Code puzzles in this video series.
We solve the day 4 challenges for the Advent of Code. Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We will look into the Ceph dashboard and the different metrics you can find there. Then we will configure Prometheus Alertmanager to get timely alerts from the metrics in your Ceph Cluster.