Learn how to check the partitioning scheme of a storage disk using various commands in Linux.
Also find me here:
Baeldung Author
Amr Essam
A technology enthusiast with 7 yrs of experience in the IT field. I've filled multiple roles as an infrastructure, DevOps, and Cloud engineer. I like to create informative and engaging technical content and share it with the community.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Networking (3)
- Administration (3)
- Text Processing (1)
- Processes (1)
- Network Configuration (1)
- Filesystems (1)
- Files (1)
How to Save the Entire Terminal Output to a File
Filed under Files
Learn how to save the output from the command line to a file on Linux.
How to Print the Last Element of Each Row in a File
Filed under Text Processing
Learn how to print the last element of each row in a file by using AWK in Linux.
tracert Equivalent in Linux
Filed under Networking
Learn how to use the traceroute command, the Linux equivalent to the Windows tracert command.
Show Sizes in Human-Readable Format in top
Filed under Administration, Processes
Learn ways to configure how the sizes in the top process explorer are shown.
Linux CLI Chat Over LAN
Filed under Administration, Networking
Learn how to create a simple Linux chat over the network using netcat and talk
Route Traffic for a Specific IP Over a Specific Network Interface
Filed under Network Configuration
A quick and practical guide to routing traffic for a specific IP over a specific network interface.
What Is the Loopback (lo) Device?
Filed under Networking
Learn the main concepts and uses of the loopback interface in Linux.
Baeldung on Ops
- >All
- Jenkins (9)
- Kubernetes (4)
- Docker (1)
- Cloud (1)
Troubleshooting Jenkins 403 No Valid Crumb in Request Error
Filed under Jenkins
Learn about troubleshooting steps for the “403: No Valid Crumb in Request” error in Jenkins.
Using a Jenkins Pipeline to Checkout Multiple Git Repos Into Same Job
Filed under Jenkins
Learn how to checkout multiple Git repositories into separate subdirectories in the same Jenkins pipeline.
Listing Kubernetes Resources Linked to a Helm Deployment
Filed under Kubernetes
Learn how to list all of the Kubernetes resources associated with a Helm deployment or chart.
Set Stage Status in Jenkins Pipelines
Filed under Jenkins
Learn how to set the stage status to SUCCESS, FAILED, or UNSTABLE in a Jenkins pipeline.
Prevent EC2 Instance From Changing IP Address After Restart
Filed under Cloud
Learn how to prevent an AWS EC2 instance from changing its IP address upon restart.
Return Stdout, Stderr, and Status From Jenkins sh Script
Filed under Jenkins
Learn how to return the status of a Jenkins sh script to see the standard output and error messages.
Jenkins Pipeline Clean Workspace After Each Build
Filed under Jenkins
Review different ways that we can clean up the workspace of a Jenkins job.
Create JSON Strings via Groovy Variables in Jenkins Pipeline
Filed under Jenkins
Learn how to use various methods to create JSON strings from Groovy variables for a Jenkins pipeline.
Get Last Successful Build Status in Jenkins
Filed under Jenkins
Learn how to get the last successful build status of a job in Jenkins.