Skip to main content
Newsletter

🐧LHB Linux Digest #23.18: Bash Tips, Systemctl Commands and More

A new assortment of Linux tips, tutorials and related stuff.

Abhishek Prakash

Warp Terminal

Just a heads-up. Thanksgiving is approaching which also brings the Black Friday deals. There will be discount on Linux and DevOps courses, certification exams, servers and services. I'll be list such deals in one page and share them with you.

If you were planning to opt for certification exams, wait for 10 more days and save some money :)

💭 What you get in this edition of LHB Linux Digest:

  • Bash tips
  • Systemctl commands for systemd
  • AI based coding assistant
  • Tools and memes for Linux lovers

🫶 Newsletter sponsor: Internxt

Open source, encrypted, web3 cloud service Internxt is running their Black Friday sale right now.

Internxt Pricing – Get Up To 10GB Free!
Sign up for an Internxt secure cloud storage subscription and get access to our monthly newsletter filled with the latest tech news and updates.

🧑‍💻 Linux and Bash Tutorials

Like it or not, systemd is omnipresent. It's time to embrace it and learn the systemctl commands.

Using systemctl Command [15 Examples]
The systemctl command is a must know for Linux systems with systemd init system. Here are some practical examples.

The read command lets you accept user inputs. Here's how you can store the user inputs into an array in Bash.

Bash: Read Into an Array
Learn how to use the read command to get the user input into an array in bash scripts.

One more Bash tip.

Using Command Substitution in Bash Shell
Command substitution is an important feature that allows you to store the output of a command into a variable.
Abhishek Prakash