Skip to content
Linux Archives - Like Geeks

  • Home
  • Linux
    • Linux Commands
    • Bash Scripting
  • Server Administration
  • Web Development
  • Python
    • NumPy
    • Pandas
    • Seaborn

Linux

15+ examples for yum update command
Linux Commands

15+ examples for yum update command

Mokhtar Ebrahim February 28, 2023

Yum is a package manager used on Red Hat, CentOS, and other Linux distributions that use RPM Package Manager. Yum…

Linux find command tutorial (with examples)
Linux Commands

Linux find command tutorial (with examples)

Mokhtar Ebrahim February 28, 2023

When it comes to locating files or directories on your system, the find command on Linux is unparalleled.  It’s simple…

15+ examples for Linux cURL command
Linux Commands

15+ examples for Linux cURL command

Mokhtar Ebrahim February 28, 2023

In this tutorial, we will cover the cURL command in Linux. Follow along as we guide you through the functions…

Grep command in Linux (With Examples)
Linux Commands

Grep command in Linux (With Examples)

Mokhtar Ebrahim February 28, 2023

In this tutorial, you will learn how to use the very essential grep command in Linux. We’re going to go…

Understanding Linux runlevels the right way
Linux

Understanding Linux runlevels the right way

Mokhtar Ebrahim June 9, 2020

You can think of Linux runlevels as different “modes” that the operating system runs in. Each of these modes, or…

10+ examples for killing a process in Linux
Linux

10+ examples for killing a process in Linux

Mokhtar Ebrahim February 26, 2023

In this tutorial, we will talk about killing a process in Linux with multiple examples. In most cases, it’s as…

15+ examples for listing users in Linux
Linux

15+ examples for listing users in Linux

Mokhtar Ebrahim February 27, 2023

In this post, you will learn about listing users in Linux. Besides this, you will know other tricks about Linux…

Recover deleted files on Linux (Beginners Tutorial)
Linux

Recover deleted files on Linux (Beginners Tutorial)

Mokhtar Ebrahim August 19, 2022

Have you ever deleted any important files by mistake? Who doesn’t! Okay, but can I recover them? In this post,…

Expect command and how to automate shell scripts like magic
Linux Commands

Expect command and how to automate shell scripts like magic

Mokhtar Ebrahim February 28, 2023

In the previous post, we talked about writing practical shell scripts, and we saw how it is easy to write a…

How to write practical shell scripts
Bash Scripting

How to write practical shell scripts

Mokhtar Ebrahim February 28, 2023

In the last post, we talked about regular expressions, and we saw how to use them in sed and awk for…

Regex tutorial for Linux (Sed & AWK) examples
Bash Scripting

Regex tutorial for Linux (Sed & AWK) examples

Mokhtar Ebrahim February 28, 2023

To successfully work with the Linux sed editor and the awk command in your shell scripts, you have to understand…

30 Examples for Awk Command in Text Processing
Bash Scripting

30 Examples for Awk Command in Text Processing

Mokhtar Ebrahim February 28, 2023

In the previous post, we talked about sed command and we saw many examples of using it in text processing…

Posts navigation

1 2 3 Next
My Published Book

My Book

Latest Posts
  • Convert Pandas DataFrame to NumPy array
  • Convert NumPy array to Pandas DataFrame (15+ Scenarios)
  • 20+ Examples of filtering Pandas DataFrame
  • Seaborn lineplot (Visualize Data With Lines)
  • Python string interpolation (Make Dynamic Strings)
  • Seaborn histplot (Visualize data with histograms)
  • Seaborn barplot tutorial (Visualize your data in bars)
  • Python pytest tutorial (Test your scripts with ease)
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact