| Function | Shortcut |
|---|---|
| New Tab | ⌘ + T |
| Close Tab or Window | ⌘ + W (same as many mac apps) |
| Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
| Go to Split Pane by Direction | ⌘ + Option + Arrow Key |
| Cycle iTerm Windows | ⌘ + backtick (true of all mac apps and works with desktops/mission control) |
| $DefaultPassword = "Password2015" | |
| $SecurePassword = $DefaultPassword | ConvertTo-SecureString -AsPlainText -Force | |
| $UserName = "contoso\admin" | |
| $SetupCredential = New-Object System.Management.Automation.PSCredential -ArgumentList $UserName, $SecurePassword | |
| $SAPass = $DefaultPassword | ConvertTo-SecureString -AsPlainText -Force | |
| $SAUserName = "sa" | |
| $saCreds = New-Object System.Management.Automation.PSCredential -ArgumentList $SAUserName, $SAPass | |
| $configdata = @{ | |
| AllNodes = @( | |
| @{ |
| #!/bin/bash | |
| # | |
| # | |
| # есть большой файл логов с кучей строк типа: | |
| # 10.10.2020 1.2.3.4 /index.html | |
| # нужно найти последние уникальные 100 IP адресов в файлике | |
| # | |
| # |
| ----- Esc ----- | |
| Quick change directory: Esc + c | |
| Quick change directory history: Esc + c and then Esc + h | |
| Quick change directory previous entry: Esc + c and then Esc + p | |
| Command line history: Esc + h | |
| Command line previous command: Esc + p | |
| View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
| Print current working directory in command line: Esc + a | |
| Switch between background command line and MC: Ctrl + o | |
| Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name |
This Product Requirements Document (PRD) defines the specifications for the DevOps Kitchen Talks (DKT) News Bot, a Telegram-based application designed to streamline the collection, processing, and sharing of DevOps-related news within the community. This document serves as the authoritative source for all product features, technical requirements, and implementation guidelines for the development team.
The DKT News Bot leverages artificial intelligence to provide automated content summarization, enabling community members to quickly digest relevant industry news without information overload. This PRD outlines the complete product vision, user requirements, and technical specifications necessary to deliver a production-ready solution.
This Product Requirements Document (PRD) outlines the comprehensive specifications for the DevOps Kitchen Talks (DKT) News Bot, a sophisticated Telegram bot designed to streamline the collection, processing, and sharing of DevOps-related news within the community. The bot leverages AI-powered content summarization using AWS Bedrock's Claude models to provide concise, actionable insights from submitted articles.
This document serves as the primary reference for development teams, stakeholders, and quality assurance personnel involved in the project, ensuring alignment on product vision, technical requirements, and implementation strategy.