JIYIK CN >

Current Location:Home > Learning >

All

Execute commands in a variable in a Bash script

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

This article is about storing Bash commands in a variable and then executing it directly from that variable. First, we will discuss the various ways to execute commands contained in a variable, followed by several script examples. Let’s g...

Full

Counting files in a directory in Bash

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

Counting how many files are in a directory is a common task in Bash, and there are a number of different tools and methods that can be used to perform this operation. In general, the appropriate method depends on the specific requirements a...

Full

Count unique lines in a file in Linux

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

Counting unique lines in a file is a common task in Linux, and there are a number of different tools and methods that can be used to perform this operation. In general, the appropriate method depends on the specific requirements and constra...

Full

Deleting Duplicate Lines in Bash

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

Duplicate entries can cause a variety of problems in Bash scripts, such as incorrect or inconsistent results, and they can also make the script difficult to maintain. Removing duplicate entries from a script is often necessary to avoid thes...

Full

Redirecting Stderr and Stdout to a file in Bash

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will discuss standard output and standard error in Linux. We will see how to redirect standard output and standard error in Bash. Let us start by understanding the terms standard output and standard error in Linux. Stand...

Full

Creating a Progress Bar in Bash

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

A progress bar is a visual indicator that shows the progress of a task, such as a long-running script or command. It can be used to provide feedback to the user about the status of a task and can also help estimate the time remaining before...

Full

NTP in Linux

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

NTP is a core protocol used by most IT infrastructures. Its purpose is to synchronize date and time information. However, it is very important to configure NTP for your servers, clients, and other network devices. NTP uses a UDP port number...

Full

ps aux command in Linux

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

If you are using Linux and are looking for a tool that can monitor all the processes running on your system, then you should use the command ps aux. This command will show you an overview of all running processes. It is very useful for trou...

Full

lsof Command in Linux

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

lsof Command in Linux

In this Linux article, we will learn about lsof command in Linux operating system. We will see how to use this command for different purposes in Linux. We use lsof the lsof command to verify the ports in use on the Linux operating system. U...

Full

Installing Deb Files in Linux

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

In this Linux article, we will learn how to install .deb (Debian Package) files on Linux systems. We will also see how to remove .deb files after installation. More importantly, we will learn different ways to install .deb files on Linux sy...

Full

Updating YUM in Linux

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

This article will teach us how to update YUM in Linux and how to install, update, remove, find and manage packages on a Linux system. We have also seen the difference yum update between and in Linux yum upgrade . yum update command in Linux...

Full

How to get IP address in CentOS

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

This short article is a brief introduction to CentOS followed by a brief discussion on how we can get the server IP address in CentOS using the Command Line Interface (CLI). This article will discuss some of the commands and their usage for...

Full

Setting the working directory in Docker

Publish Date:2025/03/23 Author:JIYIK Category:OPERATING SYSTEM

If present, the working directory of a process in Compute is a directory in a linked hierarchical file system that is dynamic for each process. In Docker, we can set our working directory by editing the Dockerfile and adding the key WORKDIR...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial