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

All About Linux.

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 »

Tor Browser on Linux: How to Install and Set Up?

In this tutorial, we will be learning how to install and set up the Tor Browser on Linux. Tor is a free and open-source software that gives anonymity and privacy to its users. All the traffic that passes through Tor network is encrypted and it is virtually impossible to track the IP address back to

Tor Browser on Linux: How to Install and Set Up? Read More »

The pstree command in Linux – Display Process Trees

In this article, we’ll be talking about the pstree command in Linux. When it comes to finding running processes on your Linux system, there are multiple options available. The ps command is the more popular option among these options. The top command is another popular choice for viewing the currently running processes. Both of these

The pstree command in Linux – Display Process Trees Read More »

The expr command in Linux – Evaluate Expressions and Perform String Operations

The expr command in Linux evaluates a given expression for you and displays the output. It also lets you perform certain string operations such as finding length, substring and more. In this tutorial, we will learn how to perform these operations. First, we will look at the arithmetic operations and then move on to the

The expr command in Linux – Evaluate Expressions and Perform String Operations Read More »

The nohup command in Linux (with examples) – Run processes in the background

The nohup command, short for no hang-up is used to run a process in the background. A process that has been ‘nohuped’ will continue to run even if the terminal from which it was run is closed. In effect, nohup disconnects the process from the terminal. nohup Command Basic Usage Before going into the usage

The nohup command in Linux (with examples) – Run processes in the background Read More »

The cmp Command on Linux (With Easy Examples)

The cmp command is used to compare two files on Linux and Unix. It is mostly useful for scripts, as it only reports whether the files are different or not. It does not report the differences. Likewise, it can also be used to compare non-text files like libraries, images, music, etc. This command should work on

The cmp Command on Linux (With Easy Examples) Read More »

← Previous 1 … 101 102 103 … 128 Next →

Recent Posts

  • How to Install LM Studio – Step-by-Step Guide (2025)
  • How to Install Logseq – Step-by-Step Guide (2025)
  • How to Install Frog – Step-by-Step Guide (2025)
  • How to Install Buzz – Step-by-Step Guide (2025)
  • How to Install Upscayl – Step-by-Step Guide (2025)

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.