Quantcast
Channel: LHB Community - Linux Handbook
Browsing latest articles
Browse All 136 View Live

Image may be NSFW.
Clik here to view.

Jenkins on EC2: Automating Deployment with Terraform

Jenkins is a popular open-source automation server that can be used to implement continuous integration and continuous delivery pipelines for software projects. It allows you to build, test, and deploy...

View Article



Image may be NSFW.
Clik here to view.

Boost Machine Learning Model Training Performance on Hybrid Cloud Platforms

Machine Learning models often require a lot of computing resources and time to train, especially when dealing with large and complex datasets. This can be challenging and costly for many organizations...

View Article

Image may be NSFW.
Clik here to view.

Serverless vs Containerized Deployments: Which One is Better for Real-Time ML...

Machine learning (ML) models are becoming more and more popular. However, deploying ML models to production is not a trivial task. It requires careful consideration of the trade-offs between...

View Article

Image may be NSFW.
Clik here to view.

Automate Hyperparameter Tuning and Experiment Tracking for Cloud-Based Training

If you are a machine learning practitioner, you probably know how tedious and time-consuming it can be to find the optimal set of hyperparameters for your model.Hyperparameters are the configuration...

View Article

Image may be NSFW.
Clik here to view.

Test and Benchmark Distributed Training on GPU Clusters with PyTorch and...

Distributed training is a technique that allows you to train deep learning models on multiple GPUs or machines in parallel. This can speed up the training process, reduce the memory usage, and enable...

View Article


Image may be NSFW.
Clik here to view.

Secure and Monitor Cloud-Based ML Infrastructure and Endpoints with...

Machine learning poses significant challenges for security and governance, especially when deployed in the cloud. Cloud-based ML infrastructure and endpoints are exposed to various threats, such as...

View Article

Image may be NSFW.
Clik here to view.

Install and Setup MiniCube on Ubuntu

Kubernetes is an in-demand skill. Learning it can help you land a lucrative job offer.For developers or students who are just starting to learn Kubernetes and explore its features, the challenge is...

View Article

Image may be NSFW.
Clik here to view.

How to Submit a Pull Request on GitHub

So you want to contribute to Open Source and you've located a task or issue to work on.That's good. The recommended workflow is to create a fork of the existing repository, make your changes and send a...

View Article


Image may be NSFW.
Clik here to view.

ASSH: An Advance Way to Interact with SSH

ASSH or Advanced SSH Config is a wrapper for SSH that allows dynamic and advanced management of SSH configurations.Standard SSH configurations can quickly become complex and difficult to manage,...

View Article


Image may be NSFW.
Clik here to view.

Efficient Block Device Management with LVM

LVM or Logical Volume Management is a solution for easy management of block devices within the GNU/Linux environment via virtual blocks. Disk management in Linux environments using LVM provides a...

View Article

Image may be NSFW.
Clik here to view.

Ansible Copy Module [Explained With Examples]

The Ansible copy module is used in various real-world scenarios where you need to copy files or templates from the Ansible host machine to a set of remote servers. Here are some common use cases.Static...

View Article

Image may be NSFW.
Clik here to view.

Git Hook Management with Pre-commit

Working with Git is not entirely trivial. Even simple things like undoing a step go far beyond a simple undo shortcut but as soon as an entire team works in a repository, the sources of problems grow...

View Article

Image may be NSFW.
Clik here to view.

Vagrant Triggers: Automating Virtual Machine Lifecycle Events

Vagrant is a simple and efficient way to create, configure and manage virtual machines for development and testing. However, even with Vagrant's simplicity, there are often repetitive tasks and...

View Article


Image may be NSFW.
Clik here to view.

Understanding Kubernetes Node Affinity With Example

What is node affinity?In the simplest of terms, Node Affinity gives you control over where your pods are scheduled. It matches pods to specific nodes or groups of nodes based on specific criteria. This...

View Article

Image may be NSFW.
Clik here to view.

Running Tasks on Different Remote Systems Using delegate_to in Ansible

By default, Ansible runs tasks on the remote systems that you specify in your inventory. The delegate_to overrides this behavior, instructing Ansible to execute a particular task on a specific host or...

View Article

Browsing latest articles
Browse All 136 View Live


Latest Images