Skip to content
Like Geeks - Page 4 of 10 - Linux, Server administration, and Python programming

  • Home
  • Linux
  • Server Administration
  • Web Development
  • Python
NumPy loadtxt tutorial (Load data from files)
Python

NumPy loadtxt tutorial (Load data from files)

Mokhtar Ebrahim 2020-04-212022-04-23

In a previous tutorial, we talked about NumPy arrays, and we saw how it makes the process of reading, parsing,…

20+ examples for flattening lists in Python
Python

20+ examples for flattening lists in Python

Mokhtar Ebrahim 2020-04-202022-01-11

Flattening lists means converting a multidimensional or nested list into a one-dimensional list. For example, the process of converting this…

15+ examples for yum update command
Linux

15+ examples for yum update command

Mokhtar Ebrahim 2020-02-122020-06-10

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

Matplotlib tutorial (Plotting Graphs Using pyplot)
Python

Matplotlib tutorial (Plotting Graphs Using pyplot)

Mokhtar Ebrahim 2020-02-062022-04-05

Matplotlib is a library in Python that creates 2D graphs to visualize data. Visualization always helps in better analysis of…

Linux find command tutorial (with examples)
Linux

Linux find command tutorial (with examples)

Mokhtar Ebrahim 2019-12-172020-11-24

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

15+ examples for Linux cURL command

Mokhtar Ebrahim 2019-12-092022-04-05

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

SSH port forwarding (tunneling) in Linux
Server Administration

SSH port forwarding (tunneling) in Linux

Mokhtar Ebrahim 2019-12-042020-07-30

In this tutorial, we will cover SSH port forwarding in Linux. This is a function of the SSH utility that…

Grep command in Linux (With Examples)
Linux

Grep command in Linux (With Examples)

Mokhtar Ebrahim 2019-11-272022-04-05

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

SSH Connection Refused (Causes & Solutions)
Server Administration

SSH Connection Refused (Causes & Solutions)

Mokhtar Ebrahim 2019-11-262022-04-05

This tutorial will look at the most common error you’re likely to encounter with SSH: Connection Refused. Read on for…

Understanding Linux runlevels the right way
Linux

Understanding Linux runlevels the right way

Mokhtar Ebrahim 2019-11-212020-06-09

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

Python standard deviation tutorial
Python

Python standard deviation tutorial

Mokhtar Ebrahim 2019-11-192022-04-05

The standard deviation allows you to measure how spread out numbers in a data set are. Large values of standard…

10+ examples for killing a process in Linux
Linux

10+ examples for killing a process in Linux

Mokhtar Ebrahim 2019-11-132022-04-05

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

Posts navigation

Back 1 2 3 4 5 6 … 10 Next
My Published Book

My Book

Latest Posts
  • How to create a Python terminal progress bar using tqdm?
  • Python Discord bot tutorial
  • Python print() function tutorial
  • Quicksort algorithm in Python (Step By Step)
  • Profiling in Python (Detect CPU & memory bottlenecks)
  • Python PDF processing tutorial
  • How to round numbers in Python
  • Send Emails using Python (Multiple Examples)
Advertisements
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact