JIYIK CN >

Current Location:Home > Learning >

All

awk tutorial – 7 awk printing examples

Publish Date:2025/04/06 Author:JIYIK Category:OPERATING SYSTEM

awk tutorial – 7 awk printing examples

This is the first article in the new awk tutorial series. We will publish several articles on awk in the coming time, which will explain all the features of awk with practical examples. In this article, let's review the basic awk working me...

Full

How to fix Git error Error: src refspec master does not match any

Publish Date:2025/04/05 Author:JIYIK Category:Git

When using Git, we may encounter the error "src refspace master does not match any". Here's what the error means and how to fix it. What does src refspec master does not match any Mean in Git mean? We may encounter this error when we try to...

Full

Comparison between Git merge and Git rebase

Publish Date:2025/04/05 Author:JIYIK Category:Git

The git rebase command may seem like Git wizardry to beginners, but if used carefully, it can actually make life easier for your development team. In this article, we compare git rebase with the related git merge command and identify all th...

Full

Git cherry pick command usage

Publish Date:2025/04/05 Author:JIYIK Category:Git

git cherry-pick is a powerful command that allows us to select an arbitrary Git commit by reference and attach it to the HEAD of the current working branch. Cherry picking is the act of picking a commit from one branch and applying it to an...

Full

Git installation and establishment of local warehouse service

Publish Date:2025/04/05 Author:JIYIK Category:Git

Git is a distributed version control system: the client does not only extract the latest version of the file snapshot, but also completely mirrors the original code repository. It has the following advantages: a. Since every extraction oper...

Full

Rsync Exclude Files and Directories in Linux

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

rsync Is a powerful command line tool for synchronizing files and directories between two sites using a remote shell. Using rsync the command, you can copy data and files between systems and make additional backups. Additionally, you can ex...

Full

SSH to the remote server

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

SSH to the remote server

This article demonstrates how to use to ssh securely connect to a remote Linux server. Securely access remote Linux servers using SSH (Secure Socket Shell) SSH is the abbreviation of Secure Socket Shell. It is a protocol used to securely ac...

Full

Date and Timestamps in UNIX/Linux

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

The date and time information is not as visible on the command line as it is in the graphical version of Linux, but we can certainly date get that information using the command. This article will explain how to use date the command to get,...

Full

Setting the Date in Linux Using the Command Line

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

date Let us see how to use command in Linux command line . date Set date in Linux using command Let's look at date the command, which can be used to view or change the system date and time. grammar: date [ option ] [ +format ] date Check sy...

Full

Read CPU flags from Cpuinfo

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

Read CPU flags from Cpuinfo

This article will explain how to read the information in Linux cpuinfo . Later, we will look at what are CPU flags and what they mean. Reading in Linux cpuinfo /proc/cpuinfo The file contains detailed information about the CPU in your compu...

Full

Copy and paste from local clipboard into Vim

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will learn how to copy text from vim editor to another machine. We will copy the content to the clipboard. Use yank the command or register vim to copy and paste in . However, copying to another application (such as a br...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial