by ray | Mar 3, 2023 | Microsoft Windows
I upgraded to Windows 11 last fall (November) and for the most part everything has been working ok. Within the last month, I’ve had an issue where my desktop will not enter sleep mode. If I select sleep, my keyboard and mouse will shut off but my desktop will...
by ray | Mar 3, 2023 | FFmpeg
Kdenlive uses ffmpeg under the hood and if ffmpeg cannot determine the length of the clip, we cannot use it. In git master, I have implemented a check for such clips, and a dialog now pops up asking if the user wants to transcode the file. However currently it leaves...
by ray | Mar 3, 2023 | SSL certificates
An overview of the Renewal process Renewals are a regular part of the SSL/TLS lifecycle. You can renew your SSL certificate starting 30 days before its expiration. Despite what the name may suggest, renewing your SSL certificate is the same process you go through when...
by ray | Mar 3, 2023 | Linux / Ubuntu
When you type a command on the command line, you’re basically telling the shell to run an executable file with the given name. In Linux, these executable programs like ls , find , file and others, usually live inside several different directories on your system. Any...
by ray | Mar 3, 2023 | Linux / Ubuntu, Python
Your Debian Linux installation may include multiple python versions and thus also include multiple python binary executables, and it’s possible to change python version that the system is using. In this tutorial, you will see how to install multiple versions...