JIYIK CN >

Current Location:Home > Learning >

All

Linux extraction command grep (Part 3)

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

This article follows up on Linux extraction command grep (I) and Linux extraction command grep (II) and continues to introduce the options of the grep command and its usage. Option 3 -i is case insensitive to the search string $ grep Mail /...

Full

Linux extraction command grep (Part 2)

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

This article follows up on Linux extraction command grep (Part 1) and continues to introduce the options and usage of the grep command. Option 2 In this group, we mainly introduce options to control grep output information. -m stops outputt...

Full

Linux extraction command grep (I)

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

Grep is a frequently used command in Linux. Like the cut command, it is a member of the pipeline command. Its function is to analyze a line of data and extract the data we want from the analyzed data. It is equivalent to a search function....

Full

Linux extraction command cut

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

The cut command belongs to the pipeline command family. Cut is an extraction command that extracts the data we want after analyzing a piece of data. Generally, information is extracted line by line. The meaning of cut is to cut. Yes, the pu...

Full

Nodejs automatically restarts after modifying the code

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

NodeJs can automatically restart after modifying the code, saving us the trouble of ctr+c and then using node. But in terms of time, if the project is already online and running normally, and there are not many modifications, then we can do...

Full

Common errors when compiling PHP module curl

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

When compiling a PHP module, errors may occur if there are any omissions. Here is a summary of the errors that occurred during the compilation of the PHP module curl. curl can be said to be a commonly used module in PHP. However, in many ca...

Full

Linux server svn remote code synchronization

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

In the article "Building SVN Service Project and Synchronizing Code to Project Directory" , we briefly introduced how to use SVN to synchronize submitted code to the working directory. But there is a problem here, that is, the SVN service a...

Full

How to use the Linux file remote copy command scp

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

Scp copies files between two hosts over the network, and the data is encrypted during transmission. Its underlying layer uses ssh for data transmission. And it has the same authentication mechanism and the same security level as ssh. When u...

Full

Common judgment formulas for Linux script shell

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

In shell script programming, predicates are often used. There are two ways to use predicates, one is to use test, and the other is to use []. Let's take a look at how to use these two methods through two simple examples. Example 1 # test –...

Full

Summary of vim common commands

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

In Linux, the best editor should be vim. However, the complex commands behind vim's powerful functions also make us daunted. Of course, these commands do not need to be memorized by rote. As long as you practice using vim more, you can reme...

Full

How to decompress x.tar.xz format files under Linux

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

A lot of software found today is in the tar.xz format, which is a lossless data compression file format that uses the LZMA compression algorithm. Like gzip and bzip2, it supports multiple file compression, but the convention is not to compr...

Full

Issues to note when installing Apache on Linux

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

Issues to note when installing Apache on Linux

As the most commonly used web server, Apache can be used in most computer operating systems. As a free and open source Unix-like operating system, Linux and Apache are a golden pair. This article will introduce the installation and use of A...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial