Hey there, In the previous edition, I asked your opinion on the frequency of the newsletters. Out of the all the responses I got, 76% members want it on a weekly basis. Since we live in a democratic world, I'll go with the majority here. I hope the rest 24% won't mind seeing the emails once each week ;) Here are the highlights of this edition : - TCP Proxy with socat
- Out of memory killer explained
- Nerdlog for better log viewing
- And regular dose of tips, tutorials and memes
🚀 Elevate Your DevOps Career – Up to 50% OFF!This May, the Linux Foundation is offering 50% off on certifications with THRIVE Annual Subscriptions, 40% off on training courses, and 10% off on THRIVE access. Top Bundles: - LFCS + THRIVE — Master Linux Administration
- CKA + THRIVE — Become a Kubernetes Pro
- CKAD + THRIVE — Level up Kubernetes Development
- CKS + THRIVE — Specialize in Kubernetes Security
Offer ends May 20, 2025! 📖 Linux Tips and TutorialsA collection of Vim tips and tutorials for all sorts of users.
Here's why you should get LHB Pro membership: ✅ Get access to Linux for DevOps, Docker, Ansible and other text courses ✅ Get access to Kubernetes Operator and SSH video course ✅ Get 5 premium books on Bash, Linux and Ansible for free ✅ No ads on the website
|
|
|
|
📚 Docker and DevOpsExplore Vagrant triggers, they help you automate virtual machines events. Experiment with TCP Proxy with socat. 💡Quick terminal tip🚧 Please be extra careful while deleting/rename files using wild card. You can use the Perl-based rename command, which usually appears in Debian-based distributions like Linux Mint, to rename multiple files in Linux. For example, as per the man page, you can translate uppercase names to lower in the current directory using: file-rename 'y/A-Z/a-z' ./*
Similarly, you can replace all the spaces in a file name in the current directory to underscore using: file-rename 'y/ /_/' ./*
Instead of the ./* specify the path to the directory that contains the files to be renamed. PortNote is an open-source, self-hosted network service discovery tool that helps you keep track of services running on your network. Nerdlog is a lightweight, terminal-based log viewer designed for remote multi-host monitoring with a timeline histogram, offering a quick, setup-free alternative to centralized logging systems like Graylog and Kibana. 📰 Linux news that matters😂 Geek humor💌 Like the LHB Linux Digest newsletter?You can encourage others to subscribe to this newsletter. (From here) Become a Pro member and enjoy unlimited access to our eBooks, courses and in-depth tutorials. Missed the previous editions? You can access the newsletter archives. Join our community forum. You may also contribute to Linux Handbook and share your experience and expertise with the community. I like reading your messages, so just hit the reply button and share your thoughts 😄
|