Измеряем производительность и latency дисковой подсистемы https://winitpro.ru/index.php/2020/04/30/test-iops-diskov-v-linux/
winitpro.ru
Тестирование IOPS дисков в Linux | Windows для системных администраторов
В этой статье рассмотрим способы тестирования производительности IOPS дисков или дискового массива в Linux. IOPS (input/output operations per second) –
Гибкий и мощный фреймворк, написанный на Go, для построение вашего собественного сканера веб-приложений
https://github.com/jaeles-project/jaeles
https://github.com/jaeles-project/jaeles
GitHub
GitHub - jaeles-project/jaeles: The Swiss Army knife for automated Web Application Testing
The Swiss Army knife for automated Web Application Testing - jaeles-project/jaeles
Redhat запускает удаленную сдачу нескольких своих экзаменов
https://www.redhat.com/en/blog/red-hat-certification-remote-exams-now-available?source=bloglisting
https://www.redhat.com/en/blog/red-hat-certification-remote-exams-now-available?source=bloglisting
Redhat
Red Hat certification remote exams now available
Red Hat remote exams are now available
Что такое миграции, зачем они нужны и какими средствами их можно писать и применять.
https://habr.com/ru/company/yandex/blog/511892/
https://habr.com/ru/company/yandex/blog/511892/
Хабр
Пишем и тестируем миграции БД с Alembic. Доклад Яндекса
Приложения на бэкенде могут работать с самыми разными базами данных: PostgreSQL, SQLite, MariaDB и другими. Перед разработчиками встает задача реализовать возможность легко и безопасно изменять...
Github присоединяется к OpenSSF.
https://github.blog/2020-08-03-github-joins-the-open-source-security-foundation/
https://github.blog/2020-08-03-github-joins-the-open-source-security-foundation/
The GitHub Blog
GitHub joins the Open Source Security Foundation
We are happy to announce that GitHub is joining the Open Source Security Foundation (OpenSSF) as a founding member, alongside Google, IBM, JPMorgan Chase, Microsoft, NCC Group, OWASP Foundation, Red Hat, and others.
Find the right syntax for your YAML multiline strings
https://yaml-multiline.info/
https://yaml-multiline.info/
yaml-multiline.info
YAML Multiline Strings
Find the right syntax for your YAML multiline strings.
Один из крутых разработчиков в компании, где я работаю, показал мне https://github.com/cookiecutter/cookiecutter и я в восторге.
Если коротко, то эта штука на основе простого json-файла, в котором указан набор значений для проекта и/или данных, введенных с клавиатуры, может сгенерировать шаблон для чего угодно - Dockerfile, Jenkinsfile, docker-compose, Ansible. Все генерируется через Jinja2.
Если коротко, то эта штука на основе простого json-файла, в котором указан набор значений для проекта и/или данных, введенных с клавиатуры, может сгенерировать шаблон для чего угодно - Dockerfile, Jenkinsfile, docker-compose, Ansible. Все генерируется через Jinja2.
GitHub
GitHub - cookiecutter/cookiecutter: A cross-platform command-line utility that creates projects from cookiecutters (project templates)…
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. - cookiecutter/cookiecutter
Веб-морда для kubectl. Пока что в состоянии alpha.
https://kalm.dev/docs/install/
https://kalm.dev/docs/install/
kalm.dev
Installation | Kalm
Compatibility
+1 дистрибутив для запуска контейнеров.
P.S. RedHat не хоронил CoreOS.
https://habr.com/ru/company/vdsina/blog/518290/
P.S. RedHat не хоронил CoreOS.
https://habr.com/ru/company/vdsina/blog/518290/
Хабр
Вышел минималистичный Linux-дистрибутив Bottlerocket для запуска контейнеров. Самое главное о нём
Компания Amazon объявила о финальном релизе Bottlerocket — специализированного дистрибутива для запуска контейнеров и эффективного управления ими. Bottlerocke...
Если вы пользуетесь vim и Jira, то у меня для вас есть замечательный плагин :)
https://github.com/paulkass/jira-vim
https://github.com/paulkass/jira-vim
GitHub
GitHub - paulkass/jira-vim: A vim plugin to access your Jira workspace directly from Vim
A vim plugin to access your Jira workspace directly from Vim - paulkass/jira-vim
Пока вы играете в Dota 2 - вышла уже Dota 3
https://blogs.juniper.net/en-us/threat-research/dota3-is-your-internet-of-things-device-moonlighting
https://blogs.juniper.net/en-us/threat-research/dota3-is-your-internet-of-things-device-moonlighting
Juniper Networks
Dota3: Is your Internet of Things device moonlighting?
Dissecting the evolution of malware gives researchers insights into the knowledge of, and development processes used by, malware authors. Dota3, active in the wild, offers a unique opportunity to examine
В принципе, ничего удивительного)
https://opensource.microsoft.com/
https://opensource.microsoft.com/
Заводим резолвинг DNS-записей на KVM. В лучших традициях Linux, все делается в одну строчку)
https://liquidat.wordpress.com/2017/03/03/howto-automated-dns-resolution-for-kvmlibvirt-guests-with-a-local-domain/
https://liquidat.wordpress.com/2017/03/03/howto-automated-dns-resolution-for-kvmlibvirt-guests-with-a-local-domain/
/home/liquidat
[Howto] Automated DNS resolution for KVM/libvirt guests with a local domain
I often run demos on my laptop with the help of libvirt. Managing 20+ machines that way is annoying when you have no DNS resolution for those. Luckily, with libvirt and NetworkManager, that can be …