Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://feeds.feedburner.com/TheGeekStuff

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. >
  9.  
  10. <channel>
  11. <title>The Geek Stuff</title>
  12. <atom:link href="https://www.thegeekstuff.com/feed/" rel="self" type="application/rss+xml" />
  13. <link>https://www.thegeekstuff.com</link>
  14. <description>Guides, HowTos and Tips for Technology Geeks</description>
  15. <lastBuildDate>Wed, 18 May 2022 16:34:05 +0000</lastBuildDate>
  16. <language>en-US</language>
  17. <sy:updatePeriod>
  18. hourly </sy:updatePeriod>
  19. <sy:updateFrequency>
  20. 1 </sy:updateFrequency>
  21. <generator>https://wordpress.org/?v=6.5.2</generator>
  22. <item>
  23. <title>PaloAlto init-cfg.txt Bootstrap Config file Layout with Examples</title>
  24. <link>https://www.thegeekstuff.com/2022/05/paloalto-init-cfg-txt-file-example/</link>
  25. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  26. <pubDate>Thu, 19 May 2022 03:30:00 +0000</pubDate>
  27. <category><![CDATA[PaloAlto]]></category>
  28. <category><![CDATA[PaloAlto Bootstrap File Example]]></category>
  29. <category><![CDATA[PaloAlto Dynamic IP Address]]></category>
  30. <category><![CDATA[PaloAlto Firewall Config Example]]></category>
  31. <category><![CDATA[PaloAlto Static IP Address]]></category>
  32. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=18026</guid>
  33.  
  34. <description><![CDATA[When you install and configure the PaloAlto firewall, when the firewall boots up for the first time, it does the bootstrapping process. PaloAlto uses the settings defined in the bootstrap files, including the init-cfg.txt and bootstrap.xml under the config folder to configure the initial state of the firewall. For example, during the bootstrap process, it [&#8230;]]]></description>
  35. </item>
  36. <item>
  37. <title>21 Examples to Manage Secrets using AWS Secrets Manager CLI</title>
  38. <link>https://www.thegeekstuff.com/2022/03/aws-secrets-manager-cli-examples/</link>
  39. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  40. <pubDate>Wed, 16 Mar 2022 02:00:00 +0000</pubDate>
  41. <category><![CDATA[AWS]]></category>
  42. <category><![CDATA[AWS Secret Manager Database]]></category>
  43. <category><![CDATA[AWS Secret Manager Encryption]]></category>
  44. <category><![CDATA[AWS Secret Manager KMS]]></category>
  45. <category><![CDATA[AWS Secret Manager Rotation]]></category>
  46. <category><![CDATA[AWS Secret Manager Security]]></category>
  47. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=18015</guid>
  48.  
  49. <description><![CDATA[Using AWS Secrets manager you can store, retrieve, rotate and manage secrets such as database credentials, API keys and other sensitive information used by your application. Secrets are rotated without any disruption to your application, and you can also replicate secrets to multiple AWS regions. You can manage secrets from AWS console, SDK, CLI, or [&#8230;]]]></description>
  50. </item>
  51. <item>
  52. <title>13 Examples to Manage S3 Bucket Replication Rules using AWS CLI</title>
  53. <link>https://www.thegeekstuff.com/2021/12/s3-bucket-replication-using-cli/</link>
  54. <comments>https://www.thegeekstuff.com/2021/12/s3-bucket-replication-using-cli/#comments</comments>
  55. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  56. <pubDate>Thu, 09 Dec 2021 03:30:00 +0000</pubDate>
  57. <category><![CDATA[AWS]]></category>
  58. <category><![CDATA[S3 Bucket RTC Example]]></category>
  59. <category><![CDATA[S3 Cross Account Replication]]></category>
  60. <category><![CDATA[S3 Cross Region Replication]]></category>
  61. <category><![CDATA[S3 Replication Encryption]]></category>
  62. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17991</guid>
  63.  
  64. <description><![CDATA[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 [&#8230;]]]></description>
  65. <wfw:commentRss>https://www.thegeekstuff.com/2021/12/s3-bucket-replication-using-cli/feed/</wfw:commentRss>
  66. <slash:comments>1</slash:comments>
  67. </item>
  68. <item>
  69. <title>5 Python Examples to Read and Write JSON files for Encode and Decode</title>
  70. <link>https://www.thegeekstuff.com/2021/03/python-json-encode-decode/</link>
  71. <dc:creator><![CDATA[Aanisha Mishra]]></dc:creator>
  72. <pubDate>Thu, 01 Apr 2021 04:00:00 +0000</pubDate>
  73. <category><![CDATA[Python]]></category>
  74. <category><![CDATA[Python JSON]]></category>
  75. <category><![CDATA[Python JSON Dict Example]]></category>
  76. <category><![CDATA[Python JSON File Example]]></category>
  77. <category><![CDATA[Python JSON Open File]]></category>
  78. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=18002</guid>
  79.  
  80. <description><![CDATA[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 [&#8230;]]]></description>
  81. </item>
  82. <item>
  83. <title>8 Examples to Add Static Routes in PAN-OS PaloAlto from CLI and Console</title>
  84. <link>https://www.thegeekstuff.com/2021/03/paloalto-panos-static-route/</link>
  85. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  86. <pubDate>Wed, 10 Mar 2021 04:00:00 +0000</pubDate>
  87. <category><![CDATA[PaloAlto]]></category>
  88. <category><![CDATA[PaloAlto Firewall Default Route]]></category>
  89. <category><![CDATA[PaloAlto Show Routing Examples]]></category>
  90. <category><![CDATA[PAN-OS Default Route Example]]></category>
  91. <category><![CDATA[PAN-OS Virtual Router Route]]></category>
  92. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17973</guid>
  93.  
  94. <description><![CDATA[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 &#8211; View Current Routes Before adding a route, view all current [&#8230;]]]></description>
  95. </item>
  96. <item>
  97. <title>3 Methods to Create Jenkins Pipeline &#8211; Classic UI, BlueOcean, Git</title>
  98. <link>https://www.thegeekstuff.com/2021/01/create-jenkins-pipeline/</link>
  99. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  100. <pubDate>Thu, 07 Jan 2021 03:30:00 +0000</pubDate>
  101. <category><![CDATA[Jenkins]]></category>
  102. <category><![CDATA[Jenkins BlueOcean Example]]></category>
  103. <category><![CDATA[Jenkins Build Job]]></category>
  104. <category><![CDATA[Jenkins Create Pipeline]]></category>
  105. <category><![CDATA[Jenkins Git Example]]></category>
  106. <category><![CDATA[Jenkins GIT Integration]]></category>
  107. <category><![CDATA[Jenkins Output Log]]></category>
  108. <category><![CDATA[Jenkins Pipeline Example]]></category>
  109. <category><![CDATA[Jenkinsfile Format Example]]></category>
  110. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17945</guid>
  111.  
  112. <description><![CDATA[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 [&#8230;]]]></description>
  113. </item>
  114. <item>
  115. <title>12 Examples to Manage AWS Transit Gateway Route Table from CLI</title>
  116. <link>https://www.thegeekstuff.com/2020/10/aws-transit-gateway-route-table-cli/</link>
  117. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  118. <pubDate>Wed, 07 Oct 2020 03:00:00 +0000</pubDate>
  119. <category><![CDATA[Amazon AWS]]></category>
  120. <category><![CDATA[AWS]]></category>
  121. <category><![CDATA[General]]></category>
  122. <category><![CDATA[Transit Gateway Blackhole Routes]]></category>
  123. <category><![CDATA[Transit Gateway Multiple RouteTables]]></category>
  124. <category><![CDATA[Transit Gateway RouteTable Association]]></category>
  125. <category><![CDATA[Transit Gateway RouteTable Propagation]]></category>
  126. <category><![CDATA[Transit Gateway Static Routes]]></category>
  127. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17937</guid>
  128.  
  129. <description><![CDATA[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 [&#8230;]]]></description>
  130. </item>
  131. <item>
  132. <title>10 Examples to Manage PaloAlto Firewall Users from PAN-OS CLI</title>
  133. <link>https://www.thegeekstuff.com/2020/09/paloalto-user-management/</link>
  134. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  135. <pubDate>Wed, 23 Sep 2020 03:00:00 +0000</pubDate>
  136. <category><![CDATA[PaloAlto]]></category>
  137. <category><![CDATA[PaloAlto Change User Password]]></category>
  138. <category><![CDATA[PaloAlto Firewall Admin User]]></category>
  139. <category><![CDATA[PaloAlto Firewall Delete User]]></category>
  140. <category><![CDATA[PaloAlto Firewall Modify User]]></category>
  141. <category><![CDATA[PaloAlto Firewall User Password]]></category>
  142. <category><![CDATA[PaloAlto Firewall View Users]]></category>
  143. <category><![CDATA[PaloAlto PanOS Admin User]]></category>
  144. <category><![CDATA[PaloAlto PanOS Create User]]></category>
  145. <category><![CDATA[PaloAlto Reset Admin Password]]></category>
  146. <category><![CDATA[PanOS set mgt-config]]></category>
  147. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17930</guid>
  148.  
  149. <description><![CDATA[This tutorial explains how to manage PaloAlto users from CLI. You&#8217;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 [&#8230;]]]></description>
  150. </item>
  151. <item>
  152. <title>24 Examples to Manage AWS Transit Gateway and Attachments from CLI</title>
  153. <link>https://www.thegeekstuff.com/2020/09/aws-transitgateway-attachments-cli/</link>
  154. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  155. <pubDate>Wed, 16 Sep 2020 03:00:00 +0000</pubDate>
  156. <category><![CDATA[General]]></category>
  157. <category><![CDATA[AWS Transit Gateway Attachments]]></category>
  158. <category><![CDATA[AWS Transit Gateway DirectConnect]]></category>
  159. <category><![CDATA[AWS Transit Gateway Manager]]></category>
  160. <category><![CDATA[AWS Transit Gateway Multicast]]></category>
  161. <category><![CDATA[AWS Transit Gateway Peering]]></category>
  162. <category><![CDATA[AWS Transit Gateway RouteTable]]></category>
  163. <category><![CDATA[AWS Transit Gateway Sharing]]></category>
  164. <category><![CDATA[AWS Transit Gateway Unicast]]></category>
  165. <category><![CDATA[AWS Transit Gateway VPN]]></category>
  166. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17926</guid>
  167.  
  168. <description><![CDATA[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 [&#8230;]]]></description>
  169. </item>
  170. <item>
  171. <title>5 Steps to Upgrade PaloAlto PAN-OS Firewall Software from CLI or Console</title>
  172. <link>https://www.thegeekstuff.com/2020/06/paloalto-panos-upgrade/</link>
  173. <dc:creator><![CDATA[Ramesh Natarajan]]></dc:creator>
  174. <pubDate>Tue, 09 Jun 2020 03:30:00 +0000</pubDate>
  175. <category><![CDATA[PaloAlto]]></category>
  176. <category><![CDATA[PaloAlto Software Upgrade]]></category>
  177. <category><![CDATA[PanOS Restart System]]></category>
  178. <category><![CDATA[PanOS Software Download]]></category>
  179. <category><![CDATA[PanOS Software Install]]></category>
  180. <category><![CDATA[PanOS Upgrade]]></category>
  181. <guid isPermaLink="false">https://www.thegeekstuff.com/?p=17908</guid>
  182.  
  183. <description><![CDATA[PaloAlto releases software updates on an on-going basis. It&#8217;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 [&#8230;]]]></description>
  184. </item>
  185. </channel>
  186. </rss>
  187.  
  188. <!--
  189. Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/
  190.  
  191. Page Caching using disk: enhanced (Page is feed)
  192. Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com
  193.  
  194. Served from: www.thegeekstuff.com @ 2024-05-05 10:46:02 by W3 Total Cache
  195. -->

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//feeds.feedburner.com/TheGeekStuff

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda