Convert .heic to .jpg via the terminal

Running Linux and working in Cloud and HPC it is common for me to be stumped when problems appear. Indeed that is where the fun is. However, after receiving a link to download some photos from a recent even, I was shocked to see the images were in .heicformat.1 I have never heard of this and was shocked that something as simple as an image file could not be opened easily on my fancy, sleek, XPS-13....

August 6, 2024 · Timothy Johnson

Start-up Scripts, Screens and Jekyll

Why bother? Static websites are great - tools like Jekyll make building, deploying and editing sites a cinch! So easy in fact it is easy to have sites for multiple projects all running off one server. This is great but can cause issues as manually serving each site on server reboots takes time. Below is an example script that will create a screen, move to the website directory and launch it....

December 26, 2021 · Timothy Johnson

Finding Tidal API Token on Linux

Tidal on Linux Tidal is a great way to access a vast, high quality, music collection. Bit rates are significantly higher than other streaming services. It is because of this that many want to use it as the corner stone of the audiophile set ups. The problem? There is limited Linux support. No official GUI application exists for Tidal on Linux and the only way to access music is by the web app....

January 16, 2021 · Timothy Johnson

Fixing Sound for Steam Linux

I have had some issues with crackling sound and Steam on my latest build - notably during Fallout 4. To fix this I came across this post and this video - unfortunately the links in the video are dead. I believe it is caused by high rate sample rate audio being play though low rate kit. For my future reference and for anyone also stumbling across this - I please see a link to my git up which has the pulse audio ....

July 20, 2020 · Timothy Johnson

Bootable Drive Creation on Linux

This week I had the need to create a bootable drive with the aim to breathe some life into an old laptop. Below are the commends and comments to do this using the terminal in Ubuntu. Check for all you mounted drivers using df This will print out all your drives into the terminal - you are looking for the USB drive you want to use as your bootable drive. Typically something like /dev/sdax/ where x is a number....

July 5, 2020 · Timothy Johnson