Skip to main content
Trivy vulnerability scanner for containers... and more!
Trivy
Trivy Logo

Ah!... The wonderful world of security, especially in the realm of containers, which has seen a boom in the adoption of tools to detect vulnerabilities. Among my favorites is Trivy, which stands out as a versatile and powerful scanner, and today I'll show you how to use it.


Jose CerrejonAbout 2 minDeveloperDevOpsSecurity
Keep your macOS Apps updated with these free apps
collage with apps
My apps to get my OS to the latest

I have a problem with the software on my OS, maybe It's a disease, I don't know. The reason:

⛔️

I NEED TO KEEP ALL MY APPS UPDATED.


Jose CerrejonAbout 2 minApplemacOSsoftwarefreeDevOpsAutomatization
Run a script after running apt-get update on a Debian or Ubuntu Linux
alt
/etc/apt/apt.conf.d

If you want to run a script for example, after apt update on Debian, you can use the apt hook system. This is useful if you want to perform some other action after the update. In my case, I need to run a script and re-install the Vulkan driver on Raspberry Pi, because apt update break it and the system can't open the Desktop environment.


Jose CerrejonLess than 1 minuteLinuxDevOpsTipsTutorialRaspberry PI