Skip to content
Linux
  • Home
  • About
  • Contact Us
  • Privacy Policy

All About Linux.

The yum command in Linux – A Cheat sheet

Every Linux distribution has a command line application called as package manager. Its main job is to take care of dependency resolution and install them whenever you try to install a new software and make sure that the installed dependencies do not conflict with other software programs which are already present on your system. Red […]

The yum command in Linux – A Cheat sheet Read More »

The dnf package manager in Linux – A complete reference

The DNF command (Dandified yum) is the next-generation version of the traditional YUM package manager for Red Hat based systems. It is the default package manager for Fedora 22, CentOS8, and RHEL8. It is intended to be a replacement for YUM. It does Package Management using RPM and libsolv (maintained by OpenSUSE). dnf command Basic Usage The general

The dnf package manager in Linux – A complete reference Read More »

Z shell on Ubuntu – How to setup and use the Z Shell (zsh)

In this tutorial we will be learning how to install and setup z shell on Ubuntu. The default shell that comes pre installed in Ubuntu is called bash (or Bourne shell). Z shell offers a few more things over bash. Better autocompletion, autocorrect and plugin support to name a few. In this tutorial we will

Z shell on Ubuntu – How to setup and use the Z Shell (zsh) Read More »

Install and setup Minecraft on Linux – A complete guide

We’ll install Minecraft on Linux, the most popular indie-game of all time. It immerses the player in a world made of blocks where the player can build, destroy, and mine things! The best part is that it is available on Linux too. You can install it on your desktop PC or if you have a

Install and setup Minecraft on Linux – A complete guide Read More »

The exec command in Linux [With Easy Examples]

The exec command in Linux is used to execute a command by replacing the current process with that command. In bash shell and ksh shell, it is also used to redirect file descriptors for a complete session or for a whole script. In this tutorial, we will see and learn the various uses of the

The exec command in Linux [With Easy Examples] Read More »

How to dual boot Ubuntu and Windows 10?

In this tutorial, we will be learning how to dual boot Ubuntu and Windows 10. Ubuntu is one of the most popular and user-friendly Linux distributions. Ubuntu would be usually recommended to anyone who is starting out using Linux. You might not want to fully commit and replace Windows 10 with Ubuntu and rather have

How to dual boot Ubuntu and Windows 10? Read More »

Crontabs in Linux – Easy Reference

In this tutorial, we will be learning how to schedule tasks with crontabs in Linux. Crontab stands for cron table which contains a list of tasks which are scheduled to run at a regular interval of time. These tasks are then executed by a daemon called cron. All users on the machine can have their

Crontabs in Linux – Easy Reference Read More »

The fuser command in Linux – Process management tool

In this tutorial, we will be learning how to use the fuser command in Linux. There are many process management tool for Linux, fuser offers something different. Fuser lets you look for process using a particular file, a directory or a socket. With fuser you can then kill and manage these processes. General Syntax of

The fuser command in Linux – Process management tool Read More »

How to use Geopy to geocode locations

In this article, I’ll introduce you to a Python library called Geopy. It is a geocoding package What is Geocoding? Geopy is a Python client for many common web services for geocoding, making it easy to locate the coordinates of an address, a city, or a country for Python developers, and vice versa. It uses

How to use Geopy to geocode locations Read More »

How to Install Etcher on Ubuntu – A Complete Step-By-Step Guide

In this tutorial, we will be learning how to install Etcher on Ubuntu. Etcher is a strong OS image burner tool for Windows, Mac, and Linux. It is simple to use the tool and one of the few GUI image burning tool that is available for windows. There are two ways you can install Etcher:

How to Install Etcher on Ubuntu – A Complete Step-By-Step Guide Read More »

← Previous 1 … 100 101 102 … 128 Next →

Recent Posts

  • Linux Certification and Career Path: LFCS, RHCSA, DevOps, and Skills for IT Success
  • Virtualization and Containers in Linux: Docker and Podman
  • System Monitoring and Troubleshooting: CPU, Disk, and Memory Usage
  • Linux Security and Access Control: Firewalls, SELinux, and AppArmor
  • Understand Linux logging system and Job Control

Favorite Sites

  • Python Tutorials
  • GoLang Tutorials
  • CodeForGeek
  • VM-Help
  • MySQL Tutorials
  • Excel Tutorials
Linuxlogo

Learn everything about Linux, under a single roof. LinuxForDevices covers Linux tutorials, Open Source news, and courses to help you grow.

Copyright © 2025 · LinuxForDevices · LinuxForDevices is part of Diyansh IT Services Private Limited
Linux® is a registered trademark of Linus Torvalds.