JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

Get a summary version of the man pages

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

I rarely use it man pages , because searching for the syntax or specific flags of a command is much faster than browsing through a lot of information we may not need. However, I found a package that summarizes the output of the man pages an...

Full

How to Update Ubuntu Scrolling Speed

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

It's strange that there's no default GUI provided for us to update the scroll speed on Ubuntu, this is one of the more obvious configuration options missing. We will use imwheel to adjust the scroll speed of different applications. First cr...

Full

How to Install Nginx on Ubuntu 20.04?

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

How to Install Nginx on Ubuntu 20.04?

Nginx is one of the most popular web servers in the world, responsible for hosting some of the largest and most trafficked sites on the Internet. It is a lightweight application software that can be used as a web server or a reverse proxy....

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

Installing Supervisor in Linux

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

You can use yum to install it under Linux $ yum install supervisor After installation, add the startup $ systemctl enable supervisord Finally, start the supervisor service $ systemctl start supervisord...

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