Latest Tutorials
Cut, Copy and Paste in Vim
Cut, copy and paste are essential functions of any text editor. Here's how to achieve that in Vim.
ยท Abhishek Prakash
Undo or Redo Changes in Vim
u key for undo and Ctrl+r for redo, that's all you need to do for undo and redo changes in Vim. Here's how it works.
ยท Abhishek Prakash
Convert String to Bytes in Go
This simple tutorial shows you two ways of converting a string into bytes in golang with practical but simple examples.
ยท LHB Community
Save and Exit Vim
Learn how to save your changes in Vim. Also learn how to discard the changes and quit Vim.
ยท Abhishek Prakash
Self-hosting ONLYOFFICE DocSpace with Docker
Let me share how I deployed an instance of ONLYOFFICE DocSpace for document collaboration.
ยท Pratham Patel
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
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
A modern, advanced tool to manage cron jobs across a range of servers in your deployment.
ยท LHB Community
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
Show Progress of dd Command
This little trick lets you see the file transfer progress with the dd command.
ยท Abhishek Prakash
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
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
Understanding Kubernetes Node Affinity With Example
Efficiently schedule your pods with the node affinity feature in Kubernetes.
ยท LHB Community