13 Examples to Manage S3 Bucket Replication Rules using AWS CLI
The Geek Stuff
by Ramesh Natarajan
2y ago
Using S3 replication, you can setup automatic replication of S3 objects from one bucket to another. The source and destination bucket can be within the same AWS account or in different accounts. You can also replicate objects from one source bucket to multiple destination buckets. If you want to have a second copy of your ..read more
Visit website
5 Python Examples to Read and Write JSON files for Encode and Decode
The Geek Stuff
by Aanisha Mishra
3y ago
JSON stands for JavaScript Object Notation, which is a format for structuring data that is very similar to the concept of maps in computer programming. Maps consists of keys and corresponding values. A key has to be unique within a map. JSON is light-weight format of representing data as text in a file, whose syntax ..read more
Visit website
8 Examples to Add Static Routes in PAN-OS PaloAlto from CLI and Console
The Geek Stuff
by Ramesh Natarajan
3y ago
Managing routes is an essential configuration task for network admins who are managing firewalls. If you are using the PaloAlto firewall, this tutorial explains how to add static routes using both the PAN-OS command line interface and from the PaloAlto Firewall Console. 1. CLI – View Current Routes Before adding a route, view all current ..read more
Visit website
3 Methods to Create Jenkins Pipeline – Classic UI, BlueOcean, Git
The Geek Stuff
by Ramesh Natarajan
3y ago
Jenkins is a DevOps tool which can be used to automate your build, test and delivery of software code. If you are new to Jenkins, this tutorial will help you to understand how to create Jenkins pipeline using one of the following methods: Classic Jenkins User Interface Jenkins Blue Ocean User Interface which reduces clutter ..read more
Visit website
12 Examples to Manage AWS Transit Gateway Route Table from CLI
The Geek Stuff
by Ramesh Natarajan
3y ago
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 route table. The attachments can propagate their routes to one or more route tables. You can also add static routes to the ..read more
Visit website
10 Examples to Manage PaloAlto Firewall Users from PAN-OS CLI
The Geek Stuff
by Ramesh Natarajan
3y ago
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 user as an admin user, list all existing users, delete an user, etc., 1. Enter PaloAlto CLI Configuration Mode First, login to ..read more
Visit website
24 Examples to Manage AWS Transit Gateway and Attachments from CLI
The Geek Stuff
by Ramesh Natarajan
3y ago
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 gateway to your transit gateway. You can also peer two transit gateways and route traffic between them. In a multi-account ..read more
Visit website
5 Steps to Upgrade PaloAlto PAN-OS Firewall Software from CLI or Console
The Geek Stuff
by Ramesh Natarajan
4y ago
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 PaloAlto firewall: Pre-install: Verify current software version Check Available Software Versions Download Latest Version of PaloAlto Install the Latest version of Firewall Software ..read more
Visit website
15 PaloAlto CLI Examples to Manage Security and NAT Policies
The Geek Stuff
by Ramesh Natarajan
5y ago
While working with PaloAlto firewall, sometimes you’ll find it easier to use CLI instead of console. Working on CLI is very helpful when you are testing something on a dev/test firewall, where you repeatedly try-out the same thing with different values, and don’t want to do multiple clicks from the UI and retype everything. In ..read more
Visit website
7 Python Function Examples with Parameters, Return and Data Types
The Geek Stuff
by Aanisha Mishra
5y ago
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 tutorial, we’ll discuss the following examples: Basic Python Function Example Python Built-In Functions Python User-Defined Functions Python Function Parameters Python Function Unknown ..read more
Visit website

Follow The Geek Stuff on FeedSpot

Continue with Google
Continue with Apple
OR