The Geek Stuff Guides, HowTos and Tips for Technology Geeks
- 12 Examples to Manage AWS Transit Gateway Route...by Ramesh Natarajan on October 7, 2020 at 3:00 am
Apart from the default route table that gets created when you create a transit gateway, you can also create additional route tables. This helps you to associate a specific attachment with a specific […]
- 10 Examples to Manage PaloAlto Firewall Users...by Ramesh Natarajan on September 23, 2020 at 3:00 am
This tutorial explains how to manage PaloAlto users from CLI. You’ll learn about user and role related functionalities including how to create a new user, assign a role to an user, make regular […]
- 24 Examples to Manage AWS Transit Gateway and...by Ramesh Natarajan on September 16, 2020 at 3:00 am
AWS Transit gateway acts as a hub to connect multiple VPC and on-prem networks. Apart from attaching a VPC to transit hub and routing traffic, you can also attach a VPN connection or Direct Connect […]
- 5 Steps to Upgrade PaloAlto PAN-OS Firewall...by Ramesh Natarajan on June 9, 2020 at 3:30 am
PaloAlto releases software updates on an on-going basis. It’s essential that you stay current with the latest stable release of firewall. On a high-level the following are 5 easy steps to upgrade […]
- 7 Python Function Examples with Parameters,...by Aanisha Mishra on June 27, 2019 at 2:00 am
Functions are code snippets in a block that is assigned a name. It takes input, performs computation or an action and returns the output. Functions enhances the reusability of the code. In this […]