Browsed by
Tag: howto

Releasing ResultsForm, a .NET 6 Component to display Output and Results log

Releasing ResultsForm, a .NET 6 Component to display Output and Results log

Hi everyone, Today, I am releasing ResultsForm. This is my first .NET 6 project. ResultsForm is a .NET 6 Windows Forms class that you can use to pass a List(Of String) object to show your software output or results in a nice, simple form. It can save its output as a log file and the form can be customized. To use this form, you can simply call it like this in VB.NET This will have the following output: You can…

Read More Read More

Creating a Windows 11 ISO for version 22000.318

Creating a Windows 11 ISO for version 22000.318

Hi everyone, On the past few days, I struggled on making a Windows 11 ISO for the version 22000.318. For some reason, uup-converter-wimlib failed to create it and it seems it may have to do with some weird downloads. Yesterday, we got the version 22000.346 and I also downloaded the UUP files for it. uup-converter-wimlib was able to create an ISO for this version, so clearly something is wrong with the 22000.318 files. In fact, looking at the UUP file…

Read More Read More

Updating the LiteOn DU-8A5LH Firmware

Updating the LiteOn DU-8A5LH Firmware

Hi everyone, Today, I’ll show you how to update the LiteOn DU-8A5LH firmware. This is important as firmware updates should improve the drive operation, including better reading and burning stability. Recently, I tried to burn a SmartBuy DVD+R DL disc but it failed at the beginning of the 2nd layer. The drive had an older firmware, so I updated it and we’ll see if this improves double layer burning at another post. For now, let’s see the steps to update…

Read More Read More

Creating a Windows 10/11 ISO image from the downloaded UUP files

Creating a Windows 10/11 ISO image from the downloaded UUP files

Hi everyone, Today, we will see how to create a Windows 10 or Windows 11 ISO image using the downloaded Universal Update Platform files we downloaded on our previous post. For this, we will need to download a tool called uup-converter-wimlib. This tool is responsible for converting the UUP files into a working ISO file we can burn to a disc, use to make a bootable USB drive, or do an in-place OS upgrade. Downloading uup-converter-wimlib This tool can be…

Read More Read More

Updating the Pioneer DVR-XD09 Firmware

Updating the Pioneer DVR-XD09 Firmware

Hi everyone, Today, I’ll show you how to update the Pioneer DVR-XD09 firmware. This is important as firmware updates should improve the drive operation, including better reading and burning stability. This Pioneer DVR-XD09 drive came with the 1.02 firmware. The latest firmware available for this drive is 1.05. To download and update it, we first need to go to Pioneer’s optical drive firmware update download page. We will scroll down until we see the firmware file for our DVR-X09 drive….

Read More Read More

Quick fix for Ubuntu WSL failing to update because of systemd

Quick fix for Ubuntu WSL failing to update because of systemd

Hi everyone, I’m a user of the Windows 10 WSL feature, where I run the Ubuntu distribution and always install the latest versions. I like to keep my packages up to date. Unfortunately, the latest Ubuntu release, 21.04 was not installed correctly and whenever I tried to update the system packages, it would error out when setting up systemd. The solution to this seem to be a quick one. Turns out, the file libsystemd-shared-247.so was there, in the /usr/lib/systemd folder:…

Read More Read More

Downloading ffmpeg for use with my Media tools – Updated Guide

Downloading ffmpeg for use with my Media tools – Updated Guide

Hi everyone, In this post, I’ll detail the steps to download and use ffmpeg with my tools that supports it. Tools that makes use of it are the following: Audio MD5 Checker Exhale GUI MP3 GUI Opus GUI rav1e GUI SVT-AV1 GUI Ffmpeg allows these tools to work with a variety of formats. For example, on Exhale and Opus GUI, it allows a number of formats to be encoded into .opus and xHE-AAC formats. On rav1e and SVT-AV1 GUI, it…

Read More Read More

Downloading ffmpeg for Exhale GUI

Downloading ffmpeg for Exhale GUI

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, In this post, I’ll guide you through the steps to download ffmpeg and use it in Exhale GUI. This is needed if you want to encode files in formats other than WAV. To download ffmpeg, follow these easy steps: Go to https://ffmpeg.zeranoe.com/builds/: We will leave everything as is and press the Download Build button: Once downloaded, click on the file:: Navigate…

Read More Read More

Installing Node.js 10.x on Ubuntu Focal (20.04) before the official release

Installing Node.js 10.x on Ubuntu Focal (20.04) before the official release

Hi everyone, Today, I’ll guide you through the steps of installing Node.js 10.x on Ubuntu Focal (20.04) which is stated to be officially released on April 23, 2020. Right now, installing Node.js using the NodeSource Node.js official repositories do not work because they do not support unreleased versions of Ubuntu. You may think of using a previous Ubuntu repository in order to install Node.js, but this will actually not work. This is because Ubuntu 20.04 renamed the Python 2 packages…

Read More Read More

Downloading ffmpeg for SVT-AV1 GUI

Downloading ffmpeg for SVT-AV1 GUI

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, In this post, I’ll show you how to download ffmpeg to use with SVT-AV1 GUI. FFmpeg is required to extract the video file to .y4m, encode the audio to Opus, and merge both files when the encode is finished. Here are the steps: 1. Navigate to https://ffmpeg.zeranoe.com/builds/: 2. Select the nightly build which is the first one shown in “Version”. Select…

Read More Read More