Learn about phased updates and how to manage and configure them.
Also find me here:
Baeldung Author
Abdmuizz Yekeen
I'm Abdmuizz, a passionate and adaptable Software Engineer with a knack for rapid learning and a strong commitment to excellence. My career goal is to develop software solutions that are fast and scalable. I also like to write technical articles that simplify complex topics for easy understanding.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Administration (5)
- Scripting (2)
- File Permissions (2)
- Web (1)
- User Administration (1)
- Security (1)
- Installation (1)
- Files (1)
- Building (1)
How to Remove the Title Bar of GNOME Applications
Filed under Administration
Learn how to remove the title bar of GNOME applications.
How to Execute Multiple Commands Using a Single sudo
Filed under Administration, Security
Learn how to run multiple commands with root privileges using a single sudo operation.
Removing Group Permission With setfacl
Filed under Administration, File Permissions
Learn what an access control list (ACL) is and how to modify and remove ACL group permissions in Linux.
How to Rename Files With a Quote in the Filename
Filed under Files
Learn how to rename files with a quote in their filename using the mv and rename commands.
Makefile Character Escaping and the Meaning of the Double Dollar Sign
Filed under Building
Learn about Makefile character escaping, why a Makefile may have double dollar signs, and how they function.
How to Modify File Ownership Inside tar Archive
Filed under Administration, File Permissions
Learn how to modify the ownership of data within a TAR archive.
Setting the Sender Name While Using mail Command in Linux
Filed under Web
A quick and practical guide to setting sender’s name while using mail command.
Examples of the Modulo Operator in Bash
Filed under Scripting
Learn how to use the modulo operator in Bash scripting to perform arithmetic operations and assignments.
Baeldung on Ops
- >All
- Jenkins (5)
- Git (3)
- DevOps (2)
- Search & Analytics (1)
- Deployment Tools (1)
Properly Deploy a MERN Application to a Hosting Service
Filed under Deployment Tools
Learn how to configure and deploy a MongoDB, Express.js, React.js, Node.js (MERN) stack application.
Run the Same Jenkins Job Multiple Times in Parallel
Filed under Jenkins
Learn about and implement different methods to execute a Jenkins job several times in parallel.
Utilizing Global Variables in Jenkins Pipeline
Filed under Jenkins
Learn various ways to leverage and refer to a global variable when constructing a Jenkins pipeline.
Reading a File From Workspace in Jenkins Using Groovy
Filed under Jenkins
Learn ways to use Groovy in a Jenkins environment for reading workspace files.
How to Create Dynamic Stages in a Jenkins Pipeline
Filed under Jenkins
Learn about Jenkins dynamic stages and how to implement them in practice via a Jenkinsfile configuration.
Strategies for Handling Different Branches in a Jenkinsfile
Learn ways to manage different code branches in the same Jenkinsfile configuration.
Guide to GitLab Runner
Learn how to set up, use, and integrate GitLab Runner into a CICD pipeline.
How does minimum_should_match work in ElasticSearch?
Filed under Search & Analytics
Learn about search criteria and the function of minimum_should_match in ElasticSearch.
Abort a Git Merge Operation
Filed under Git
Learn to abort or recover from a merge operation in Git.