🦜 Baeldung - Linux
@www.baeldung.com.linux@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Learn about Linux in practice
Your feed and you don't want it here? Just
e-mail the birb.
Background Jobs in a Loop in Bash
https://feeds.feedblitz.com/~/920673941/0/baeldung/linux~Background-Jobs-in-a-Loop-in-Bash
Published: June 24, 2025 11:47
Learn several patterns to run background jobs in a loop in Bash.
The post Background Jobs in a Loop in Bash first appeared on Baeldung on Linux. Related StoriesExecuting Commands in Gnuplot through Shell ScriptConverting Output to String in LinuxWhy…
Redirecting Standard Output in C With the dup2() Function
https://feeds.feedblitz.com/~/920203664/0/baeldung/linux~Redirecting-Standard-Output-in-C-With-the-dup-Function
Published: June 14, 2025 07:02
Learn how redirection works and the way the dup2() function achieves it in C.
The post Redirecting Standard Output in C With the dup2() Function first appeared on Baeldung on Linux. Related StoriesHow to Find the SCHED_RR Scheduling Policy’s Time…
Linux Emergency Recovery With init=/bin/bash
https://feeds.feedblitz.com/~/920030138/0/baeldung/linux~Linux-Emergency-Recovery-With-initbinbash
Published: June 10, 2025 19:40
Learn to use the init=/bin/bash kernel parameter to access a minimalist root shell on systems that wouldn't otherwise boot.
The post Linux Emergency Recovery With init=/bin/bash first appeared on Baeldung on Linux.Click the icon below to watch.
…
What Is SELinux?
https://feeds.feedblitz.com/~/919939004/0/baeldung/linux~What-Is-SELinux
Published: June 9, 2025 04:53
Learn what SELinux is, how it works, and the way it can provide better security when paired with the common discretionary access control.
The post What Is SELinux? first appeared on Baeldung on Linux. Related StoriesSending a Password via SSH or SCP…
Resolving the Reverse Tunnel Remote port forwarding failed for listen port SSH Error
https://feeds.feedblitz.com/~/919939007/0/baeldung/linux~Resolving-the-Reverse-Tunnel-Remote-port-forwarding-failed-for-listen-port-SSH-Error
Published: June 9, 2025 04:49
Learn about reverse SSH tunnels, i.e., SSH port forwarding, and issues that you might encounter when trying to use them.
The post Resolving the Reverse Tunnel Remote port forwarding failed for listen port SSH Error first appeared on Baeldung on Linux. …
Using if-else Conditionals in a Makefile
https://feeds.feedblitz.com/~/919796387/0/baeldung/linux~Using-ifelse-Conditionals-in-a-Makefile
Published: June 6, 2025 09:36
Learn how to use if-else conditional statements inside of Makefiles.
The post Using if-else Conditionals in a Makefile first appeared on Baeldung on Linux. Related StoriesAccessing a Defined struct in Another Source File in CHow to Profile C++ Code…
How to Fix USB Sticks Mounted as Read-Only
https://feeds.feedblitz.com/~/919792943/0/baeldung/linux~How-to-Fix-USB-Sticks-Mounted-as-ReadOnly
Published: June 6, 2025 07:56
Learn how to identify and diagnose undesired USB flash drive read-only mounts.
The post How to Fix USB Sticks Mounted as Read-Only first appeared on Baeldung on Linux. Related StoriesHow to Unmount a Busy DeviceSMB mount Security Modes and Fixing…
How To Open Visio Files in Linux
https://feeds.feedblitz.com/~/919792946/0/baeldung/linux~How-To-Open-Visio-Files-in-Linux
Published: June 6, 2025 07:54
Discover several options to open Microsoft Visio files in Linux.
The post How To Open Visio Files in Linux first appeared on Baeldung on Linux. Related StoriesHow to View Font Files in Linux
Removing Log Files with a Cron Job in Linux
https://feeds.feedblitz.com/~/919792343/0/baeldung/linux~Removing-Log-Files-with-a-Cron-Job-in-Linux
Published: June 6, 2025 07:51
A quick tutorial on cleaning up old log files with cron and logrotate on Linux.
The post Removing Log Files with a Cron Job in Linux first appeared on Baeldung on Linux. Related StoriesLinux Filesystem StructureWhat Time Does cron.daily RunRepairing a…