Browsing category

Linux

Puppet Bolt – Run Ad hoc Commands, Scripts, Puppet Tasks and Plans

Puppet Bolt is an open source, agentless task runner that executes commands, scripts, and ad hoc tasks across your infrastructure. Bolt has built-in command line interface and connects to remote systems via SSH and WinRM on Linux and Windows respectively. Bolt can: Execute commands on remote systems. Upload and execute scripts written in Bash, Python, […]

Linux Basics: 14 Tar Command Examples in Linux

I don’t think any Linux admin requires an introduction of Tar command. Anyway, in simple words, Tar (Tape Archive) is a widely used command line tool to create backup archives (collection of files and directories). By default, a tar archive file contains uncompressed files. Together with gzip and bzip2, you can create a compressed archive. […]

How To Configure DNS Server On Debian 10 / Debian 9

Domain Name System (in short, DNS) is an internet service that is used to resolve Domain Name to IP Address and vice versa. BIND (Berkeley Internet Name Domain) provides the functionality of the name to ip conversion. This post will help you configure DNS server on Debian 10 / Debian 9. THIS DOCUMENT IS ALSO […]