Skip to content
LinuxForDevices.com
  • Home
  • About
  • Contact Me
  • Privacy Policy
  • Search

Recent Posts

  • The yum command in Linux – A Complete Reference
  • The dnf command in Linux – A complete reference
  • Z shell on Ubuntu – How to setup and use the Z Shell (zsh)
  • Install and setup Minecraft on Linux – A complete guide
  • The exec command in Linux [With Easy Examples]
  • How to dual boot Ubuntu and Windows 10?
  • Crontabs in Linux – Easy Reference
  • The fuser command in Linux – Process management tool
  • How to use Geopy to geocode locations
  • How to Install Etcher on Ubuntu – A Complete Step-By-Step Guide
  • Tor Browser on Linux: How to Install and Set Up?
  • The pstree command in Linux – Display Process Trees
  • The expr command in Linux – Evaluate Expressions and Perform String Operations
  • The nohup command in Linux (with examples) – Run processes in the background
  • The cmp Command in Linux (With Easy Examples)
  • The install command in Linux – Copy files, Create Directories, Change User permissions and File ownerships
  • The split command in Linux – Break large files into smaller files
  • The bc command in Linux – How to Perform Mathematical Operations in Linux Shell?
  • The iostat Command in Linux – Monitor and Generate CPU and Device Utilization Reports
  • The who Command in Linux – An Easy Guide
  • whereis command in Linux
  • The wall command in Linux – Everything you need to know
  • How to use the Script command to record terminal sessions in Linux?
  • The finger command in Linux – Everything you need to know
  • How to Use the at Command to Schedule Tasks in Linux?
  • Uniq command in Linux – What is it and How to Use it?
  • Banner Command in Linux: What Is It And How To Use It?
  • Learning about the whatis command in Linux
  • Type Command in Linux – Everything you need to know
  • Linux Commands Cheat Sheet
  • How to install GUI on Arch Linux
  • How to Install Arch Linux
  • A Guide to the Ubuntu Terminal
  • Top 10 Must-Have Linux apps
  • Syncthing – Install and Setup Syncthing on Ubuntu/Debian
  • LEMP stack on Ubuntu/Debian – A Step-by-Step Guide to Install and Deploy LEMP
  • Ulauncher – An all-in-one application launcher you should be using right now
  • System Monitor in Ubuntu – Brief Introduction
  • How to Install GUI on Ubuntu Server?
  • How to fix ‘unable to acquire the dpkg frontend lock’ error in Ubuntu?
  • Top 10 Linux Alternative Operating Systems
  • The scp command in Linux – Securely Copy Data in Linux
  • A Step-by-Step Guide to Install VNC Server on CentOS 8
  • How to use the screen command in Linux?
  • wget vs. curl – What is the difference between the wget and curl commands?
  • A Step-by-Step Guide to Set up a DHCP Server on Ubuntu
  • Nano vs VIM editor – What’s the difference between nano and vim editors?
  • Emacs Editor Tutorial – An Absolute Beginners Reference
  • How to Install VLC on Ubuntu?
  • How to Install Peek on Linux – An Animated GIF recorder on Ubuntu

Favorite Sites

  • AskPython
  • BloggerTipsAndTricks
  • GoLangDocs
  • JournalDev
  • VM-Help
  • WP-Design

The yum command in Linux – A Complete Reference

YUM command (Yellowdog Updater Modified) is the traditional package manager for RedHat based systems. It is present in almost every RedHat based distro but isn’t the default in many of them now. It has been replaced by the newer DNF command. We have a separate article on DNF. yum command Basic Usage The general syntax …

The yum command in Linux – A Complete Reference Read More »

The dnf command in Linux – A complete reference

The DNF command (Dandified yum) is the next-generation version of the traditional YUM package manager for RedHat 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 dnf command 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 shells such as bash and ksh, it is also used to redirect file descriptors for a complete session or for a whole script. exec command Basic usage exec command can be a considered an optimization …

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 »

Posts navigation

1 2 … 29 Next Page →
Copyright © 2021 · LinuxForDevices · LinuxForDevices is part of JournalDev IT Services Private Limited
Linux® is a registered trademark of Linus Torvalds.