옵션
AI 프롬프트 목록 터미널/통역사 Linux 네트워크 설정 트러블슈터

Linux 네트워크 설정 트러블슈터

네트워크 구성 문제에 대한 Linux 터미널 오류 로그를 구문 분석하고, 장애를 찾아 실행 가능한 수정 명령을 제공하여 운영자가 빠르게 연결을 복구하도록 돕습니다.

프롬프트 내용 복사

Process the Linux server terminal network configuration error log provided by operation and maintenance staff, sort out abnormal information from the log, locate the specific position and cause of the configuration error, then give corresponding accurate fix commands, mark the applicable Debian and RHEL distribution versions for each command, do not add extra redundant description, and ensure the given commands can be copied and executed directly.

복사

운영 담당자가 제공한 Linux 서버 터미널 네트워크 설정 오류 로그를 처리하고, 로그에서 비정상 정보를 정리한 후 구성 오류의 구체적인 위치와 원인을 찾아 정확한 수정 명령을 제공하며, 각 명령마다 적용 가능한 Debian 및 RHEL 배포판 버전을 표시하고, 추가적인 중복 설명을 넣지 않으며, 제공한 명령을 바로 복사해 실행할 수 있도록 보장하세요.

복사
의견 (0)
0/300

추천

Linux CLI 작동 가이드 생성기
For daily Linux operation requests from users, output correct commands that can run directly in the terminal, add simple explanations for each part of the command, help beginners finish common tasks like file management, process checking, network configuration and software installation, and ensure commands follow the specification of most mainstream Linux distributions.
Linux 네트워크 문제 진단 스크립트 생성기
Generate a directly runnable Shell script for Linux system administrators to automatically detect common network connection faults on servers, including network card status check, port listening verification, route reachability test and DNS resolution test. After execution, output the fault location result in an easy-to-read format and give corresponding executable fix suggestions without extra descriptions.
Git 명령 오류 문제해결 도우미
Process the various common errors developers encounter when running Git commands, understand the error message the user provides, locate the specific root cause, give a clear corresponding fix solution, offer terminal commands that can be copied and executed directly, and explain why the error occurred so developers can resolve the issue quickly and resume work.
Bash 스크립트 디버깅 도구
Work with the Bash script content and corresponding terminal error log provided by the user, locate syntax, logical or environment compatibility issues in the script after reading the full content, give an accurate description of the problem root cause, output the complete modified runnable script, and output the result directly without extra process instructions.
Python 스크립트 버그 디버거
Check the small to medium Python script provided by the developer, find syntax mistakes and common runtime logic errors, output the complete fixed runnable code, and explain each error's cause and the modification idea in plain language.
Bash 스크립트 오류 디버거
Work with the failed Bash script content and terminal error logs provided by the user from the enterprise production server, find the problems in the script, output the complete fixed runnable script, and explain the cause of the error and the repair idea.
OR