Skip to main content
Latest
go init functions
Go

Understanding Init Function in Go With Examples

This tutorial provides an overview of the init functions in Go language.

ยท LHB Community

Using when Function in Ansible
Ansible Tutorials

Using when Function in Ansible

Here are several practical examples of using the when functionality in Ansible to only run the tasks when certain conditions are matched.

ยท LHB Community

Managing Cron Jobs Across Multiple Servers Using Dkron
Tools

Managing Cron Jobs Across Multiple Servers Using Dkron

A modern, advanced tool to manage cron jobs across a range of servers in your deployment.

ยท LHB Community

Linux system monitoring tools
Tools

11 System Resource Monitoring Tools for Linux Command Line

Keep a tab on the system resource utilization using one of these command line tools.

ยท Sagar Sharma

dd command progress
Quick Tip

Show Progress of dd Command

This little trick lets you see the file transfer progress with the dd command.

ยท Abhishek Prakash

Ansible delegate_to
Ansible Tutorials

Running Tasks on Different Remote Systems Using delegate_to in Ansible

Using delegate_to, you can execute a particular task on a different specific host or group. Learn more about it with these practical examples.

ยท LHB Community

Linux disk space alert configuration
Tips

Get Notified About Linux Server Running Out of Disk Space

Get email alerts before the disk is full to prevent the server from going down due to lack of disk space.

ยท Abhishek Prakash

Kubernetes Node Affinity
Using Kubernetes

Understanding Kubernetes Node Affinity With Example

Efficiently schedule your pods with the node affinity feature in Kubernetes.

ยท LHB Community

Using Nano editor
File Editing Commands

Nano Editor Basic Commands

Get a quick reference to using the Nano editor for editing files in the Linux terminal.

ยท Sagar Sharma

7 Awesome Zsh Plugins
Using Zsh

7 Awesome Zsh Plugins

Let me share some of my favorite Zsh plugins.

ยท Sagar Sharma

git clean
Using Git

Clean Your Git Repository With Git Clean

A neat git command to keep your git repository neat and clean.

ยท Pratham Patel

Vagrant Triggers
Tutorial

Vagrant Triggers: Automating Virtual Machine Lifecycle Events

Vagrant Triggers allow automating specific actions before or after certain stages of a virtual machine's lifecycle, providing increased control over the management of your development environments.

ยท LHB Community