June 2023

How to create, delete or list the files from Windows Powershell

Table of Contents Introduction In this article we will cover the steps to use to create or delete a file directly from the Windows Powershell. We will also see the alias associated with those commands so that we can use it for doing the same action  How to create a new file in windows powershell  …

How to create, delete or list the files from Windows Powershell Read More »

How to use ChatGPT to build configs for linux and network devices 

Table of Contents Introduction In this article we are going to explore ChatGPT’s capabilities to build configs for linux and the networking devices. It saves a lot of time to get a service started or protocol started using ChatGPT provided configs. Practical examples on how to build configs using ChatGPT  How to use ChatGPT to …

How to use ChatGPT to build configs for linux and network devices  Read More »

How to use windows Powershell and command prompt to SSH into devices 

Table of Contents Introduction SSH helps accessing the device Cli and it’s better than the telnet as it’s encrypted. Usually when trying to access linux and networking devices from the Windows machine we use tools like Putty and Secure CRT. Using the recent Windows releases we can directly SSH to those devices from the command …

How to use windows Powershell and command prompt to SSH into devices  Read More »

How to use windows command prompt and powershell for SCP file transfer

Table of Contents Introduction SCP ( Secure Copy )  uses SSH tunnels to transfer the files from one machine to another . It is faster than TFTP transfer and also secure as it is encrypted using the SSH tunnels Usually when trying to perform the SCP transfer from the Windows machine to a Linux or …

How to use windows command prompt and powershell for SCP file transfer Read More »

How to use ChatGPT to build Jinja2 templates for Ansible Playbooks

Table of Contents Introduction ChatGPT is a great tool for building jinja2 templates for our ansible playbook tasks. In this article we will see some practical examples on using ChatGPT to build Ansible playbooks with jinja2 templating involved.  In our last article we covered examples on how to use the ChatGPT to build Ansible Playbooks …

How to use ChatGPT to build Jinja2 templates for Ansible Playbooks Read More »

How to use Chatgpt to build Ansible Playbooks 

Table of Contents Introduction In this article we will explore how to use ChatGPT to build the Ansible playbooks based on our request. Ansible is a popular automation tool used by the System Admins and network Engineers to automate their day to day tasks. Building expertise on Ansible is very important moving forward   Practical examples …

How to use Chatgpt to build Ansible Playbooks  Read More »