JIYIK CN >

Current Location:Home > Learning >

All

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

How to create a new supervisor task in Linux

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

Generally, the configuration files of supervisor are /etc/supervisord.conf . The directory where tasks are stored is /etc/supervisord.d , and you can create a new file named yourname.ini under this directory. Each .ini file is a task, and w...

Full

Solve the problem of gdb debugging on Mac system

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

On a Mac, you may encounter the following error when using gdb for the first time: (gdb) run Starting program: /usr/ local /bin/order_monitor Unable to find Mach task port for process-id 26551: (os/kern) failure (0x5). (please check gdb is...

Full

Linux parameter substitution command xargs

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

Linux parameter substitution command xargs

The xargs command is also a member of the pipeline command. The function of the xargs command is simply to replace parameters. So what is parameter replacement? First, we need to understand the concept of pipelines. In the section on Linux...

Full

Linux Practice - Log Filtering

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

Linux classic practice - log filtering Let's talk about the problem first. Count the number of IP addresses in a log file after deduplication. In fact, this is a very common and relatively simple problem. I personally think that the most im...

Full

Linux firewall iptables practical method

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

1. Add a rule to allow access to a port $ iptables -A INPUT -p tcp --dport 3005 -j ACCEPT Add a rule and append a rule to the INPUT chain to allow access to port 3005. The rules added in this way are only temporarily saved in the memory and...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial