2023

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 »

How to use Chatgpt to get Wireshark filters

Table of Contents Introduction In our last article we covered how to use the ChatGPT to build tcpdump filters for packet capture. In this article we will cover how to filter the displayed packets in the wireshark packet analysis tool using ChatGPT provided filters.  If you happened to have missed our earlier article on how …

How to use Chatgpt to get Wireshark filters Read More »

How to use ChatGPT as a subnet calculator for Ipv4 address

Table of contents Introduction We all know that ChatGPT can answer almost every question. Occasionally we might see some inaccuracies , but still we can get the majority of the work done with the help of ChatGPT. In this article we are going to use ChatGPT as a Subnet calculator for Ipv4 address Practical example …

How to use ChatGPT as a subnet calculator for Ipv4 address Read More »