/usr/bin
4.35K subscribers
50 photos
723 links
Канал для пользователей и администраторов Linux-систем: управление, инфраструктура, технические детали, новости и прочее. Для связи: @antoniusfirst

@monitorim_it — канал о мониторинге ИТ
Download Telegram
What is Nmap and How to Use it – A Tutorial for the Greatest Scanning Tool of All Time

Nmap is the most famous scanning tool used by penetration testers. In this article, we will look at some core features of Nmap along with a few useful commands. Читать дальше.
Wall command in Linux

wall is a command-line utility that displays a message on the terminals of all logged-in users. The messages can be either typed on the terminal or the contents of a file. wall stands for write all, to send a message only to a specific user use the write command. Читать дальше.
Exploring Podman RESTful API using Python and Bash

Check out Podman's new RESTful API using Python and Bash. Читать дальше.
Introduction to Kraken, a Chaos Tool for OpenShift/Kubernetes

We developed a chaos tool named Kraken with the aim of “breaking things on purpose” and identifying future issues. Kraken enables the user to effortlessly inject chaos in a Kubernetes/OpenShift cluster. Читать дальше.
Linux Kernel 5.9 Is Now Available for Download, Here’s What’s New

Linus Torvalds announced today the release and general availability of the Linux kernel 5.9, a major version that introduces various new features and improvements, along with new and updated drivers. Читать дальше.
Different Types of Kernel for Arch Linux and How to Use Them

One of the reasons why people use Arch Linux is that it is a bleeding edge rolling release. You get most software and the Linux kernel before users of other distributions.

But this doesn’t mean that you have to always use the latest mainline kernel. There are several kernel options available, and I am going to show you switch kernels in Arch Linux. Читать дальше.
Системы защиты Linux

Одна из причин грандиозного успеха Linux ОС на встроенных, мобильных устройствах и серверах состоит в достаточно высокой степени безопасности ядра, сопутствующих служб и приложений. Но если присмотреться внимательно к архитектуре ядра Linux, то нельзя в нем найти квадратик отвечающий за безопасность, как таковую. Где же прячется подсистема безопасности Linux и из чего она состоит? Читать дальше.
Обзор k9s — продвинутого терминального интерфейса для Kubernetes

K9s предоставляет пользовательский интерфейс терминала для взаимодействия с кластерами Kubernetes. Цель этого Open Source-проекта — облегчить удобную навигацию по приложениям в K8s, наблюдение за ними и управление ими. K9s постоянно следит за изменениями в Kubernetes и предлагает быстрые команды для работы с наблюдаемыми ресурсами. Читать дальше.
4 пути визуализации трафика в Kubernetes

⚡️ Istio и Kiali

⚡️ Cilium и Hubble

⚡️ Weave Scope

⚡️ Security-Based Solutions

Читать дальше.
Кунг-фу стиля Linux: мониторинг дисковой подсистемы

Если, работая в Linux, нужно быстро взглянуть на сведения о работающих процессах — можно воспользоваться командой top, или — что немного лучше — командой htop. А как быть, если надо получить данные о состоянии дисковой подсистемы? Решить эту задачу помогут специализированные инструменты, некоторые из которых распространены далеко не так широко, как top. Читать дальше.
Ого, в VS Code появился новый плагин для Jupyter Notebook

Introducing the Jupyter Extension for VS Code

We’re excited to announce that we’re releasing the new Jupyter extension for Visual Studio Code today! The Jupyter extension is the latest step in our journey to bring the power of Jupyter Notebook into VS Code for a variety of languages and scenarios. Читать дальше.
Review of Container-to-Container Communications in Kubernetes

Kubernetes
is a containerized solution. It provides virtualized runtime environments called Pods, which house one or more containers to provide a virtual runtime environment. An important aspect of Kubernetes is container communication within the Pod. Читать дальше.
Вертикальное автомасштабирование pod'ов в Kubernetes: полное руководство

Это полное руководство по вертикальному автомасштабированию pod'ов (Vertical Pod Autoscaling, VPA) в Kubernetes. Вот его краткое содержание:

Узнать что было дальше.