JIYIK CN >

Current Location:Home > Learning >

All

Detailed introduction to installing Gradle on Windows

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

Detailed introduction to installing Gradle on Windows

Gradle is a Java-based tool, so it requires Java 8 or higher to be running on your machine. Before installing Gradle, make sure you have Java SDK 8 or higher installed. It runs on all major operating systems. We don't need to install groovy...

Full

PHPStorm shortcut keys for Win/Linux/Mac

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

edit Win / Linux Mac Notes Frequency of use Ctrl + Space ⌃Space Code auto-completion (usually conflicts with input method) ★☆☆☆☆ Ctrl + Shift + Enter ⌘ ⇧ ↩ Intelligent code completion (such as: if ()) ★☆☆☆☆ Ctrl...

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

Explain in detail how Supervisor shuts down tasks

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

The following task names are represented goserver by In Supervisor, shutting down a task is very simple. $ supervisorctl stop goserver Just execute the above command to close the task you want to close. However, here comes the problem. As 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

How to install manpage in centos

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

Usually, centos system comes with man commands, which can be used to view the details of commonly used commands. However, sometimes we need to view some functions, and using only the default man functions cannot meet the needs. At this time...

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