@davidstocknew · Post #50755 · 28.04.2026 г., 07:52
[GIVE ME 컨콜☎️] OCI, 반도체용 과산화수소와 인산 증설이 의미 있을까? ➡️https://naver.me/5zUvdZ3J #OCI 🔗큐리어스IR 텔레그램 링크: https://t.me/curiousir
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #221 · 5 мар.
В Python есть удобный почтовый debug-сервер. Он поможет проверить работу почты вашего web-проекта на этапе разработки без необходимости настраивать внешние сервисы или взаимодействие с реальными серверами Google или Yandex. Этот сервер просто печатает все сообщения в консоль. Таким образом удобно дебажить одноразовые ссылки активации или просто факт отправки письма по расписанию. Запускается очень просто: python3 -m smtpd -n -c DebuggingServer localhost:1025 Теперь настройте ваш проект на использование этого сервера. Например вот так настраивается Django: # settings.py if DEBUG: EMAIL_HOST = 'localhost' EMAIL_PORT = 1025 EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS = False DEFAULT_FROM_EMAIL = '[email protected]' #django#tricks
Пребарај: #oci
@davidstocknew · Post #50755 · 28.04.2026 г., 07:52
[GIVE ME 컨콜☎️] OCI, 반도체용 과산화수소와 인산 증설이 의미 있을까? ➡️https://naver.me/5zUvdZ3J #OCI 🔗큐리어스IR 텔레그램 링크: https://t.me/curiousir
Hashtags
@githubtrending · Post #15595 · 01.04.2026 г., 11:30
#go#distribution_spec#helm#kubernetes#oci#oci_distribution#opencontainers#zot Zot is a lightweight, production-ready OCI-native container registry for storing images, Helm charts, SBOMs, and other artifacts without vendor lock-in. It offers built-in authentication (OIDC, LDAP), storage options (S3, Azure), scanning, caching to cut Docker Hub limits/latency, and ARM/edge support as a single binary. You benefit by easily self-hosting a secure, scalable alternative to Docker Hub, saving costs, boosting speed, and enabling secret-less workflows on any device. https://github.com/project-zot/zot
@githubtrending · Post #14660 · 01.05.2025 г., 16:00
#go#containers#cyclonedx#docker#go#golang#hacktoberfest#oci#sbom#spdx#static_analysis#tool Syft is a tool that helps create a list of all the software components used in your applications, known as a Software Bill of Materials (SBOM). This list is important for finding vulnerabilities and ensuring that your software complies with licensing rules. By using Syft, you can better manage your software's security and compliance. It works with many types of software and can be used with other tools like Grype to check for vulnerabilities. This helps keep your software safe and up-to-date. https://github.com/anchore/syft