Tag: linux

Shell Scripting @ Freshers.in

Shell script that counts the number of files with a specific permission

Shell scripting offers a powerful means of automating file management and analysis tasks, enabling users to efficiently manipulate and inspect…

Continue Reading Shell script that counts the number of files with a specific permission
Shell Scripting @ Freshers.in

Shell Scripting: Counting Files with a Specific Word in a Directory

Shell scripting is a versatile tool for automating tasks and performing operations on files and directories. In this article, we’ll…

Continue Reading Shell Scripting: Counting Files with a Specific Word in a Directory
Shell Scripting @ Freshers.in

Shell script that removes all files with a specific extension in a directory

In the realm of shell scripting, automating file management tasks is essential for streamlining workflows and optimizing productivity. In this…

Continue Reading Shell script that removes all files with a specific extension in a directory
Shell Scripting @ Freshers.in

Shell Scripting: Finding the Largest File in a Directory

Shell scripting is a powerful tool for automating tasks and performing operations on files and directories. In this article, we’ll…

Continue Reading Shell Scripting: Finding the Largest File in a Directory
Shell Scripting @ Freshers.in

Bash script that determines if a directory is empty or not

In the realm of file system management, it’s often necessary to check if a directory is empty meaning it contains…

Continue Reading Bash script that determines if a directory is empty or not
Shell Scripting @ Freshers.in

Streamlining text: How to merge file lines in pairs with a Bash script

Text processing is a common task in data analysis, where formatting and manipulating text files efficiently can often save a…

Continue Reading Streamlining text: How to merge file lines in pairs with a Bash script
Shell Scripting @ Freshers.in

Shell : How to organize and prioritize disk usage data with ‘du’ and ‘sort’

You can sort the results of the du (disk usage) command in the shell using the sort command. By default,…

Continue Reading Shell : How to organize and prioritize disk usage data with ‘du’ and ‘sort’
Linux admin @ Freshers.in

Expanding network functionality: Adding secondary IP addresses with nmcli in Linux

Configuring secondary IP addresses using nmcli (NetworkManager Command-Line Interface) is a common task in Linux when you want a single…

Continue Reading Expanding network functionality: Adding secondary IP addresses with nmcli in Linux
ubuntu@freshers_in

Changing the Varnish port in Ubuntu: A step-by-step guide for improved web service management

Changing the Varnish port in Ubuntu is a common task when you want to run multiple web applications or services…

Continue Reading Changing the Varnish port in Ubuntu: A step-by-step guide for improved web service management