Для тех кто увлекается кодингом или хочет поднатаскаться - https://leetcode.com
Есть все популярные ЯП.
Есть все популярные ЯП.
Leetcode
LeetCode - The World's Leading Online Programming Learning Platform
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
Forwarded from 4gophers
Go. REST или gRPC
В этой статье поговорим о двух подходах REST и gRPC и нескольких инструментах для того, чтобы сделать HTTP API в Go.
https://blog.maddevs.io/go-rest-%D0%B8%D0%BB%D0%B8-grpc-f5d52d7ffff6
В этой статье поговорим о двух подходах REST и gRPC и нескольких инструментах для того, чтобы сделать HTTP API в Go.
https://blog.maddevs.io/go-rest-%D0%B8%D0%BB%D0%B8-grpc-f5d52d7ffff6
Custom Software Development Company
Blog about IT Solutions and Software Development
IT blog about developing and managing enterprise-level software solutions for blockchain, fintech, transportation & logistics, security, edtech, and advertising industries.
Forwarded from Alexey Milovidov
Опубликована презентация со встречи "Открытый код в Яндексе. Спринты по CatBoost и ClickHouse":
https://yandex.github.io/clickhouse-presentations/cpp_sprint_2019/
https://yandex.github.io/clickhouse-presentations/cpp_sprint_2019/
Imagine if you had Prometheus for log files. We will talk about Tempo, our attempt at creating just that.
https://fosdem.org/2019/schedule/event/loki_prometheus_for_logs
https://live.fosdem.org/watch/ub2252a
https://fosdem.org/2019/schedule/event/loki_prometheus_for_logs
https://live.fosdem.org/watch/ub2252a
archive.fosdem.org
FOSDEM 2019 - Loki - Prometheus for logs
тут это, Слерм стримят, всякие k8s, devops и вот это все
https://www.youtube.com/watch?v=zj08i1ZIYfk
https://www.youtube.com/watch?v=zj08i1ZIYfk
Forwarded from DevOps&SRE Library
kubernetes_at_CERN.pdf
6.9 MB
Kubernetes at CERN
Use Cases, Integration and Challenges
Как кубер используется в CERN
Use Cases, Integration and Challenges
Как кубер используется в CERN
pgModeler is an open source tool designed to modeling databases that merges classical concepts of entity-relationship diagrams with specific features that only PostgreSQL implements
🔰 Official site —> pgmodeler.io
🔰 Official site —> pgmodeler.io
Описалово по гарантиях доставки в месседж брокерах.
https://developer.lightbend.com/blog/2017-11-01-atotm-akka-messaging-part-2/index.html
https://developer.lightbend.com/blog/2017-11-01-atotm-akka-messaging-part-2/index.html
Lightbend
How Akka Works: 'At Least Once' Message Delivery | @lightbend
This article is the second in a series of three articles that dives into some of the interesting aspects of messaging within distributed systems environments.
Forwarded from Evil Martians
Uber заопенсорсил свою нереляционную БД для обработки аналитики AresDB, которая заменила в компании Elasticsearch. Особенности: использование ресурсов GPU для операций и поддержка геолокационных данных.
Блог Uber: http://amp.gs/V600
GitHub: http://amp.gs/V60u
Блог Uber: http://amp.gs/V600
GitHub: http://amp.gs/V60u
Европейское агенство по кибер безопасности (European Union Agency for Network and Information Security) выложила в сеть ряд крутецких курсов по техническим скиллам спецов по кибер-безопасности в свободный доступ, не нужна даже регистрация! Из интересного - курсы по форензике, реагированию на инциденты, управления уязвимостями и т.д. К каждому курсу идет хендбук, лабы, виртуальные машины.
Забирайте пока горячо!
https://www.enisa.europa.eu/topics/trainings-for-cybersecurity-specialists/online-training-material/technical-operational
Забирайте пока горячо!
https://www.enisa.europa.eu/topics/trainings-for-cybersecurity-specialists/online-training-material/technical-operational
Forwarded from Sys-Admin InfoSec (Yevgeniy Goncharov)
RDP и удаленное выполнение кода:
https://research.checkpoint.com/reverse-rdp-attack-code-execution-on-rdp-clients/
https://research.checkpoint.com/reverse-rdp-attack-code-execution-on-rdp-clients/
Check Point Research
Reverse RDP Attack: Code Execution on RDP Clients - Check Point Research
Research by: Eyal Itkin Overview Used by thousands of IT professionals and security researchers worldwide, the Remote Desktop Protocol (RDP) is usually considered a safe and trustworthy application to connect to remote computers. Whether it is used to help…
Forwarded from IT Юмор
Короче, слушай! Есть способ как сделать это лучше и красивее, но вроде и так работает.
Хак как заставить ubuntu 18.04 дать дуплей с DNS вашими и nameservers адекватно получить в resolv.conf
https://askubuntu.com/questions/973017/wrong-nameserver-set-by-resolvconf-and-networkmanager
https://askubuntu.com/questions/973017/wrong-nameserver-set-by-resolvconf-and-networkmanager
1) add new nameservers. Edit the file in /etc/systemd/resolved.conf as sudoer. Here I've commented out the DNS entry and placed my dns
[Resolve]
DNS=10.96.0.10 8.8.8.8 8.8.4.4
2) cancel the actual symlink to /etc/resolv.conf
3) create a new symlink sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
4) restart the service sudo service systemd-resolved restart
5) restart the network manager sudo systemctl restart networking
Ask Ubuntu
Wrong nameserver set by resolvconf and NetworkManager
My DNS server is 192.168.1.152.
This DNS is provided to clients by DHCP. The windows clients on my LAN resolve names properly using that DNS, but my Ubuntu VM doesn't.
The VM is set up with bridge
This DNS is provided to clients by DHCP. The windows clients on my LAN resolve names properly using that DNS, but my Ubuntu VM doesn't.
The VM is set up with bridge
Forwarded from HABR FEED + OPENNET
История блужданий по документации Haproxy, или на что стоит обратить внимание при его конфигурации
https://habr.com/ru/post/438966/
Tags: Блог компании Ostrovok.ru, DevOps, Микросервисы, Сетевые технологии, Системное администрирование, devops, haproxy, http, tuning, network, keep-alive
Author undying on #habrahabr
https://habr.com/ru/post/438966/
Tags: Блог компании Ostrovok.ru, DevOps, Микросервисы, Сетевые технологии, Системное администрирование, devops, haproxy, http, tuning, network, keep-alive
Author undying on #habrahabr
Хабр
История блужданий по документации Haproxy, или на что стоит обратить внимание при его конфигурации
И снова здравствуйте! В прошлый раз мы рассказывали о выборе инструмента в Ostrovok.ru для решения задачи проксирования большого количества запросов к внешним сервисам, никого при этом не положив....
Red Hat introduces first Kubernetes-native IDE
https://www.zdnet.com/article/red-hat-introduces-first-kubernetes-native-ide/
Red Hat CodeReady Workspaces
https://developers.redhat.com/products/codeready-workspaces/overview/
https://www.zdnet.com/article/red-hat-introduces-first-kubernetes-native-ide/
Red Hat CodeReady Workspaces
https://developers.redhat.com/products/codeready-workspaces/overview/
ZDNet
Red Hat introduces first Kubernetes-native IDE
Containers and Kubernetes are great, but they didn't have a native integrated development environment… until now.