Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ai [2024/04/23 12:39] – [AI - create bash script for execute nagios passive |] admin | ai [2025/01/09 10:01] (current) – [искусственный интеллект ИИ AI - Photo - screenshot OCR] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== искусственный интеллект ИИ AI ====== | ====== искусственный интеллект ИИ AI ====== | ||
+ | |||
+ | - https:// | ||
+ | |||
+ | теория https:// | ||
курс https:// | курс https:// | ||
+ | рекомендации https:// | ||
- https:// | - https:// | ||
- https:// | - https:// | ||
Line 11: | Line 16: | ||
====== искусственный интеллект ИИ AI - Photo - screenshot OCR ====== | ====== искусственный интеллект ИИ AI - Photo - screenshot OCR ====== | ||
+ | - table from screenshots to markdown https:// | ||
- prepare graphics < | - prepare graphics < | ||
- ocr - https:// | - ocr - https:// | ||
Line 63: | Line 69: | ||
</ | </ | ||
++++ | ++++ | ||
- | ==== AI - create bash script for execute nagios passive | + | ==== AI - create bash script for execute nagios passive ==== |
++++ Prompt - create bash script for nagios| | ++++ Prompt - create bash script for nagios| | ||
<code BASH> | <code BASH> | ||
- | you are a professional | + | you are a proffesional |
you need to write a bash script start_metrics.sh with logging to file start_metrtics.log and config in variable on top of file. | you need to write a bash script start_metrics.sh with logging to file start_metrtics.log and config in variable on top of file. | ||
- | need to put logging to stdout | + | need to print logging to stdout |
config url=" | config url=" | ||
Line 98: | Line 104: | ||
| | ||
.... | .... | ||
- | | + | |
done | done | ||
``` | ``` | ||
Line 123: | Line 129: | ||
++++ | ++++ | ||
+ | ==== Ai prompt to fill table ==== | ||
+ | ++++ заполнить таблицу календаря| | ||
+ | < | ||
+ | нужно заполнить таблицу в которой 10 столбцов | ||
+ | каждый элемент в строке представляет из себя формат "1 - 24.05" , где 1 это первые день в расчетном периоде , а 24.05 - это дата 24.05.2024 , второй элемент в строке "2 - 25.05" | ||
+ | необходимо создать таблицу по правилам выше с 24.05.2024 по 31.07.2024 | ||
+ | </ | ||
+ | ++++ | ||
+ | |||
+ | |||
+ | |||
+ | ==== Ai prompt to optimise query for LLM ==== | ||
+ | * оптимизируй запрос к большой генеративной модели | ||
+ | <code BASH> | ||
+ | Оптимизируй запрос к большой генеративной языковой модели | ||
+ | ``` | ||
+ | ты профессионал в информационной безопасности ИТ, объясни термин указанный ниже простым языком, | ||
+ | |||
+ | термин "CIS compliance with Ubuntu 20.04 LTS and 22.04 LTS" | ||
+ | ``` | ||
+ | </ | ||
+ | ++ | ||
+ | * ++ пример ответа| | ||
+ | <code BASH> | ||
+ | |||
+ | --- | ||
+ | Query: | ||
+ | |||
+ | CIS Compliance with Ubuntu 20.04 LTS and 22.04 LTS: A Simplified Explanation | ||
+ | |||
+ | Objective: | ||
+ | |||
+ | To provide a clear and concise explanation of the term "CIS compliance with Ubuntu 20.04 LTS and 22.04 LTS" using layman' | ||
+ | |||
+ | Target Audience: | ||
+ | |||
+ | Individuals with limited or no technical background in information security. | ||
+ | |||
+ | Key Points: | ||
+ | |||
+ | CIS Compliance: | ||
+ | |||
+ | Define CIS (Center for Internet Security) and its role in establishing cybersecurity standards. | ||
+ | Explain the significance of CIS compliance in the IT industry. | ||
+ | Ubuntu 20.04 LTS and 22.04 LTS: | ||
+ | |||
+ | Briefly introduce Ubuntu as a popular operating system for servers and desktops. | ||
+ | Highlight the LTS (Long Term Support) designation and its implications for stability and security updates. | ||
+ | CIS Compliance with Ubuntu: | ||
+ | |||
+ | Explain the concept of CIS Benchmarks, which are detailed security guidelines for various systems. | ||
+ | Describe how CIS Benchmarks are applied to Ubuntu 20.04 LTS and 22.04 LTS to achieve compliance. | ||
+ | Examples and Tables: | ||
+ | |||
+ | Table 1: CIS Benchmark Categories: | ||
+ | |||
+ | List the main categories covered by CIS Benchmarks, such as system configuration, | ||
+ | Example 1: CIS Compliance Requirement - Password Strength: | ||
+ | |||
+ | Explain the CIS requirement for strong passwords in Ubuntu, including minimum length, complexity, and expiration policies. | ||
+ | Provide a table comparing compliant and non-compliant password examples. | ||
+ | Example 2: CIS Compliance Requirement - System Updates: | ||
+ | |||
+ | Explain the CIS requirement for timely installation of system updates in Ubuntu to address security vulnerabilities. | ||
+ | Outline the steps involved in configuring automatic updates and manually checking for updates. | ||
+ | Conclusion: | ||
+ | |||
+ | Summarize the importance of CIS compliance for enhanced cybersecurity posture. | ||
+ | Emphasize the benefits of using Ubuntu 20.04 LTS and 22.04 LTS for achieving CIS compliance. | ||
+ | Additional Considerations: | ||
+ | |||
+ | Use simple language and avoid technical jargon to ensure comprehension by a non-technical audience. | ||
+ | Employ visual aids like tables and bullet points to enhance understanding and readability. | ||
+ | Maintain a conversational tone and engage the reader with examples and relatable scenarios. | ||
+ | </ | ||
+ | ++ |