TECH TIPS
Can’t login to OneDrive: Something went wrong. [1200]
Things to try: 1 - Change Group Policy to ensure that Windows Updates are automatically installed during the 3rd Sunday of every month at 3am. Group Policy: Enabled Windows Updates, install on the third week of the month on a Sunday at 3:00am, also configured to...
Windows 11 Desktop Won’t Enter Sleep Mode
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 idle...
kdenlive: Error cannot get duration for file
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...
Comodo SSL: Renewing Your SSL Certificate
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...
How to Add a Directory to PATH in Linux
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...
How to change from default to alternative Python version on Debian Linux
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...