Converting Images to AVIF on Linux, Including JPG, PNG, and WebP Formats

Converting Images to AVIF on Linux, Including JPG, PNG, and WebP Formats

The AVIF (AV1 Image File Format) is gaining popularity for its impressive compression capabilities without sacrificing image quality, making it a preferred choice for web developers and photographers alike. This guide explores various methods to convert images to AVIF format on Linux, enabling users to leverage this advanced image format’s benefits.

Read more

Monitoring NVIDIA GPU Usage on Ubuntu

Monitoring NVIDIA GPU Usage on Ubuntu

This article provides a comprehensive guide on how to monitor the usage of NVIDIA graphics cards on Ubuntu. Whether you are a gamer, a professional in graphics-intensive applications, or someone interested in the performance of machine learning models, understanding how to check your NVIDIA GPU’s usage can be crucial. We will cover two primary methods to accomplish this, each with its own set of advantages.

Read more

Recording Live Streams on Linux with FFmpeg

Recording Live Streams on Linux with FFmpeg: Examples Included

Recording live stream music and videos is a highly sought-after capability for content creators, archivists, and enthusiasts. With the power of FFmpeg on Linux, capturing these live streams directly from the command line becomes not only possible but also remarkably efficient. FFmpeg, a leading multimedia framework, supports a wide array of protocols, codecs, and file formats, making it the go-to tool for such tasks. Whether you’re aiming to record a live concert, a webinar, or your favorite online TV show, FFmpeg can handle it all with ease.

Read more

Raspberry Pi as Music Streamer

Raspberry Pi as Music Streamer

Thanks to its small size and simple requirements, the Raspberry Pi can be transformed into a variety of different specialized devices. One such role that it can fill is that of a dedicated music streamer, or jukebox. Whether you have your own music files (MP3, FLAC, etc) already downloaded and want to stream them to speakers around the house, or you rely on streaming services like Spotify or Pandora, utilizing the Raspberry Pi as a music streamer is a great way to enjoy some tunes. In this tutorial, we will go over the step by step instructions to help you turn your Raspberry Pi into the ideal music streaming device.

Read more

Raspberry Pi as Minecraft Server

Raspberry Pi as Minecraft Server

A Raspberry Pi, especially the newer models, possesses all the necessary hardware power for running a dedicated Minecraft gaming server. While it is easy enough to host the game off your desktop computer while simultaneously playing, having a dedicated server allows you to host an uninterrupted Minecraft session that can stay up and running for longer periods of time. Rather than buying a robust rig to host your server, or paying a third party company to do the hosting for you, utilizing the Raspberry Pi becomes a cheap alternative. On top of that, you still have the ability to customize the server configuration to produce your ideal gaming environment.

Read more

Reviving Retro Games: Using Raspberry Pi for Emulation

Reviving Retro Games: Using Raspberry Pi for Emulation

While a Raspberry Pi can serve many purposes, one role that it fills surprisingly well is that of a retro gaming console. The idea is to load up the Raspberry Pi with as many emulators and ROMs as possible, and then you have a portable, HDMI capable gaming machine in the palm of your hand. Plug it into any monitor or TV, and use your keyboard and mouse, or even USB or Bluetooth controller to play some retro titles.

Read more

FFMPEG Script to Convert Multiple Files in Linux

When working with media files, it’s common to find yourself needing to batch convert multiple files. This is particularly true in fields like video editing, audio processing, or even when simply organizing your media library. The powerful tool at the heart of such tasks is often FFMPEG, a versatile, open-source software that can handle almost all video and audio formats. Understanding how to harness FFMPEG through shell scripting can significantly speed up your workflow.

Read more

Recording Browser Audio on Linux with ffmpeg

Recording audio from your browser or other applications on Linux can be efficiently done using the command-line tool ‘ffmpeg’. This guide specifically caters to Debian Linux users with KDE Plasma, focusing on capturing audio directly from the system’s output. Whether it’s for recording streaming audio, webinars, or other digital content, this tutorial will guide you through the necessary steps.

Read more

Google Chrome installed and running on a Linux system

Google Chrome for Linux: Download and Installation

Google Chrome is a very popular, yet closed source web browser. This makes it a little tricky to install on a Linux system, as it’s pretty much never included by default on any distro, and usually not available for installation from official repositories. Contrast this to Mozilla Firefox, which is open source and ubiquitous across the most popular Linux distros.

Read more

How to install the NVIDIA drivers on Ubuntu 22.04

The objective is to install the NVIDIA drivers on Ubuntu 22.04 (Jammy Jellyfish) Linux and switch from the default open source Nouveau driver to the proprietary Nvidia driver. While the Nouveau driver comes installed by default, the proprietary Nvidia driver can offer several benefits over its alternative. By downloading the official driver, you will have the most cutting edge software and ensure maximum compatibility with your video card hardware.

Read more