today's howtos
-
Upgrade Ubuntu from EOL to GA
If you have an unattended Ubuntu desktop or server running an old or non-long-term release, it’s time to upgrade to the current generally available release. Follow this guide to upgrade from End Of Life to General Availability. You can check what release of Ubuntu you have installed by running the command below.
-
How To Install HandBrake on Fedora 38
In this tutorial, we will show you how to install HandBrake on Fedora 38. For those of you who didn’t know, HandBrake is a versatile and powerful open-source video transcoder that allows users to convert video files into various formats.
-
What Is a Controlling Terminal in Linux?
You may have heard the term “controlling terminal” used in relation to Linux processes. You might be confused about what a controlling terminal is. Fortunately, a controlling terminal is easy to understand.
-
10 Examples of rsync command in Linux (2023) | Beebom
The rsync command is a powerful and versatile tool designed for efficient file synchronization for your Linux environment. Whether you’re a system administrator, developer, or just a Linux enthusiast, harnessing the capabilities of the rsync command can improve your workflow to a great extent. In this article, we walk you through some practical examples of how to use the rsync command in Linux.
-
6 Useful apt-cache Command Examples for Ubuntu
In Debian-based distributions such as Ubuntu, package management plays a crucial role in installing, upgrading, and removing software packages.
One of the fundamental components of the package management system is APT (Advanced Package Tool), which includes various utilities for managing packages, one such utility called apt-cache, which is used for package searching, querying, and information retrieval.
-
16 Useful apt Command Examples for Ubuntu/Debian Linux
One important thing to master under Linux System/Server Administration is package management using different package management tools.
Different Linux distributions install applications in a pre-compiled package containing binary files, configuration files, and information about the application’s dependencies.