Browsed by
Category: Linux

Restoring audio after upgrading Ubuntu Cinnamon Remix 22.04 to Ubuntu 22.10 (Development version)

Restoring audio after upgrading Ubuntu Cinnamon Remix 22.04 to Ubuntu 22.10 (Development version)

Hi everyone, Today, we will be seeing how to restore the audio outputs after upgrading an Ubuntu Cinnamon Remix 22.04 to Ubuntu Cinnamon Remix 22.10. I had this problem happen on my machines after installing Ubuntu Cinnamon Remix 22.04 and then performing an upgrade using the command do-release-upgrade -d. This effectively upgrades Ubuntu 22.04 to the latest development version which currently is 22.10. However, it seems it messed up with my audio. Luckily, the solution is simple and we will…

Read More Read More

Installing the latest Linux Kernel in Ubuntu with the Ubuntu Mainline Kernel Installer software

Installing the latest Linux Kernel in Ubuntu with the Ubuntu Mainline Kernel Installer software

Hi everyone, Today, I´d like to show you how to install the latest Linux Kernel in Ubuntu. There’s a software called Ubuntu Mainline Kernel Installer that allow us to do exactly this. Linux works with the Linux Kernel, and that means that Ubuntu uses it, of course. The latest stable version of Ubuntu: 22.04, uses the Linux Kernel version 5.15, but with the Ubuntu Mainline Kernel Installer, we can install up to the current 5.19-rc8 version. Note that this version…

Read More Read More

Resizing and Watermarking images with Python and PIL

Resizing and Watermarking images with Python and PIL

Hi everyone, Today, we will be seeing how to resize and watermark an image using Python and the PIL library. This is very simple once I went through a few issues I experienced myself and a deprecation warning. This code is based on the code from the following page: How to Watermark Images w/Python (PIL) I have recently switched to Ubuntu Linux and am looking for alternative software to those I normally use in Windows. To watermark and resize my…

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

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