Awk-Command-Examples-Linux

14 Useful AWK Command Examples in Linux

Awk command is the most powerful scripting language in Linux that is developed with the purpose of text processing and transforming text in a way like producing formatted reports. It is relatable to grep and sed commands as it acts … Read more

Install-Gnome-Extensions-Ubuntu-22-04

How to Install Gnome Extensions on Ubuntu 22.04

In this blog post, we will explain how to install gnome extensions on Ubuntu 22.04 system. Ubuntu 22.04 enhanced Gnome desktop environment, offering a sleek and user-friendly interface. If you’re looking to customize your Ubuntu experience, installing Gnome extensions is … Read more

Tar-Command-Examples-Linux

Top 16 Tar Command with Examples in Linux

Tar is an archiving software utility for the computer for compressing multiple files and directories into one archive file. It’s an acronym for Tape Archive that is broadly used in Linux/Unix. Tar archiving is mostly used for the purpose of … Read more

Git-Command-Examples-Linux

15 Quick Git Commands with Examples in Linux

In this post, we will cover 15 quick git commands with examples in Linux Git is an open-source distributed version control system and it’s free to use under GNU General Public License Version 2. In today’s context, everyone in software … Read more

Grep-Command-Examples-Linux

20 Useful Grep Command Examples in Linux

Grep is a command-line utility widely used in Linux/Unix that uses in searching data sets of specific files for lines that match a regular expression of plain texts. Grep stands for Global Regular Expression Print. It was originally named by … Read more

Wget-Command-Examples-Linux

15 Quick Wget Command Examples in Linux

Wget is a command line utility in linux to download files from the internet. It provides many features such as downloading multiple files, resuming stopped downloads, limiting the bandwidth, downloading in the background and can be used for taking mirrors … Read more

Install-Putty-Linux-Desktop

How to Install PuTTY (SSH Client) on Linux

In this post, we will cover how to install Putty (ssh client) on Linux and will also show how to use putty to connect to remote servers. Putty is an open-source terminal emulator, originally developed by Simon Tatham for the … Read more

Convert-PDF-Image-Linux

How to Convert PDF to Image in Linux

For many reasons, you often need to convert PDF documents to different image formats. You can find many online sites that easily convert PDF to images, but there is no guarantee your file will be secure always. You can easily … Read more

Edit-PDF-Files-Linux-Desktop

How to Edit PDF Files in Linux Desktop

PDF (Portable Document Format) is popular file system used specially for documentation. In all the Linux distribution you can find PDF viewer but not PDF editor. PDF editor allow you to edit, annotate, highlight and remove the content in PDF … Read more