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

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

Search-Filezilla-desktop-dash-debian10

How to Install FileZilla on Debian 12

In this post, we will cover how to install FileZilla on Debian 12 system. FileZilla is free and cross platform ftp, ftps and sftp client. It provides a graphical user interface through which we can connect to remote system using … Read more

Execute-Ansible-Ad-Hoc-Commands

How to Execute Ansible Ad-Hoc Commands

In Ansible, Playbook files are usually used in executing tasks in remote hosts. These tasks range from installing and configuring services such as web and database servers to simple tasks such as checking uptime. However, when it comes to executing … Read more