Results for: grep

grep Command in Linux With Examples

February 29, 2024

This article lists the most useful grep commands in Linux. It provides clear-cut examples and explains how to use grep options.

Read more

Linux egrep Command With Examples

September 8, 2022

The egrep command searches for patterns or regular expressions in files and directories. Read this tutorial to master the egrep command.

Read more

Grep Regex: A Complete Guide

April 7, 2022

The core of the grep command (Global Regular Expressions Print) is regular expressions. Master grep regex through the hands-on examples in this guide.

Read more

How to Grep for Multiple Strings, Patterns or Words

May 5, 2020

This tutorial lists multiple examples on how you can use the grep tool to search for multiple string patterns in a file. THe guide shows you how to utilize this tool most effectively to print the results you need.

Read more

How to Update Docker Image and Container

July 11, 2024

To avoid running containers with outdated Docker images, ensure you update the containers regularly. This tutorial shows how to update a Docker image and container with a step-by-step guide and a practical example.

Read more

Jumbo Frames and MTU in Bare Metal Cloud

June 26, 2024

The default MTU value on phoenixNAP's BMC servers is jumbo frames (9000 bytes). Learn about MTU and jumbo frames, and how to adjust it in Windows and Linux.

Read more

Linux Logs: How to View, Read & Configure


All Linux systems create and store information log files for boot processes, applications, and other events. These files can be a helpful resource for troubleshooting system issues. This tutorial will walk you thru where they are located, how to read Linux log files and configuring the system logging daemon.

Read more

How to Install Arch Linux

June 11, 2024

Arch Linux is among the most versatile and lightweight Linux distributions. This guide takes you step-by-step through the process of installing Arch Linux on your computer.

Read more

How to List All Processes in Linux


Tracking and managing running processes is an important part of Linux administration. This tutorial shows different methods you can use to list running processes in Linux.

Read more

iptables Tutorial: A Beginner's Guide to the Linux Firewall

May 30, 2024

Learn how to use iptables commands and see how iptables works. By following the instructions listed in this article, you'll get a better understanding of network packets, and can configure basic rules for your system and set up ports on the firewall to meet your security needs.

Read more
1 2 3 12