How to count all matches of a string or words in compressed and uncompressed files with grep for Linux or Unix
-> Grep Count Lines If a String / Word Matches in Linux or Unix System
seen from Italy

seen from United Kingdom
seen from United States
seen from China
seen from United States
seen from China

seen from Canada
seen from China
seen from Malaysia
seen from United States
seen from Russia

seen from Malaysia
seen from Malaysia
seen from Germany
seen from China
seen from China

seen from United States

seen from Montenegro
seen from United States

seen from Hong Kong SAR China
How to count all matches of a string or words in compressed and uncompressed files with grep for Linux or Unix
-> Grep Count Lines If a String / Word Matches in Linux or Unix System
How to use scp command in Linux operating system
How to use scp command in Linux operating system
This article is going to show you that how to use scp command in Linux. If you want to learn Securely Transfer Files Using SCP Command in Linux then this article is best for you. Linux SCP stands for Secure Copy Protocol. It is a method of encrypting the transmission of files from local server to remote server, from remote server to local server, or between two remote hosts. It is a secure…
View On WordPress
Linux OS Versiyon Komutları
Linux OS Versiyon Komutları
Merhaba, bu yazımda kısaca Linux OS versiyon komutları konusundan bahsedeceğim. Linux işletim sisteminin versiyonunu kontrol etmek için kullanabileceğiniz birkaç farklı komut bulunmaktadır. /etc/os-release dosyasını sorgulama, Bu dosya, işletim sistemi hakkında bilgi içerir. cat /etc/os-release veya grep ‘^VERSION’ /etc/os-release komutlarını kullanarak bu dosyadaki OS versiyon bilgilerini…
View On WordPress
14 Important 'ps' commands to Monitor Linux Process With Examples
14 Important ‘ps’ commands to Monitor Linux Process With Examples
Linux is a powerful multi-tasking and multi-user operating system. It allows multiple processes to operate simultaneously without any interfering with each other. The ps (processes status) is a inbuilt command line utility that is used to display information about the processes running on the system. The ps command can be used to show all of the processes, or only those belonging to a specific…
View On WordPress
11 Most Important 'df' command to check disk space in Linux
11 Most Important ‘df’ command to check disk space in Linux
This article will help you understand the use of df command in Linux and how to use df command with multiple options in Linux/Unix. The ‘df’ (Disk Free) command is in an inbuilt utility to find the available and disk usage space on Linux servers/storage. This command is mainly used by all the System Admins, as it is one of their main tasks to monitor the server/storage space. Don’t be confused…
View On WordPress
12 Most Useful 'sed' commands in Linux
12 Most Useful ‘sed’ commands in Linux
In this article, we will learn how to use sed command in linux with 12 practical examples. The sed command is a powerful and useful tool in Unix / Linux for editing the content (files) line by line, including inserts, appends, changes, and deletes. Furthermore, it supports regular expressions, so it can match complex patterns. Commonly it is used to find and replace the strings in files like…
View On WordPress
How to Rename or Move a File or Directory in Linux – Bash Terminal Command
How to Rename or Move a File or Directory in Linux – Bash Terminal Command
When it comes to working on the Linux operating system,s renaming files and directories is a common daily task for a system administrator. It is a routine operation that can be carried out whether you are using the command line or the GUI. The CLI is a particularly potent tool when compared to the GUI (or Graphical User Interface). This is partially due to the fact that you can rename files in…
View On WordPress