today's howtos
-
Linux md5sum Command Tutorial for Beginners (5 Examples)
While we have already discussed the cksum command line utility, there's another tool that you can use in scenarios where, say, you need to verify the integrity of files during transfers. The tool we're talking about here is md5sum. In this tutorial, we will discuss the basics of this command using some easy to understand examples.
-
How to Install Sourcetree on Ubuntu 22.04 or 20.04 Linux
Wine is the solution that we can use to install the SourceTree software on Linux systems including Ubuntu. Here is the tutorial to learn the steps we need to follow to get this free Git Client software.
-
How To Install OnlyOffice Desktop Editors 7.3 on Ubuntu
This tutorial will help you to add version 7.3 of OnlyOffice Desktop Editor to your Ubuntu computer. You can do it easily using Ubuntu Software or alternatively Terminal. Happy writing!
-
Upgrading system Off-line with ISO and Yum
Upgrading a system can be a daunting task, especially if it is an off-line system. An off-line system is one that is not connected to the internet and cannot access online resources. The good news is that you can still upgrade your system even when it is not connected to the internet.
-
Converting MKV to MP4 on Ubuntu: A Step-by-Step Guide
Learn how to convert MKV to MP4 on Ubuntu using Handbrake in this step-by-step guide. Convert high-quality MKV videos to widely supported MP4 format for use on various devices.
-
Configuring Yum
Introduction Yum (Yellowdog Updater, Modified) is a package manager for Red Hat based Linux distributions, including Fedora and CentOS. It helps in managing and updating the software packages on the system, including their dependencies and conflicts. In this article, we will learn how to configure Yum to manage packages on your Linux system.
-
How to Install Microsoft Office on Ubuntu 22.04
Are you tired of having to use different software just because you prefer using Ubuntu instead of Windows? Look no further, 'cause you can now have the best of both worlds!
-
Yum Commands and Options
Introduction Yum is a package manager used in Red Hat-based systems like Fedora, CentOS, and Red Hat Enterprise Linux. With Yum, users can easily install, update, and remove packages from the terminal. In this article, we'll explore the basic Yum commands and their options, with examples to help you get started.
-
Setting up a YUM Repository
Introduction YUM (Yellowdog Updater, Modified) is a popular open-source package management system used to install, update, and remove packages in Linux distributions such as Fedora, Red Hat Enterprise Linux (RHEL), and CentOS. YUM makes it easier to manage packages by resolving dependencies, downloading packages from a central repository, and installing them.
-
C.J. Adams-Collier: IPv6 with CenturyLink Fiber
In case you want to know how to configure IPv6 using CenturyLink’s 6rd tunneling service.
-
tail Command in Linux with Examples
The tail command in Linux is a powerful tool used for displaying the end of a file. By default, it displays the last 10 lines of a file, but this can be modified by specifying a different number of lines to display.
-
What is a Orphan Process in Unix/Linux
An Orphan Process is a process that has lost its parent process, which normally takes care of cleaning up the process's resources. In Unix/Linux, when a parent process terminates, its child processes become Orphan processes and are adopted by the init process, which becomes the new parent.
-
Install Minikube on Ubuntu Linux for Easy Kubernetes Development
Not only is deploying pods and services to a cluster a