DevTestSecOps
#security Good info about the ongoing #Microsoft exchange server hacks: https://www.zdnet.com/article/everything-you-need-to-know-about-microsoft-exchange-server-hack/
#security #RCE
https://techcommunity.microsoft.com/t5/exchange-team-blog/released-april-2021-exchange-server-security-updates/ba-p/2254617
https://techcommunity.microsoft.com/t5/exchange-team-blog/released-april-2021-exchange-server-security-updates/ba-p/2254617
TECHCOMMUNITY.MICROSOFT.COM
Released: April 2021 Exchange Server Security Updates | Microsoft Community Hub
We are releasing a set of security updates for Exchange Server 2013, 2016 and 2019.
DevTestSecOps
#testing #JavaScript https://medium.com/@davert/javascript-the-future-of-end-to-end-testing-bfc00e23110b
#video #testing #JavaScript
About Cypress Studio
In #Cypress a fun feature appeared (called Studio) – recording and playback. It looks cool!
https://youtu.be/f_GAyKdD8OE
About Cypress Studio
In #Cypress a fun feature appeared (called Studio) – recording and playback. It looks cool!
https://youtu.be/f_GAyKdD8OE
YouTube
Let’s see what Cypress Studio is all about
Check out the code: https://github.com/filiphric/
Find me on LinkedIn: https://www.linkedin.com/in/filip-hric-11a5b1126/
Join the discord: https://bit.ly/cy-discord
Follow me on Twitter: https://twitter.com/filip_hric/
Visit the blog: https://filiphric.com…
Find me on LinkedIn: https://www.linkedin.com/in/filip-hric-11a5b1126/
Join the discord: https://bit.ly/cy-discord
Follow me on Twitter: https://twitter.com/filip_hric/
Visit the blog: https://filiphric.com…
NGINX-Cookbook-2021-Edition.pdf
9.8 MB
Forwarded from 13philia
#video #AI for #Linux #shell by #OpenAI
https://youtu.be/j0UnS3jHhAA
P. S. More details, errata, etc. here: https://riveducha.onfabrica.com/openai-powered-linux-shell
https://youtu.be/j0UnS3jHhAA
P. S. More details, errata, etc. here: https://riveducha.onfabrica.com/openai-powered-linux-shell
YouTube
I made an GPT-powered Linux shell that guesses your bash command (and hallucinates crazy stuff)
This is 100% real. No, you shouldn't trust the AI.
Follow-up video with viewers' requests: https://youtu.be/qKpdpRHBMgM
More details, errata, etc. here: https://www.riveducha.com/openai-powered-linux-shell
Music credit:
"Bossa Antigua" Kevin MacLeod…
Follow-up video with viewers' requests: https://youtu.be/qKpdpRHBMgM
More details, errata, etc. here: https://www.riveducha.com/openai-powered-linux-shell
Music credit:
"Bossa Antigua" Kevin MacLeod…
#hack
Ubuntu, Chrome, Safari, Parallels and Microsoft products were hacked at the Pwn2Own 2021 competition:
Welcome to Pwn2Own 2021! This year, we’re distributed amongst various locations to run the contest, but we’ll be bringing you all of the results live from Austin with love. This year’s event is shaping up to be one of the largest in Pwn2Own history, with 23 separate entries targeting 10 different products in the categories of Web Browsers, Virtualization, Servers, Local Escalation of Privilege, and - our newest category - Enterprise Communications.
https://www.zerodayinitiative.com/blog/2021/4/2/pwn2own-2021-schedule-and-live-results (via)
Ubuntu, Chrome, Safari, Parallels and Microsoft products were hacked at the Pwn2Own 2021 competition:
Welcome to Pwn2Own 2021! This year, we’re distributed amongst various locations to run the contest, but we’ll be bringing you all of the results live from Austin with love. This year’s event is shaping up to be one of the largest in Pwn2Own history, with 23 separate entries targeting 10 different products in the categories of Web Browsers, Virtualization, Servers, Local Escalation of Privilege, and - our newest category - Enterprise Communications.
https://www.zerodayinitiative.com/blog/2021/4/2/pwn2own-2021-schedule-and-live-results (via)
Zero Day Initiative
Zero Day Initiative — Pwn2Own 2021 - Schedule and Live Results
Welcome to Pwn2Own 2021! This year, we’re distributed amongst various locations to run the contest, but we’ll be bringing you all of the results live from Austin with love. This year’s event is shaping up to be one of the largest in Pwn2Own history, with…
#programming
Interesting deal on O'Reilly coding #books from Humble Bundle:
https://www.humblebundle.com/books/head-first-programming-oreilly-books
Interesting deal on O'Reilly coding #books from Humble Bundle:
https://www.humblebundle.com/books/head-first-programming-oreilly-books
Humble Bundle
Humble Book Bundle: Head First Programming by O'Reilly
Get a head-start on learning to program with O'Reilly books like Head First Java, 2nd Edition! Pay what you want & support charity!
#Apple #hack
https://www.bloomberg.com/news/articles/2021-04-21/apple-targeted-in-50-million-ransomware-hack-of-supplier-quanta
https://www.bloomberg.com/news/articles/2021-04-21/apple-targeted-in-50-million-ransomware-hack-of-supplier-quanta
Bloomberg.com
Apple Targeted in $50 Million Ransomware Hack of Supplier Quanta
As Apple Inc. was revealing its newest line of iPads and flashy new iMacs on Tuesday, one of its primary suppliers was enduring a ransomware attack from a Russian operator claiming to have stolen blueprints of the U.S. company’s latest products.
#cookies in #UK
Yes, absolutely. UK websites use
£.biscuit()
instead of
$.cookie()
https://twitter.com/scattermoon/status/1385329850471358467
Yes, absolutely. UK websites use
£.biscuit()
instead of
$.cookie()
https://twitter.com/scattermoon/status/1385329850471358467
#video
#Microservices promise a scalable #architecture, increased flexibility, and better performance. But then you find out what’s actually involved in designing and running a microservices-based architecture. Turns out it’s not that straightforward after all.
Often the discussion around microservices is framed by a false dichotomy between the messy monolith and the lean and mean microservices architecture. Fortunately, there’s a third way: the modularized application. Functional decomposition doesn’t imply that every component has to become its own independent process.
Modularization is about strong encapsulation, well-defined interfaces, and explicit dependencies. Many languages offer in-process modularization features (for example, Java with its all-new module system). In this session we explore the right (and wrong) reasons for going with a microservices architecture, as well as what a modularized application entails. There’s a place for both independently deployed microservices and larger applications with a strong internal modular structure. Choose wisely.
https://youtu.be/AJW2FAJGgVw
#Microservices promise a scalable #architecture, increased flexibility, and better performance. But then you find out what’s actually involved in designing and running a microservices-based architecture. Turns out it’s not that straightforward after all.
Often the discussion around microservices is framed by a false dichotomy between the messy monolith and the lean and mean microservices architecture. Fortunately, there’s a third way: the modularized application. Functional decomposition doesn’t imply that every component has to become its own independent process.
Modularization is about strong encapsulation, well-defined interfaces, and explicit dependencies. Many languages offer in-process modularization features (for example, Java with its all-new module system). In this session we explore the right (and wrong) reasons for going with a microservices architecture, as well as what a modularized application entails. There’s a place for both independently deployed microservices and larger applications with a strong internal modular structure. Choose wisely.
https://youtu.be/AJW2FAJGgVw
YouTube
Modules or Microservices? - Sander Mak
Microservices promise a scalable architecture, increased flexibility, and better performance. But then you find out what’s actually involved in designing and running a microservices-based architecture. Turns out it’s not that straightforward after all.
Often…
Often…
DevTestSecOps
#video #Microservices promise a scalable #architecture, increased flexibility, and better performance. But then you find out what’s actually involved in designing and running a microservices-based architecture. Turns out it’s not that straightforward after…
I also like this picture to explain why you should not try to implement everything in microservices straight away. 👌
#quote
“If you can’t build a well-structured monolith, what makes you think microservices is the answer?”
-- Simon Brown
“If you can’t build a well-structured monolith, what makes you think microservices is the answer?”
-- Simon Brown
