#development
Read more stories on Hashnode
Articles with this tag
Monitor System Processes and Memory Usage Script Script #!/bin/bash # Monitor system processes and their memory usage ps aux --sort=-%mem | head -n...
Docker is an open-source platform that allows you to automate the deployment, scaling, and management of applications using containerization....
Nexus Repository Manager: Nexus Repository Manager is a popular artifact repository management tool often used in DevOps environments. It serves as a...
What is Operating system? An operating system (OS) is software that manages the resources of a computer and provides a platform for other software to...
Trivy is an open-source tool for vulnerability scanning of container images, file systems, and Git repositories. It is designed to be fast and easy to...
Maven is a powerful build automation and dependency management tool used primarily for Java projects, although it can be used for projects in other...