Playing with time zones

A few days ago, I was asked if the system of a customer would reflect a time change. More exactly, whether the Linux servers would reflect the time change in Morocco, as it changes every year during Ramadan. Although I know that the daylight saving time is correctly applied in France, as it is quite predictive (we apply DST time from the first sunday of March, until the latest sunday of October), I had no clue for Morocco, and I needed to know more. But before answering this question, let’s review how Linux systems keep their time accurate, and how they display it for human beings!

...more
February 07, 2026 #RHEL #Linux #time zones
Installing Qiskit and Jupyter Notebook as a service

Qiskit is an opensource python framework, supported by IBM, for working with quantum computers or simulators.

Although this framework can run on a laptop, I'm often short on RAM, and my MacBook Pro swaps when I'm running too many Firefox instances, and all my tools. In addition, starting coding implies running some commands to launch en environment.

Having a ready-to-use Jupiter Notebook server in a homelab server would be more convenient, so, let's install it there as a service!

...more
June 09, 2025 #Qiskit #Quantum