A comparison of compression methods in Linux.
Baeldung Author
Rufina Uche
Here's what I've written (so far):
Baeldung on Linux
- All
- Scripting (3)
- Processes (2)
- Web (1)
- Security (1)
- Networking (1)
- File Compression (1)
- Administration (1)
How Does Linux Decide to Close a Socket When the Application on One End Is Killed?
Filed under Networking
Learn how Linux decides to close a socket when the application on one end is killed.
How to Print the Exit Status Code of Every Command in the Zsh Terminal
Learn how to print the exit status code of every command in the Zsh terminal.
How to Suspend the yes& Command
Filed under Processes
Learn how to suspend the yes& command in Linux.
Comparing Different SSH Fingerprint Formats in Linux
Filed under Administration, Security
Learn how to compare different SSH fingerprint formats in Linux.
Equivalent for “Set” Data Structure in Bash
Filed under Scripting
While Bash does not explicitly support a set collection type, it can still perform set operations. We look at a few ways to achieve this with Bash and other Linux tools.
What Are the Special Dollar Sign Shell Variables?
Filed under Scripting
An introduction to the special dollar sign shell variables.
How to Access Web Pages via SSH
Filed under Web
Learn ways to access Web pages as a client through SSH.