A quick and practical guide to keeping programs alive during a crash/reboot.
Also find me here:
Baeldung Author
Michał Dąbrowski
I’m a fullstack developer building microservice applications in among others Spring Boot, Angular, React. I love functional programming and working using TDD.
Here's what I've written (so far):
Baeldung on Linux
- All
- Scripting (7)
- Processes (3)
- Filesystems (1)
- Files (1)
- File Compression (1)
- Administration (1)
Reading the Memory of a Running Process
Filed under Processes
A quick and practical guide to reading memory of a running process.
Fine-Tuning and Parameterization of FFmpeg Render Process
Filed under File Compression, Scripting
A quick and practical guide to fine-tuning and parameterization of FFmpeg render process
Freeing Inode Usage
Filed under Filesystems
A quick and practical guide to freeing inode usage.
Merging Images in the Linux Terminal
Filed under Scripting
A quick and practical guide to merging images quickly in the Linux terminal.
Testing Bash Scripts With Bats
Filed under Scripting
Learn how to use the Bats library for testing Bash scripts.
Adding an Extension to Files With Bash
Filed under Files
Learn how to update the extensions of multiple files in bash.
How to Evaluate Arithmetic Expressions in Bash
Filed under Scripting
We often need to perform numeric calculations in our bash scripts. We look at a few ways to execute these calculations inside and outside of the shell itself.
String Manipulation in Bash
Filed under Scripting
Learn how to manipulate strings in Bash