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 Connect to MySQL Using PHP

April 23, 2024

To access and add content to a MySQL database, you must first establish a connection between the database and a PHP script. In this guide learn how to use PHP to connect to MySQL.

Read more

How to Check Linux Kernel Version

April 18, 2024

The Linux kernel is much like the central brain of the operating system. Although it is open-source – meaning anyone can view and modify the code – the Linux kernel is built with multiple protocols to ensure stability and security. This guide will walk you through how to check the Linux kernel version of your operating system.

Read more

How to Install Nmap Network Scanner on Linux

April 8, 2024

This tutorial shows how to install Nmap on a Linux-based system and use it to retrieve valuable information from remote systems.

Read more

How to Check Memory Usage in Linux via CLI and GUI

March 28, 2024

Learn the most commonly used commands to check memory usage in Linux. The guide also provides detailed explanations on how to interpret the results.

Read more

How to Fix Missing PHP MySQL Extension in WordPress

March 14, 2024

This guide explains how to fix the "Your PHP installation appears to be missing the MySQL extension" using several different methods.

Read more

Fix "sub-process /usr/bin/dpkg returned an error code (1)"

March 5, 2024

Ddpkg is a tool used to install packages in Debian-based distributions. The error message “Sub-process /usr/bin/dpkg returned an error code (1)” indicates a problem with the package installer. This guide shows different methods for resolving the issue.

Read more
1 2 3 12