Для логирования действий пользователя в системе вместо того, чтобы пилить свои велосипеды нужно всего лишь ...
Поставить auditd и настроить pam.
#auditd #pam #logging #terminal
http://asystemengineersnotebook.blogspot.com/2016/09/logging-user-activity-with-pamttyaudit.html
Поставить auditd и настроить pam.
#auditd #pam #logging #terminal
http://asystemengineersnotebook.blogspot.com/2016/09/logging-user-activity-with-pamttyaudit.html
A system engineer's notebook
Logging user activity with pam_tty_audit
The content of this blog is tailored towards insights into my experiences in solving problems as a system admin.
Forwarded from linkmeup
Git Magic Book
Возможно, это лучшее что было и будет написано про Git. Эта книга настолько хороша, что переведена на уйму языков, а после её прочтения можно открывать свои эффективные курсы git-мастерства.
Всячески рекомендую.
http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/
Возможно, это лучшее что было и будет написано про Git. Эта книга настолько хороша, что переведена на уйму языков, а после её прочтения можно открывать свои эффективные курсы git-мастерства.
Всячески рекомендую.
http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/
Forwarded from HABR FEED + OPENNET
[Перевод] Простое объяснение CRD в Kubernetes и как его использовать
https://habr.com/ru/post/515138/?utm_source=habrahabr&utm_medium=rss&utm_campaign=515138
Tags: Блог компании Mail.ru Group, DevOps, Kubernetes, mail.ru cloud solutions, linux, kubernetes
Author RomanenkoDenys #habr
https://habr.com/ru/post/515138/?utm_source=habrahabr&utm_medium=rss&utm_campaign=515138
Tags: Блог компании Mail.ru Group, DevOps, Kubernetes, mail.ru cloud solutions, linux, kubernetes
Author RomanenkoDenys #habr
Хабр
Простое объяснение CRD в Kubernetes и как его использовать
Space by maryanion CRD (Custom Resource Definition) — специальный ресурс в Kubernetes, который позволяет вносить любые данные. Команда Kubernetes aaS от Mail.ru...
Forwarded from DevOps&SRE Library
How a Kubernetes Pod Gets an IP Address
https://ronaknathani.com/blog/2020/08/how-a-kubernetes-pod-gets-an-ip-address
https://ronaknathani.com/blog/2020/08/how-a-kubernetes-pod-gets-an-ip-address
https://mywiki.wooledge.org/BashPitfalls
This page is a compilation of common mistakes made by bash users. Each example is flawed in some way.
#bash
This page is a compilation of common mistakes made by bash users. Each example is flawed in some way.
#bash
Forwarded from linkmeup
Продолжается длиннющая серия постов про NTP от господина Weber'a. Конкретно этот выглядит как 33й, если я правильно считаю. Хотя, казалось бы, чего там про этот NTP говорить.
https://weberblog.net/ntp-filtering-delay-blockage-in-the-internet/
https://weberblog.net/ntp-filtering-delay-blockage-in-the-internet/
Weberblog.net
NTP Filtering (Delay & Blockage) in the Internet
NTP (Network Time Protocol) messages are sometimes rate-limited or blocked entirely by Internet operators. This little-known “NTP filtering” was put into place several years ago in resp…
Forwarded from UX Live 🔥
This media is not supported in your browser
VIEW IN TELEGRAM
Если вы давно искали охуительный моноширинный шрифт — https://www.jetbrains.com/lp/mono/ Всё, вселенная теперь совершенна. Все эти IBM, Anonymous и прочие можно удалять. Страница презентации вообщё МОЁ ПЕПЕРОНИЕ.
За наводку спасибо @smartman_ru
Бонус-трек: чуть менее сексуальный FiraCode https://github.com/tonsky/FiraCode
За наводку спасибо @smartman_ru
Бонус-трек: чуть менее сексуальный FiraCode https://github.com/tonsky/FiraCode
An analysis of the OpenSSHfingerprint visualization algorithm
http://www.dirk-loss.de/sshvis/drunken_bishop.pdf
#ssh #visualization
http://www.dirk-loss.de/sshvis/drunken_bishop.pdf
#ssh #visualization
Inotify in Containers
https://william-yeh.net/post/2019/06/inotify-in-containers/
#containers #inotify
+ reloading configmaps
https://william-yeh.net/post/2019/06/autoreload-from-configmap/
#k8s #kubernetes #configmap
https://william-yeh.net/post/2019/06/inotify-in-containers/
#containers #inotify
+ reloading configmaps
https://william-yeh.net/post/2019/06/autoreload-from-configmap/
#k8s #kubernetes #configmap
william-yeh.net
Inotify in Containers
It is usually necessary to watch for any changes in file systems, both in development and in production modes. For example, in the development mode Webpack can watch files and recompile whenever they change; in the production mode Consul Template can watch…
- Kubernetes RBAC 101: Overview
- Leveraging Client Certificates and Bearer Tokens to Authenticate in Kubernetes
- Leveraging WebHooks and RBAC for Kubernetes Authorization
#kubernetes #k8s #RBAC
- Leveraging Client Certificates and Bearer Tokens to Authenticate in Kubernetes
- Leveraging WebHooks and RBAC for Kubernetes Authorization
#kubernetes #k8s #RBAC
Kublr
Kubernetes RBAC 101: Overview - Kublr
Role-based access control (RBAC) is critical, but it can cause quite a bit of confusion. Here's some guidance on where to start and what can be done.
https://itnext.io/kubernetes-clusterip-vs-nodeport-vs-loadbalancer-services-and-ingress-an-overview-with-722a07f3cfe1
#k8s #kubernetes
#k8s #kubernetes
Medium
Kubernetes: ClusterIP vs NodePort vs LoadBalancer, Services, and Ingress — an overview with examples
For network communications, Kubernetes presents four Service types — ClusterIP (the default one), NodePort, LoadBalancer, and ExternalName…