JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

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

Hosting Docker Internal in Linux

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

Docker allows developers to efficiently build, test, and deploy applications by packaging them in standardized units called containers. When working with Docker containers, you may encounter scenarios where you need to connect a container t...

Full

Running Regular Expressions in Case Statements in Bash

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

This article explores regular expressions, their basic syntax, and how to run them in Bash using case and if-else constructs. Introduction to Regular Expressions A regular expression, also called regex or regexp, is a sequence of characters...

Full

Changing Directories in Bash

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

In this article, we will learn how to change directories in Bash. The term directory is used to refer to a folder. Because you frequently move between folders when using Bash and when using the Git version control system, it is essential to...

Full

Find Current Folder Name in Bash

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

Finding a directory is very easy through Bash scripting. But finding the exact directory folder name you are in right now is a bit complicated. This article will introduce three methods to find the folder name from this article directory. I...

Full

Bash History Size

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

In this article, we will learn about Bash history, its size, and how we can change our history size and handle limits. Before getting into our topic, let us first understand why we need history in Bash shell and how we can get it. Most deve...

Full

Get the Primary IP Address in Linux

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

There are various ways to get network details in Linux. We will learn some of them in this article. This simple guide is all about using different commands that can be used to get the primary IP address in Linux operating system using Bash...

Full

Print a file after skipping first X lines in Bash

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

Suppose you have a file, a large file, and you want to display its contents. How would you do it? You obviously don't want to print out the entire contents of the file, as that's not very practical. You might want to print some selective li...

Full

Reading file into variable in batch script

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

Sometimes, we need to put the entire contents of a file into a variable for various purposes, such as finding specific data from a file, replacing a specific part of a file, etc. In Batch, it is very easy to put the entire file contents in...

Full

Remove double quotes from variable in batch file

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

In batch files, variables containing multiple words or spaces must be placed in double quotes, but sometimes, we do not want to see these quotes in the output. These quotes can be removed from the variables in batch files. There are many wa...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial