Learn several patterns to run background jobs in a loop in Bash.
Also find me here:
Baeldung Author
Sourov Jajodia
As a highly motivated professional with a strong educational foundation in Computer Science and Engineering complemented by a Master’s degree in Security Studies, I am eager to learn more concepts and deepen my knowledge in these sections. My experience includes successful project contributions in software development and active participations in various security competitions, showcasing my dedication to staying at the forefront of the field. I thrive in dynamic environments, where I can apply my problem-solving skills and passion for security to create robust solutions. With a keen eye for detail and a commitment to continuous learning, I am eager to contribute my knowledge and skills for software development and security solution.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Web (3)
- Scripting (1)
Using Different User-Agents with wget
Filed under Web
Learn how to use custom user-agent strings with wget.
Download URLs Using wget
Filed under Web
Explore different techniques for downloading URLs using wget.
Repeat URL Request Using cURL
Filed under Web
Explore several methods of repeating URL requests.
Baeldung on Ops
- >All
- Docker (4)
- Kubernetes (2)
- DevOps (1)
Run Google Chrome headless in Docker
Filed under Docker
Learn how to run Google Chrome in headless mode inside a Docker container.
Migrating a Project to a Different Organization in Azure DevOps
Filed under DevOps
Learn different ways to move an Azure DevOps project between organizations.
Removing Files and Directories in Different Docker Layers
Filed under Docker
In this article, we explore several approaches to effectively removing directories across layers, ensuring they’re fully eliminated from the final image.
Customizing Standard Docker Images Using docker compose
Filed under Docker
Learn techniques to modify Docker images when using Docker Compose.
Resolve “docker-compose: command not found”
Filed under Docker
A quick tutorial on fixing the error of the docker-compose command not being found.
Using `kubectl ls` or Alternative Methods to Inspect a Kubernetes Pod
Filed under Kubernetes
This article outlines various methods for inspecting files within Kubernetes pods, a crucial skill for DevOps troubleshooting and maintenance. It covers three main approaches: using the kubectl exec command, accessing container filesystems from the host node, and utilizing interactive shells.
Unable to Delete PersistentVolumeClaims
Filed under Kubernetes
Understand the common causes and solutions for the issue of being unable to delete PVCs in Kubernetes.
Baeldung on SQL
- >All
- SQL Functions (1)
Calculating SUM() for Multiple Rows with Conditions
Filed under SQL Functions
Learn how to use the SUM function with WHERE, GROUP BY, and other more advanced techniques tu sum multiple rows.