|
Hey there, Good news! All modules of the new course 'Linux Networking at Scale' have been published. You can start learning all the advanced topics and complete the labs in the course. This course is only available for Pro members. This would be a good time to consider upgrading your membership, if you are not already a Pro member.
|
With 14 courses and 6 ebooks, our catalog continues to grow. Get access to all of the present and future premium Linux learning material with a single payment.
As a dedicated reader and subscriber to this newsletter, you get the lifetime membership for just $99, instead of $139. A single payment, forever access. Just pay via the Stripe link and wait for an email from me to learn about your membership upgrade.
|
|
|
|
|
📖 Tips and TutorialsOne way of enhancing your Linux skills is to build small projects. The more hands-on stuff you do, the more you learn. In that regard, here's a setup for automatically converting files to PDF. The setup involves unconv and cron. Good for practicing your skills and gain experience similar to real-world. If you find it helpful, we can work on more such lab exercises that you can use for practicing your Linux knowledge. You might have noticed that we are also covering simple pen-testing hands-on practice tutorials. The latest one is about hunting for XSS vulnerability. Learn about the concept of tmp directory. 💡Quick terminal tipWith the find command, you can restrict the recursive search to specified depths. find . -mindepth 2 -maxdepth 2 -type f -print
The above command searches for regular files only in the second level of subdirectories (i.e., skipping the starting directory and deeper recursion). Find your next favorite software in this section. Nightingale: Self-hosted monitoring and alerting solutionNightingale is an open-source monitoring solution primarily focused on its robust alerting engine. While it shares multi-source data connectivity with Grafana, Nightingale differentiates itself by prioritizing the processing, distribution, and overall management of alarms over data visualization. Features - Alerting Self-Healing enables automated problem resolution by triggering scripts, etc.
- Advanced Event Pipeline
- Unified Multi-Source Alerting
- Hierarchical Organization
- Focus on Alert Engine
SeaweedFS: Simple and highly scalable distributed file systemSeaweedFS is a fast, highly scalable distributed storage system designed to efficiently handle vast numbers of small files (blobs), objects, files, and data lake storage. It achieves speed and scale by minimizing the burden on the central master server; the master only tracks volumes, while the volume servers manage file metadata locally. - O(1) Disk Seek for Blobs
- Flexible Access Protocols (Filer)
- Cloud Tiering and Hybrid Storage
- High Scalability and Availability
- Customizable Metadata Store
GitHub - seaweedfs/seaweedfs: SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. Enterprise version is at seaweedfs.com.
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob st…
📰 Linux news that matters😂 Geek humor💌 Like the LHB Linux Digest newsletter?⭐ If you think your Linux/devops knowledge and experience can be shared in micro-course format, please reach out to me. Remember, some of our courses have been contributed by readers like you. I help with editing so that the courses are easy to understand. 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. 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 😄
|